Home
last modified time | relevance | path

Searched refs:WRITEMASK_Z (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c304 ptn_move_dest_masked(b, dest, nir_fexp2(b, srcx), WRITEMASK_Z); in ptn_exp()
326 ptn_move_dest_masked(b, dest, log2, WRITEMASK_Z); in ptn_log()
341 ptn_move_dest_masked(b, dest, nir_mov(b, src[0]), WRITEMASK_Z); in ptn_dst()
359 if (dest.write_mask & WRITEMASK_Z) { in ptn_lit()
372 ptn_move_dest_masked(b, dest, z, WRITEMASK_Z); in ptn_lit()
389 ptn_move_dest_masked(b, dest, nir_imm_float(b, 0.0), WRITEMASK_Z); in ptn_scs()
Dprog_instruction.h79 #define WRITEMASK_Z 0x4 macro
Dprogram_lexer.l96 return WRITEMASK_Z; in mask_from_char()
Dprog_print.c505 if (writeMask & WRITEMASK_Z) in _mesa_writemask_string()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_cmod_propagation.cpp168 scan_inst->dst.writemask == WRITEMASK_Z) || in opt_cmod_propagation_local()
213 case WRITEMASK_Z: in opt_cmod_propagation_local()
Dbrw_vec4_cse.cpp119 ((ab_writemask & WRITEMASK_Z) ? 0x00ff0000 : 0) | in operands_match()
Dbrw_vec4_visitor.cpp912 reg_z.writemask = WRITEMASK_Z; in emit_psiz_and_flags()
1198 if (inst->dst.writemask & WRITEMASK_Z) in emit_scratch_write()
Dbrw_vec4_nir.cpp1864 case WRITEMASK_Z: in nir_emit_alu()
2242 shadow_comparator.type, WRITEMASK_Z), in nir_emit_texture()
2277 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in nir_emit_texture()
Dbrw_vec4.cpp476 if ((inst->dst.writemask & WRITEMASK_Z) != 0) in opt_vector_float()
2064 case WRITEMASK_Z: in scalarize_predicate()
/third_party/mesa3d/src/compiler/glsl/
Dlower_packing_builtins.cpp360 WRITEMASK_Z)); in unpack_uint_to_uvec4()
368 constant(0xffu)), WRITEMASK_Z)); in unpack_uint_to_uvec4()
407 WRITEMASK_Z)); in unpack_uint_to_ivec4()
Dir_builder.h35 WRITEMASK_Z = 0x4, enumerator
Dbuiltin_functions.cpp6735 WRITEMASK_Z)); in _determinant_mat4()
6809 WRITEMASK_Z)); in _inverse_mat3()
6813 WRITEMASK_Z)); in _inverse_mat3()
6817 WRITEMASK_Z)); in _inverse_mat3()
6923 WRITEMASK_Z)); in _inverse_mat4()
6928 WRITEMASK_Z)); in _inverse_mat4()
6933 WRITEMASK_Z)); in _inverse_mat4()
6938 WRITEMASK_Z)); in _inverse_mat4()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c656 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]); in emit_matrix_transform_vec4()
694 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]); in emit_matrix_transform_vec3()
1033 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots); in emit_degenerate_lit()
1087 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting()