Searched refs:active_stages (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_debug.c446 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 Dradv_private.h1377 VkShaderStageFlags active_stages; member in struct:radv_pipeline
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_genX.h74 VkShaderStageFlags active_stages,
H A Danv_pipeline.c973 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 DgenX_pipeline.c261 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 Danv_cmd_buffer.c370 cmd_buffer->state.push_constants_dirty |= pipeline->active_stages;
371 cmd_buffer->state.descriptors_dirty |= pipeline->active_stages;
H A DgenX_cmd_buffer.c1913 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 Danv_private.h2757 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 Danv_genX.h107 VkShaderStageFlags active_stages,
H A Danv_nir_lower_multiview.c313 if (pipeline->active_stages != (VK_SHADER_STAGE_VERTEX_BIT |
H A Danv_pipeline.c1406 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 DgenX_pipeline.c269 VkShaderStageFlags active_stages,
279 active_stages &
281 active_stages & VK_SHADER_STAGE_GEOMETRY_BIT,
326 pipeline->active_stages, entry_size,
H A Danv_cmd_buffer.c510 anv_foreach_stage(stage, gfx_pipeline->active_stages) {
H A Danv_private.h3563 VkShaderStageFlags active_stages; member in struct:anv_graphics_pipeline
3669 return (pipeline->active_stages & mesa_to_vk_shader_stage(stage)) != 0;
H A DgenX_cmd_buffer.c2506 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 Dradv_debug.c367 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 Dradv_pipeline.c2795 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 D18.1.2.rst41 - radv: Set active_stages the same whether or not shaders were cached
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_private.h1744 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 Dv3dv_cmd_buffer.c1902 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 Dv3dv_pipeline.c2357 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 Dpanvk_private.h750 unsigned active_stages; member in struct:panvk_pipeline
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h1066 VkShaderStageFlags active_stages; member in struct:tu_pipeline
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_private.h1198 VkShaderStageFlags active_stages; member in struct:tu_pipeline
H A Dtu_pipeline.c2631 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))

Completed in 92 milliseconds

12