Home
last modified time | relevance | path

Searched refs:active_stages (Results 1 – 12 of 12) sorted by relevance

/external/deqp/data/gles31/shaders/es32/
Dseparate_shader_validation.test28 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 …]
/external/deqp/data/gles31/shaders/es31/
Dseparate_shader_validation.test10 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 …]
/external/mesa3d/src/intel/vulkan/
Danv_genX.h64 VkShaderStageFlags active_stages,
DgenX_pipeline.c238 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;
Danv_pipeline.c492 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()
DgenX_cmd_buffer.c1455 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()
Danv_cmd_buffer.c357 cmd_buffer->state.push_constants_dirty |= pipeline->active_stages; in anv_CmdBindPipeline()
358 cmd_buffer->state.descriptors_dirty |= pipeline->active_stages; in anv_CmdBindPipeline()
Danv_private.h2138 VkShaderStageFlags active_stages; member
2179 return (pipeline->active_stages & mesa_to_vk_shader_stage(stage)) != 0; in anv_pipeline_has_stage()
/external/mesa3d/src/amd/vulkan/
Dradv_debug.c457 mask = pipeline->active_stages; in radv_dump_annotated_shaders()
523 mask = pipeline->active_stages; in radv_dump_shaders()
Dradv_pipeline.c1895 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()
Dradv_private.h1229 VkShaderStageFlags active_stages; member
Dradv_cmd_buffer.c2733 cmd_buffer->push_constant_stages |= pipeline->active_stages; in radv_CmdBindPipeline()