Home
last modified time | relevance | path

Searched refs:BRW_BLORP_NUM_PUSH_CONST_REGS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.h169 const unsigned int BRW_BLORP_NUM_PUSH_CONST_REGS = variable
Dgen7_blorp.cpp560 assert(BRW_BLORP_NUM_PUSH_CONST_REGS > 0); in gen7_blorp_emit_constant_ps()
566 OUT_BATCH(BRW_BLORP_NUM_PUSH_CONST_REGS); in gen7_blorp_emit_constant_ps()
Dgen6_blorp.cpp792 assert(BRW_BLORP_NUM_PUSH_CONST_REGS > 0); in gen6_blorp_emit_constant_ps()
799 OUT_BATCH(wm_push_const_offset + (BRW_BLORP_NUM_PUSH_CONST_REGS - 1)); in gen6_blorp_emit_constant_ps()
Dbrw_blorp_blit.cpp770 reg += BRW_BLORP_NUM_PUSH_CONST_REGS; in alloc_regs()