Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.h67 SP_DBG_USE_TGSI = BITFIELD_BIT(8), enumerator
H A Dsp_screen.c57 {"use_tgsi", SP_DBG_USE_TGSI, "Request TGSI from the API instead of NIR"},
327 return (sp_debug & SP_DBG_USE_TGSI) ? PIPE_SHADER_IR_TGSI : PIPE_SHADER_IR_NIR; in softpipe_get_shader_param()

Completed in 2 milliseconds