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:
Iago Toral Quiroga
2022-09-27 13:02:45 +02:00
committed by Marge Bot
parent 9deef4cde6
commit 24d9a80247
8 changed files with 81 additions and 35 deletions

View File

@@ -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;