/third_party/mesa3d/src/intel/compiler/ |
D | test_vec4_register_coalesce.cpp | 190 m0.writemask = WRITEMASK_Y; in TEST_F() 201 EXPECT_EQ(dp4->dst.writemask, WRITEMASK_Y); in TEST_F() 214 to.writemask = WRITEMASK_Y; in TEST_F() 227 EXPECT_EQ(dp4->dst.writemask, WRITEMASK_Y); in TEST_F() 240 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_cse.cpp | 118 ((ab_writemask & WRITEMASK_Y) ? 0x0000ff00 : 0) | in operands_match()
|
D | brw_compile_sf.c | 651 brw_MOV(p, brw_writemask(c->m2Cy, WRITEMASK_Y), negate(c->tmp)); in brw_emit_point_sprite_setup() 653 brw_MOV(p, brw_writemask(c->m2Cy, WRITEMASK_Y), c->tmp); in brw_emit_point_sprite_setup()
|
D | brw_vec4_visitor.cpp | 463 tmp_dst.writemask = WRITEMASK_Y; in emit_unpack_half_2x16() 905 reg_y.writemask = WRITEMASK_Y; in emit_psiz_and_flags() 1184 if (inst->dst.writemask & WRITEMASK_Y) in emit_scratch_write()
|
D | brw_vec4_nir.cpp | 320 ubld.MOV(writemask(offset(tmp, 8, n), WRITEMASK_Y), brw_imm_ud(di.i2)); in setup_imm_df() 1861 case WRITEMASK_Y: in nir_emit_alu() 2189 writemask = WRITEMASK_Y; in nir_emit_texture() 2216 emit(MOV(dst_reg(MRF, param_base + 1, glsl_type::uint_type, WRITEMASK_Y), in nir_emit_texture() 2237 emit(MOV(dst_reg(MRF, param_base + 2, type, WRITEMASK_Y), lod2)); in nir_emit_texture()
|
D | brw_vec4.cpp | 474 if ((inst->dst.writemask & WRITEMASK_Y) != 0) in opt_vector_float() 2062 case WRITEMASK_Y: in scalarize_predicate()
|
/third_party/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 | ir_builder.h | 34 WRITEMASK_Y = 0x2, enumerator
|
D | lower_instructions.cpp | 399 WRITEMASK_Y)); in dldexp_to_arith() 438 i.insert_before(assign(unpacked, bfi, WRITEMASK_Y)); in dldexp_to_arith() 515 i.insert_before(assign(unpacked, bits, WRITEMASK_Y)); in dfrexp_sig_to_arith()
|
D | builtin_functions.cpp | 6730 WRITEMASK_Y)); in _determinant_mat4() 6796 WRITEMASK_Y)); in _inverse_mat3() 6800 WRITEMASK_Y)); in _inverse_mat3() 6804 WRITEMASK_Y)); in _inverse_mat3() 6902 WRITEMASK_Y)); in _inverse_mat4() 6907 WRITEMASK_Y)); in _inverse_mat4() 6912 WRITEMASK_Y)); in _inverse_mat4() 6917 WRITEMASK_Y)); in _inverse_mat4()
|
/third_party/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 | 303 ptn_move_dest_masked(b, dest, nir_fsub(b, srcx, nir_ffloor(b, srcx)), WRITEMASK_Y); in ptn_exp() 325 WRITEMASK_Y); in ptn_log() 340 ptn_move_dest_masked(b, dest, nir_fmul(b, src[0], src[1]), WRITEMASK_Y); in ptn_dst() 357 nir_imm_float(b, 0.0)), WRITEMASK_Y); in ptn_lit() 388 WRITEMASK_Y); in ptn_scs()
|
D | prog_instruction.h | 77 #define WRITEMASK_Y 0x2 macro
|
D | prog_print.c | 503 if (writeMask & WRITEMASK_Y) in _mesa_writemask_string()
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 655 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]); in emit_matrix_transform_vec4() 693 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]); in emit_matrix_transform_vec3() 1233 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_Y, normal, half); in build_lighting() 1614 emit_op1(p, OPCODE_ABS, ut, WRITEMASK_Y, swizzle1(eye, Z)); in build_atten_pointsize()
|