Home
last modified time | relevance | path

Searched refs:WRITEMASK_XY (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_tcs_workarounds.c102 .write_mask = WRITEMASK_XY); in emit_quads_workaround()
H A Dbrw_vec4_visitor.cpp415 tmp_dst.writemask = WRITEMASK_XY; in emit_pack_half_2x16()
466 dst.writemask = WRITEMASK_XY; in emit_unpack_half_2x16()
1183 mask |= WRITEMASK_XY; in emit_scratch_write()
1199 mask |= WRITEMASK_XY; in emit_scratch_write()
H A Dbrw_clip_util.c208 brw_writemask(t_nopersp, WRITEMASK_XY), in brw_clip_interp_vertex()
H A Dbrw_vec4_nir.cpp2260 emit(MOV(dst_reg(MRF, param_base + 1, glsl_type::ivec2_type, WRITEMASK_XY),
2378 bld.group(4, 0).emit(mov_op, writemask(dst, WRITEMASK_XY), src);
2387 .emit(mov_op, writemask(byte_offset(dst, REG_SIZE), WRITEMASK_XY),
H A Dbrw_reg.h507 WRITEMASK_XY);
H A Dbrw_vec4.cpp2163 if (inst->dst.writemask == WRITEMASK_XY || in scalarize_df()
/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h78 #define WRITEMASK_XY 0x3 macro

Completed in 11 milliseconds