Home
last modified time | relevance | path

Searched refs:WRITEMASK_Y (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dtest_vec4_register_coalesce.cpp190 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()
Dbrw_vec4_cmod_propagation.cpp166 scan_inst->dst.writemask == WRITEMASK_Y) || in opt_cmod_propagation_local()
209 case WRITEMASK_Y: in opt_cmod_propagation_local()
Dbrw_vec4_surface_builder.cpp201 bld.MOV(writemask(srcs, WRITEMASK_Y), in emit_untyped_atomic()
Dbrw_vec4_cse.cpp118 ((ab_writemask & WRITEMASK_Y) ? 0x0000ff00 : 0) | in operands_match()
Dbrw_compile_sf.c651 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()
Dbrw_vec4_visitor.cpp463 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()
Dbrw_vec4_nir.cpp320 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()
Dbrw_vec4.cpp474 if ((inst->dst.writemask & WRITEMASK_Y) != 0) in opt_vector_float()
2062 case WRITEMASK_Y: in scalarize_predicate()
/third_party/mesa3d/src/compiler/glsl/
Dlower_packing_builtins.cpp291 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()
Dir_builder.h34 WRITEMASK_Y = 0x2, enumerator
Dlower_instructions.cpp399 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()
Dbuiltin_functions.cpp6730 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/
Dprogram_lexer.l93 return WRITEMASK_Y; in mask_from_char()
368 yylval->swiz_mask.mask = WRITEMASK_Y
425 yylval->swiz_mask.mask = WRITEMASK_Y
Dprog_to_nir.c303 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()
Dprog_instruction.h77 #define WRITEMASK_Y 0x2 macro
Dprog_print.c503 if (writeMask & WRITEMASK_Y) in _mesa_writemask_string()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c655 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()