Home
last modified time | relevance | path

Searched defs:next_shader (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.c3357 nir_slot_is_sysval_output(gl_varying_slot slot, gl_shader_stage next_shader) in nir_slot_is_sysval_output()
3428 gl_shader_stage next_shader) in nir_slot_is_sysval_output_and_varying()
3439 nir_remove_varying(nir_intrinsic_instr *intr, gl_shader_stage next_shader) in nir_remove_varying()
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1769 parse_property_next_shader( const char **pcur, uint *next_shader ) in parse_property_next_shader()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1707 parse_property_next_shader( const char **pcur, unsigned *next_shader ) in parse_property_next_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp3219 gl_shader_stage next_shader = info->base.next_stage; in si_parse_next_shader_property() local
H A Dsi_shader.h858 struct si_shader *next_shader; /* Only used during compilation of LS and ES when merged. */ member