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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1750 parse_property_next_shader( const char **pcur, uint *next_shader ) argument
1758 *next_shader = i;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1750 parse_property_next_shader( const char **pcur, uint *next_shader ) argument
1758 *next_shader = i;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c2002 unsigned next_shader = info->properties[TGSI_PROPERTY_NEXT_SHADER]; local in function:si_parse_next_shader_property
2006 switch (next_shader) {
2026 if (next_shader == PIPE_SHADER_GEOMETRY ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c2571 gl_shader_stage next_shader = info->base.next_stage; local in function:si_parse_next_shader_property
2575 switch (next_shader) {
2595 if (next_shader == MESA_SHADER_GEOMETRY || !info->writes_position)

Completed in 27 milliseconds