Searched refs:SCRATCH_WRITE (Results 1 – 2 of 2) sorted by relevance
268 vec4_visitor::SCRATCH_WRITE(const dst_reg &dst, const src_reg &src, in SCRATCH_WRITE() function in brw::vec4_visitor1527 vec4_instruction *write = SCRATCH_WRITE(dst, temp, index); in emit_scratch_write()1547 vec4_instruction *write = SCRATCH_WRITE(dst, shuffled_float, index); in emit_scratch_write()1566 SCRATCH_WRITE(dst, byte_offset(shuffled_float, REG_SIZE), index); in emit_scratch_write()
217 EMIT2(SCRATCH_WRITE)