Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dlink_varyings.cpp565 gl_shader_stage first_stage, in validate_first_and_last_interface_explicit_locations()
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()
563 validate_first_and_last_interface_explicit_locations(const struct gl_constants *consts, struct gl_shader_program *prog, gl_shader_stage first_stage, gl_shader_stage last_stage) validate_first_and_last_interface_explicit_locations() argument
/third_party/mesa3d/src/freedreno/ir3/
H A 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/
H A Daio-stress.c1233 int first_stage = WRITE; in run() local
1279 first_stage = i; in run()
1311 oper = create_oper(rwfd, first_stage, j * context_offset, in run()
/third_party/mesa3d/src/amd/vulkan/
H A 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()

Completed in 16 milliseconds