Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_vectorize.cpp228 case WRITEMASK_Z: return SWIZZLE_Z; in write_mask_to_swizzle()
243 (write_mask == WRITEMASK_Z && swz->mask.x == SWIZZLE_Z) || in write_mask_matches_swizzle()
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.h32 WRITEMASK_Z = 0x4, enumerator
Dbuiltin_functions.cpp4732 WRITEMASK_Z)); in _determinant_mat4()
4806 WRITEMASK_Z)); in _inverse_mat3()
4810 WRITEMASK_Z)); in _inverse_mat3()
4814 WRITEMASK_Z)); in _inverse_mat3()
4920 WRITEMASK_Z)); in _inverse_mat4()
4925 WRITEMASK_Z)); in _inverse_mat4()
4930 WRITEMASK_Z)); in _inverse_mat4()
4935 WRITEMASK_Z)); in _inverse_mat4()
5489 body.emit(assign(t, c, WRITEMASK_Z)); in _noise3()
5528 body.emit(assign(t, c, WRITEMASK_Z)); in _noise4()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c325 ptn_move_dest_masked(b, dest, nir_fexp2(b, srcx), WRITEMASK_Z); in ptn_exp()
347 ptn_move_dest_masked(b, dest, log2, WRITEMASK_Z); in ptn_log()
362 ptn_move_dest_masked(b, dest, nir_fmov(b, src[0]), WRITEMASK_Z); in ptn_dst()
380 if (dest.write_mask & WRITEMASK_Z) { in ptn_lit()
401 ptn_move_dest_masked(b, dest, z, WRITEMASK_Z); in ptn_lit()
418 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
Dprog_instruction.c212 inst->DstReg.WriteMask == WRITEMASK_Z || in _mesa_check_soa_dependencies()
Dprogram_lexer.l91 return WRITEMASK_Z; in mask_from_char()
Dprog_print.c504 if (writeMask & WRITEMASK_Z) in _mesa_writemask_string()
Dprog_execute.c356 if (writeMask & WRITEMASK_Z) in store_vector4()
Dir_to_mesa.cpp2099 tmp_dst.writemask = WRITEMASK_Z; in visit()
2129 coord_dst.writemask = WRITEMASK_Z; in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp383 if (writemask & WRITEMASK_Z) in record_write()
402 if (readmask & WRITEMASK_Z) in record_read()
Dst_glsl_to_tgsi.cpp2184 temp_dst.writemask |= WRITEMASK_Z; in visit_expression()
2208 temp_dst.writemask |= WRITEMASK_Z; in visit_expression()
2975 l.writemask = WRITEMASK_Z; in visit()
3156 mat_column.writemask = WRITEMASK_Z; in visit()
4238 tmp_dst.writemask = WRITEMASK_Z; in visit()
4276 coord_dst.writemask = WRITEMASK_Z; in visit()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c653 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]); in emit_matrix_transform_vec4()
691 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]); in emit_matrix_transform_vec3()
1014 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots); in emit_degenerate_lit()
1068 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1066 shadow_comparator.type, WRITEMASK_Z), in emit_texture()
1094 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in emit_texture()
1257 reg_z.writemask = WRITEMASK_Z; in emit_psiz_and_flags()
1556 if (inst->dst.writemask & WRITEMASK_Z) in emit_scratch_write()
Dbrw_vec4.cpp460 if ((inst->dst.writemask & WRITEMASK_Z) != 0) in opt_vector_float()
2314 case WRITEMASK_Z: in scalarize_predicate()
Dbrw_vec4_nir.cpp1924 case WRITEMASK_Z: in nir_emit_alu()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c250 if (inst->DstReg.WriteMask & WRITEMASK_Z) in get_result_flags()
/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp870 MockCodelineWithSwizzle(TGSI_OPCODE_MOV, DST(1, WRITEMASK_Z), SRC(in1, "y"), {}), in TEST_F()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c56 WRITEMASK_Z != VSF_FLAG_Z || \