Searched refs:BRW_BLORP_NUM_PUSH_CONST_REGS (Results 1 – 4 of 4) sorted by relevance
169 const unsigned int BRW_BLORP_NUM_PUSH_CONST_REGS = variable
560 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()
792 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()
770 reg += BRW_BLORP_NUM_PUSH_CONST_REGS; in alloc_regs()