Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dtest_vec4_dead_code_eliminate.cpp158 v->emit(v->SCRATCH_WRITE(dst_reg(r4), r6, r5)); in TEST_F()
Dbrw_vec4_visitor.cpp269 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()
Dbrw_vec4.h211 EMIT2(SCRATCH_WRITE)