Home
last modified time | relevance | path

Searched refs:dskip_start (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_core.cpp66 sb_context::dskip_start = debug_get_num_option("R600_SB_DSKIP_START", 0); in r600_sb_context_create()
142 if ((sb_context::dskip_start <= shader_id && in r600_sb_bytecode_process()
146 << sb_context::dskip_start << "; " in r600_sb_bytecode_process()
Dsb_context.cpp39 unsigned sb_context::dskip_start = 0; member in r600_sb::sb_context
Dsb_bc.h648 static unsigned dskip_start; variable