Home
last modified time | relevance | path

Searched refs:first_stage (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp565 gl_shader_stage first_stage, in validate_first_and_last_interface_explicit_locations() argument
571 bool validate_first_stage = first_stage != MESA_SHADER_VERTEX; in validate_first_and_last_interface_explicit_locations()
578 gl_shader_stage stages[2] = { first_stage, last_stage }; in validate_first_and_last_interface_explicit_locations()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.c580 trim_constlens(unsigned *constlens, unsigned first_stage, unsigned last_stage, in trim_constlens() argument
584 for (unsigned i = first_stage; i <= last_stage; i++) { in trim_constlens()
593 for (unsigned i = first_stage; i <= last_stage; i++) { in trim_constlens()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1342 int first_stage = WRITE; local
1483 first_stage = i;
1524 create_oper(rwfd, first_stage, j * context_offset,
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c6814 gl_shader_stage first_stage = in radv_pipeline_init_shader_stages_state() local
6818 radv_lookup_user_sgpr(&pipeline->base, first_stage, AC_UD_VS_BASE_VERTEX_START_INSTANCE); in radv_pipeline_init_shader_stages_state()
6820 pipeline->vtx_base_sgpr = pipeline->base.user_data_0[first_stage]; in radv_pipeline_init_shader_stages_state()
6824 radv_get_shader(&pipeline->base, first_stage)->info.vs.needs_draw_id; in radv_pipeline_init_shader_stages_state()
6826 radv_get_shader(&pipeline->base, first_stage)->info.vs.needs_base_instance; in radv_pipeline_init_shader_stages_state()
6828 assert(first_stage != MESA_SHADER_MESH || !pipeline->uses_baseinstance); in radv_pipeline_init_shader_stages_state()