/external/mesa3d/src/intel/compiler/ |
D | test_vec4_register_coalesce.cpp | 179 m0.writemask = WRITEMASK_Y; in TEST_F() 190 EXPECT_EQ(dp4->dst.writemask, WRITEMASK_Y); in TEST_F() 203 to.writemask = WRITEMASK_Y; in TEST_F() 216 EXPECT_EQ(dp4->dst.writemask, WRITEMASK_Y); in TEST_F() 229 to.writemask = WRITEMASK_Y; in TEST_F()
|
D | brw_vec4_cmod_propagation.cpp | 166 scan_inst->dst.writemask == WRITEMASK_Y) || in opt_cmod_propagation_local() 209 case WRITEMASK_Y: in opt_cmod_propagation_local()
|
D | brw_vec4_surface_builder.cpp | 201 bld.MOV(writemask(srcs, WRITEMASK_Y), in emit_untyped_atomic()
|
D | brw_vec4_visitor.cpp | 463 tmp_dst.writemask = WRITEMASK_Y; in emit_unpack_half_2x16() 931 writemask = WRITEMASK_Y; in emit_texture() 953 emit(MOV(dst_reg(MRF, param_base + 1, glsl_type::uint_type, WRITEMASK_Y), in emit_texture() 971 emit(MOV(dst_reg(MRF, param_base + 2, type, WRITEMASK_Y), lod2)); in emit_texture() 1162 reg_y.writemask = WRITEMASK_Y; in emit_psiz_and_flags() 1454 if (inst->dst.writemask & WRITEMASK_Y) in emit_scratch_write()
|
D | brw_vec4_cse.cpp | 118 ((ab_writemask & WRITEMASK_Y) ? 0x0000ff00 : 0) | in operands_match()
|
D | brw_compile_sf.c | 650 brw_MOV(p, brw_writemask(c->m2Cy, WRITEMASK_Y), negate(c->tmp)); in brw_emit_point_sprite_setup() 652 brw_MOV(p, brw_writemask(c->m2Cy, WRITEMASK_Y), c->tmp); in brw_emit_point_sprite_setup()
|
D | brw_vec4_nir.cpp | 320 ubld.MOV(writemask(offset(tmp, 8, n), WRITEMASK_Y), brw_imm_ud(di.i2)); in setup_imm_df() 1842 case WRITEMASK_Y: in nir_emit_alu()
|
D | brw_vec4.cpp | 478 if ((inst->dst.writemask & WRITEMASK_Y) != 0) in opt_vector_float() 2364 case WRITEMASK_Y: in scalarize_predicate()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_packing_builtins.cpp | 291 factory.emit(assign(u2, rshift(u, constant(16u)), WRITEMASK_Y)); in unpack_uint_to_uvec2() 324 WRITEMASK_Y)); in unpack_uint_to_ivec2() 356 WRITEMASK_Y)); in unpack_uint_to_uvec4() 364 constant(0xffu)), WRITEMASK_Y)); in unpack_uint_to_uvec4() 405 WRITEMASK_Y)); in unpack_uint_to_ivec4() 1061 WRITEMASK_Y)); in lower_pack_half_2x16() 1280 WRITEMASK_Y)); in lower_unpack_half_2x16()
|
D | opt_vectorize.cpp | 227 case WRITEMASK_Y: return SWIZZLE_Y; in write_mask_to_swizzle() 242 (write_mask == WRITEMASK_Y && swz->mask.x == SWIZZLE_Y) || in write_mask_matches_swizzle()
|
D | ir_builder.h | 34 WRITEMASK_Y = 0x2, enumerator
|
D | lower_instructions.cpp | 614 WRITEMASK_Y)); in dldexp_to_arith() 653 i.insert_before(assign(unpacked, bfi, WRITEMASK_Y)); in dldexp_to_arith() 730 i.insert_before(assign(unpacked, bits, WRITEMASK_Y)); in dfrexp_sig_to_arith()
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 93 return WRITEMASK_Y; in mask_from_char() 368 yylval->swiz_mask.mask = WRITEMASK_Y 425 yylval->swiz_mask.mask = WRITEMASK_Y
|
D | prog_to_nir.c | 301 ptn_move_dest_masked(b, dest, nir_fsub(b, srcx, nir_ffloor(b, srcx)), WRITEMASK_Y); in ptn_exp() 323 WRITEMASK_Y); in ptn_log() 338 ptn_move_dest_masked(b, dest, nir_fmul(b, src[0], src[1]), WRITEMASK_Y); in ptn_dst() 355 nir_imm_float(b, 0.0)), WRITEMASK_Y); in ptn_lit() 386 WRITEMASK_Y); in ptn_scs()
|
D | prog_instruction.h | 77 #define WRITEMASK_Y 0x2 macro
|
D | prog_instruction.c | 213 inst->DstReg.WriteMask == WRITEMASK_Y || in _mesa_check_soa_dependencies()
|
D | prog_print.c | 517 if (writeMask & WRITEMASK_Y) in _mesa_writemask_string()
|
D | prog_execute.c | 358 if (writeMask & WRITEMASK_Y) in store_vector4()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_liverange.cpp | 308 if (writemask & WRITEMASK_Y) in record_write() 323 if (readmask & WRITEMASK_Y) in record_read()
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_array_merge.cpp | 770 { TGSI_OPCODE_MOV , {MT(2, 1, WRITEMASK_Y)}, {MT(0, in1, "")}, {}, ARR()}, in TEST_F() 774 run (code, array_lt_expect({{1, 2, 0, 2, WRITEMASK_X}, {2, 2, 1, 2, WRITEMASK_Y}})); in TEST_F() 922 { TGSI_OPCODE_MOV, {MT(1, 3, WRITEMASK_Y)}, {MT(0, in0, "xx")}, {}, ARR()}, in TEST_F()
|
D | test_glsl_to_tgsi_lifetime.cpp | 1251 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "x"), {}, SWZ()}, in TEST_F() 1269 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "y"), {}, SWZ()}, in TEST_F()
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 646 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]); in emit_matrix_transform_vec4() 684 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]); in emit_matrix_transform_vec3() 1163 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_Y, normal, half); in build_lighting() 1520 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z)); in build_atten_pointsize()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 511 if (writemask & WRITEMASK_Y) in record_write() 525 if (readmask & WRITEMASK_Y) in record_read()
|
D | st_glsl_to_tgsi.cpp | 1633 temp_dst.writemask = WRITEMASK_Y; in visit_expression() 1643 temp_dst.writemask = WRITEMASK_Y; in visit_expression() 1697 temp_dst.writemask = WRITEMASK_Y; in visit_expression() 1707 temp_dst.writemask = WRITEMASK_Y; in visit_expression() 2175 temp_dst.writemask = WRITEMASK_Y; in visit_expression() 2257 temp_dst.writemask = WRITEMASK_Y; in visit_expression() 2280 temp_dst.writemask = WRITEMASK_Y; in visit_expression() 3132 l.writemask = WRITEMASK_Y; in visit() 4514 cube_sc_dst.writemask = WRITEMASK_Y; in visit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 249 if (inst->DstReg.WriteMask & WRITEMASK_Y) in get_result_flags() 755 if (inst->DstReg.WriteMask & WRITEMASK_Y) { in upload_program()
|