| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_debug.c | 446 VkShaderStageFlagBits active_stages, FILE *f) 455 while (active_stages) { 456 int stage = u_bit_scan(&active_stages); 519 VkShaderStageFlagBits active_stages, FILE *f) 522 while (active_stages) { 523 int stage = u_bit_scan(&active_stages); 531 VkShaderStageFlagBits active_stages, FILE *f) 533 radv_dump_shaders(pipeline, active_stages, f); 534 radv_dump_annotated_shaders(pipeline, active_stages, f); 542 VkShaderStageFlagBits active_stages; local in function:radv_dump_graphics_state 445 radv_dump_annotated_shaders(struct radv_pipeline * pipeline,VkShaderStageFlagBits active_stages,FILE * f) argument 518 radv_dump_shaders(struct radv_pipeline * pipeline,VkShaderStageFlagBits active_stages,FILE * f) argument 530 radv_dump_pipeline_state(struct radv_pipeline * pipeline,VkShaderStageFlagBits active_stages,FILE * f) argument 558 VkShaderStageFlagBits active_stages = VK_SHADER_STAGE_COMPUTE_BIT; local in function:radv_dump_compute_state [all...] |
| H A D | radv_private.h | 1377 VkShaderStageFlags active_stages; member in struct:radv_pipeline
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_genX.h | 74 VkShaderStageFlags active_stages,
|
| H A D | anv_pipeline.c | 973 pipeline->active_stages = 0; 980 pipeline->active_stages |= sinfo->stage; 1023 if (pipeline->active_stages & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) 1024 pipeline->active_stages |= VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT; 1026 assert(pipeline->active_stages & VK_SHADER_STAGE_VERTEX_BIT); 1062 if (found == __builtin_popcount(pipeline->active_stages)) { 1074 assert(found < __builtin_popcount(pipeline->active_stages)); 1239 pipeline->active_stages &= ~VK_SHADER_STAGE_FRAGMENT_BIT; 1385 pipeline->active_stages = VK_SHADER_STAGE_COMPUTE_BIT;
|
| H A D | genX_pipeline.c | 261 VkShaderStageFlags active_stages, 277 active_stages & 279 active_stages & VK_SHADER_STAGE_GEOMETRY_BIT, 322 pipeline->active_stages, entry_size); 2040 pipeline->active_stages |= VK_SHADER_STAGE_COMPUTE_BIT;
|
| H A D | anv_cmd_buffer.c | 370 cmd_buffer->state.push_constants_dirty |= pipeline->active_stages; 371 cmd_buffer->state.descriptors_dirty |= pipeline->active_stages;
|
| H A D | genX_cmd_buffer.c | 1913 cmd_buffer->state.gfx.base.pipeline->active_stages; 2352 pipeline->active_stages; 2378 dirty |= pipeline->active_stages; 2607 assert((pipeline->active_stages & VK_SHADER_STAGE_COMPUTE_BIT) == 0); 2685 cmd_buffer->state.descriptors_dirty |= pipeline->active_stages; 3473 assert(pipeline->active_stages == VK_SHADER_STAGE_COMPUTE_BIT);
|
| H A D | anv_private.h | 2757 VkShaderStageFlags active_stages; member in struct:anv_pipeline 2805 return (pipeline->active_stages & mesa_to_vk_shader_stage(stage)) != 0;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_genX.h | 107 VkShaderStageFlags active_stages,
|
| H A D | anv_nir_lower_multiview.c | 313 if (pipeline->active_stages != (VK_SHADER_STAGE_VERTEX_BIT |
|
| H A D | anv_pipeline.c | 1406 assert(pipeline->active_stages & VK_SHADER_STAGE_VERTEX_BIT); 1506 assert(pipeline->active_stages & VK_SHADER_STAGE_VERTEX_BIT); 1551 if (found == __builtin_popcount(pipeline->active_stages)) { 1571 assert(found < __builtin_popcount(pipeline->active_stages)); 1799 pipeline->active_stages &= ~VK_SHADER_STAGE_FRAGMENT_BIT; 2069 (pipeline->active_stages & VK_SHADER_STAGE_VERTEX_BIT)) { 2087 (pipeline->active_stages & VK_SHADER_STAGE_VERTEX_BIT)) { 2403 pipeline->active_stages = 0; 2405 pipeline->active_stages |= pCreateInfo->pStages[i].stage; 2407 if (pipeline->active_stages [all...] |
| H A D | genX_pipeline.c | 269 VkShaderStageFlags active_stages, 279 active_stages & 281 active_stages & VK_SHADER_STAGE_GEOMETRY_BIT, 326 pipeline->active_stages, entry_size,
|
| H A D | anv_cmd_buffer.c | 510 anv_foreach_stage(stage, gfx_pipeline->active_stages) {
|
| H A D | anv_private.h | 3563 VkShaderStageFlags active_stages; member in struct:anv_graphics_pipeline 3669 return (pipeline->active_stages & mesa_to_vk_shader_stage(stage)) != 0;
|
| H A D | genX_cmd_buffer.c | 2506 cmd_buffer->state.gfx.pipeline->active_stages; 3542 assert((pipeline->active_stages & VK_SHADER_STAGE_COMPUTE_BIT) == 0); 3639 pipeline->active_stages;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_debug.c | 367 radv_dump_annotated_shaders(struct radv_pipeline *pipeline, VkShaderStageFlagBits active_stages, argument 377 unsigned stages = active_stages; 452 radv_dump_shaders(struct radv_pipeline *pipeline, VkShaderStageFlagBits active_stages, argument 456 unsigned stages = active_stages; 509 radv_dump_shaders(pipeline, pipeline->active_stages, dump_dir, f); 511 radv_dump_annotated_shaders(pipeline, pipeline->active_stages, f);
|
| H A D | radv_pipeline.c | 2795 unsigned active_stages = 0; local in function:radv_fill_shader_info 2800 active_stages |= (1 << i); 2937 active_stages ^= filled_stages; 2938 while (active_stages) { 2939 int i = u_bit_scan(&active_stages); 3355 pipeline->active_stages |= mesa_to_vk_shader_stage(i);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.1.2.rst | 41 - radv: Set active_stages the same whether or not shaders were cached
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_private.h | 1744 VkShaderStageFlags active_stages; member in struct:v3dv_pipeline 1857 assert(pipeline->active_stages == VK_SHADER_STAGE_COMPUTE_BIT || 1858 !(pipeline->active_stages & VK_SHADER_STAGE_COMPUTE_BIT)); 1859 return pipeline->active_stages == VK_SHADER_STAGE_COMPUTE_BIT ?
|
| H A D | v3dv_cmd_buffer.c | 1902 assert(pipeline && !(pipeline->active_stages & VK_SHADER_STAGE_COMPUTE_BIT)); 1917 assert(pipeline && pipeline->active_stages == VK_SHADER_STAGE_COMPUTE_BIT); 2483 assert(!(cmd_buffer->state.gfx.pipeline->active_stages & VK_SHADER_STAGE_COMPUTE_BIT)); 3354 assert(cmd_buffer->state.compute.pipeline->active_stages ==
|
| H A D | v3dv_pipeline.c | 2357 pipeline->active_stages |= MESA_SHADER_GEOMETRY; 2427 pipeline->active_stages |= sinfo->stage; 2484 pipeline->active_stages |= MESA_SHADER_FRAGMENT; 3180 pipeline->active_stages |= sinfo->stage;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_private.h | 750 unsigned active_stages; member in struct:panvk_pipeline
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_private.h | 1066 VkShaderStageFlags active_stages; member in struct:tu_pipeline
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_private.h | 1198 VkShaderStageFlags active_stages; member in struct:tu_pipeline
|
| H A D | tu_pipeline.c | 2631 pipeline->active_stages = stages; 2701 if (!(pipeline->active_stages & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) || 2702 !(pipeline->active_stages & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT))
|