Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp268 vec4_visitor::SCRATCH_WRITE(const dst_reg &dst, const src_reg &src, in SCRATCH_WRITE() function in brw::vec4_visitor
1527 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()
Dbrw_vec4.h217 EMIT2(SCRATCH_WRITE)