Searched defs:next_stage (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_shader_info.h | 60 gl_shader_stage next_stage; member
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_info.h | 143 gl_shader_stage next_stage:8; member
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline.c | 797 anv_pipeline_link_vs(const struct brw_compiler *compiler, struct anv_pipeline_stage *vs_stage, struct anv_pipeline_stage *next_stage) anv_pipeline_link_vs() argument 929 anv_pipeline_link_tes(const struct brw_compiler *compiler, struct anv_pipeline_stage *tes_stage, struct anv_pipeline_stage *next_stage) anv_pipeline_link_tes() argument 964 anv_pipeline_link_gs(const struct brw_compiler *compiler, struct anv_pipeline_stage *gs_stage, struct anv_pipeline_stage *next_stage) anv_pipeline_link_gs() argument 998 anv_pipeline_link_task(const struct brw_compiler *compiler, struct anv_pipeline_stage *task_stage, struct anv_pipeline_stage *next_stage) anv_pipeline_link_task() argument 1027 anv_pipeline_link_mesh(const struct brw_compiler *compiler, struct anv_pipeline_stage *mesh_stage, struct anv_pipeline_stage *next_stage) anv_pipeline_link_mesh() argument 1557 struct anv_pipeline_stage *next_stage = NULL; anv_graphics_pipeline_compile() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.h | 411 gl_shader_stage next_stage; member
|
H A D | radv_cmd_buffer.c | 3018 uint32_t next_stage : 3; member
|
Completed in 24 milliseconds