v3dv: implement VK_EXT_pipeline_robustness
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18883>
This commit is contained in:

committed by
Marge Bot

parent
9deef4cde6
commit
24d9a80247
@@ -404,7 +404,8 @@ struct v3d_key {
|
||||
uint8_t num_samplers_used;
|
||||
uint8_t ucp_enables;
|
||||
bool is_last_geometry_stage;
|
||||
bool robust_buffer_access;
|
||||
bool robust_uniform_access;
|
||||
bool robust_storage_access;
|
||||
bool robust_image_access;
|
||||
|
||||
enum v3d_execution_environment environment;
|
||||
|
Reference in New Issue
Block a user