Searched refs:SP_DBG_USE_TGSI (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.h67 SP_DBG_USE_TGSI = BITFIELD_BIT(8), enumerator in enum:sp_debug_flag
H A Dsp_screen.c57 {"use_tgsi", SP_DBG_USE_TGSI, "Request TGSI from the API instead of NIR"},
323 return (sp_debug & SP_DBG_USE_TGSI) ? PIPE_SHADER_IR_TGSI : PIPE_SHADER_IR_NIR;

Completed in 3 milliseconds