Searched refs:SCRATCH_WRITE (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_vec4_dead_code_eliminate.cpp | 158 v->emit(v->SCRATCH_WRITE(dst_reg(r4), r6, r5)); in TEST_F()
|
D | brw_vec4_visitor.cpp | 269 vec4_visitor::SCRATCH_WRITE(const dst_reg &dst, const src_reg &src, in SCRATCH_WRITE() function in brw::vec4_visitor 1439 vec4_instruction *write = SCRATCH_WRITE(dst, temp, index); in emit_scratch_write() 1459 vec4_instruction *write = SCRATCH_WRITE(dst, shuffled_float, index); in emit_scratch_write() 1478 SCRATCH_WRITE(dst, byte_offset(shuffled_float, REG_SIZE), index); in emit_scratch_write()
|
D | brw_vec4.h | 211 EMIT2(SCRATCH_WRITE)
|