Searched refs:rba (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 487 const bool rba = pipeline->device->robust_buffer_access; local in function:anv_pipeline_hash_graphics 488 _mesa_sha1_update(&ctx, &rba, sizeof(rba)); 513 const bool rba = pipeline->device->robust_buffer_access; local in function:anv_pipeline_hash_compute 514 _mesa_sha1_update(&ctx, &rba, sizeof(rba));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 662 const bool rba = pipeline->base.device->robust_buffer_access; local in function:anv_pipeline_hash_graphics 663 _mesa_sha1_update(&ctx, &rba, sizeof(rba)); 688 const bool rba = pipeline->base.device->robust_buffer_access; local in function:anv_pipeline_hash_compute 689 _mesa_sha1_update(&ctx, &rba, sizeof(rba)); 710 const bool rba = pipeline->base.device->robust_buffer_access; local in function:anv_pipeline_hash_ray_tracing_shader 711 _mesa_sha1_update(&ctx, &rba, sizeof(rba)); 732 const bool rba local in function:anv_pipeline_hash_ray_tracing_combined_shader [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 1137 const bool rba = p_stage->pipeline->device->features.robustBufferAccess; local in function:pipeline_populate_v3d_fs_key 1138 pipeline_populate_v3d_key(&key->base, p_stage, ucp_enables, rba); 1257 const bool rba = p_stage->pipeline->device->features.robustBufferAccess; local in function:pipeline_populate_v3d_gs_key 1258 pipeline_populate_v3d_key(&key->base, p_stage, 0, rba); 1299 const bool rba = p_stage->pipeline->device->features.robustBufferAccess; local in function:pipeline_populate_v3d_vs_key 1300 pipeline_populate_v3d_key(&key->base, p_stage, 0, rba);
|
Completed in 50 milliseconds