Searched refs:active_stages (Results 1 – 12 of 12) sorted by relevance
28 active_stages {vertex}43 active_stages {fragment}62 active_stages {vertex}75 active_stages {fragment}95 active_stages {vertex}108 active_stages {fragment}127 active_stages {vertex}140 active_stages {fragment}159 active_stages {vertex}172 active_stages {fragment}[all …]
10 active_stages {vertex}25 active_stages {fragment}44 active_stages {vertex}57 active_stages {fragment}77 active_stages {vertex}90 active_stages {fragment}109 active_stages {vertex}122 active_stages {fragment}141 active_stages {vertex}154 active_stages {fragment}[all …]
64 VkShaderStageFlags active_stages,
238 VkShaderStageFlags active_stages, in genX()254 active_stages & in genX()256 active_stages & VK_SHADER_STAGE_GEOMETRY_BIT, in genX()299 pipeline->active_stages, entry_size); in emit_urb_setup()1779 pipeline->active_stages = 0;
492 pipeline->active_stages |= mesa_to_vk_shader_stage(stage); in anv_pipeline_add_compiled_stage()1308 pipeline->active_stages = 0; in anv_pipeline_init()1357 assert(pipeline->active_stages & VK_SHADER_STAGE_VERTEX_BIT); in anv_pipeline_init()
1455 cmd_buffer->state.gfx.base.pipeline->active_stages; in cmd_buffer_alloc_push_constants()1838 pipeline->active_stages; in flush_descriptor_sets()1864 dirty |= pipeline->active_stages; in flush_descriptor_sets()2069 assert((pipeline->active_stages & VK_SHADER_STAGE_COMPUTE_BIT) == 0); in genX()2126 cmd_buffer->state.descriptors_dirty |= pipeline->active_stages; in genX()2591 assert(pipeline->active_stages == VK_SHADER_STAGE_COMPUTE_BIT); in genX()
357 cmd_buffer->state.push_constants_dirty |= pipeline->active_stages; in anv_CmdBindPipeline()358 cmd_buffer->state.descriptors_dirty |= pipeline->active_stages; in anv_CmdBindPipeline()
2138 VkShaderStageFlags active_stages; member2179 return (pipeline->active_stages & mesa_to_vk_shader_stage(stage)) != 0; in anv_pipeline_has_stage()
457 mask = pipeline->active_stages; in radv_dump_annotated_shaders()523 mask = pipeline->active_stages; in radv_dump_shaders()
1895 pipeline->active_stages |= mesa_to_vk_shader_stage(i); in radv_create_shaders()1929 pipeline->active_stages |= mesa_to_vk_shader_stage(i); in radv_create_shaders()
1229 VkShaderStageFlags active_stages; member
2733 cmd_buffer->push_constant_stages |= pipeline->active_stages; in radv_CmdBindPipeline()