Searched refs:SP_DBG_USE_TGSI (Results 1 – 2 of 2) sorted by relevance
67 SP_DBG_USE_TGSI = BITFIELD_BIT(8), enumerator
57 {"use_tgsi", SP_DBG_USE_TGSI, "Request TGSI from the API instead of NIR"},314 return (sp_debug & SP_DBG_USE_TGSI) ? PIPE_SHADER_IR_TGSI : PIPE_SHADER_IR_NIR; in softpipe_get_shader_param()