Home
last modified time | relevance | path

Searched refs:rba (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c562 const bool rba = pipeline->base.device->robust_buffer_access; in anv_pipeline_hash_graphics() local
563 _mesa_sha1_update(&ctx, &rba, sizeof(rba)); in anv_pipeline_hash_graphics()
590 const bool rba = device->robust_buffer_access; in anv_pipeline_hash_compute() local
591 _mesa_sha1_update(&ctx, &rba, sizeof(rba)); in anv_pipeline_hash_compute()
615 const bool rba = pipeline->base.device->robust_buffer_access; in anv_pipeline_hash_ray_tracing_shader() local
616 _mesa_sha1_update(&ctx, &rba, sizeof(rba)); in anv_pipeline_hash_ray_tracing_shader()
637 const bool rba in anv_pipeline_hash_ray_tracing_combined_shader() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1150 const bool rba = p_stage->pipeline->device->features.robustBufferAccess; in pipeline_populate_v3d_fs_key() local
1151 pipeline_populate_v3d_key(&key->base, p_stage, ucp_enables, rba); in pipeline_populate_v3d_fs_key()
1268 const bool rba = p_stage->pipeline->device->features.robustBufferAccess; in pipeline_populate_v3d_gs_key() local
1269 pipeline_populate_v3d_key(&key->base, p_stage, 0, rba); in pipeline_populate_v3d_gs_key()
1310 const bool rba = p_stage->pipeline->device->features.robustBufferAccess; in pipeline_populate_v3d_vs_key() local
1311 pipeline_populate_v3d_key(&key->base, p_stage, 0, rba); in pipeline_populate_v3d_vs_key()

Completed in 7 milliseconds