Home
last modified time | relevance | path

Searched refs:WRITEMASK_XYZ (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h82 #define WRITEMASK_XYZ 0x7 macro
H A Dprogramopt.c381 inst->DstReg.WriteMask = WRITEMASK_XYZ; in _mesa_append_fog_code()
H A Dprog_to_nir.c416 WRITEMASK_XYZ); in ptn_xpd()
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c923 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1259 mask0 = WRITEMASK_XYZ; in build_lighting()
1260 mask1 = WRITEMASK_XYZ; in build_lighting()
1266 mask1 = WRITEMASK_XYZ; in build_lighting()
1326 mask0 = WRITEMASK_XYZ; in build_lighting()
1327 mask1 = WRITEMASK_XYZ; in build_lighting()
1333 mask1 = WRITEMASK_XYZ; in build_lighting()
H A Dff_fragment_shader.cpp671 p->emit(assign(temp_var, val, WRITEMASK_XYZ)); in emit_texenv()
965 p->emit(assign(fog_result, add(temp, mul(fragcolor, f_var)), WRITEMASK_XYZ)); in emit_fog_instructions()
1013 WRITEMASK_XYZ)); in emit_instructions()
H A Datifragshader.c740 curI->DstReg[optype].dstMask = WRITEMASK_XYZ; in _mesa_FragmentOpXATI()
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_copy_propagation.cpp175 v->emit(v->MOV(writemask(a, WRITEMASK_XYZ), brw_imm_f(1.0f))); in TEST_F()
H A Dbrw_clip_util.c94 brw_MUL(p, brw_writemask(pos, WRITEMASK_XYZ), pos, in brw_clip_project_position()
H A Dbrw_vec4_nir.cpp2247 emit(MOV(dst_reg(MRF, param_base + 1, type, WRITEMASK_XYZ), lod));
2248 emit(MOV(dst_reg(MRF, param_base + 2, type, WRITEMASK_XYZ), lod2));
H A Dbrw_vec4_visitor.cpp825 ndc_xyz.writemask = WRITEMASK_XYZ; in emit_ndc_computation()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp421 WRITEMASK_XYZ)); in calc_blend_result()

Completed in 16 milliseconds