Home
last modified time | relevance | path

Searched refs:WRITEMASK_Z (Results 1 – 19 of 19) 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.cpp4273 WRITEMASK_Z)); in _determinant_mat4()
4347 WRITEMASK_Z)); in _inverse_mat3()
4351 WRITEMASK_Z)); in _inverse_mat3()
4355 WRITEMASK_Z)); in _inverse_mat3()
4461 WRITEMASK_Z)); in _inverse_mat4()
4466 WRITEMASK_Z)); in _inverse_mat4()
4471 WRITEMASK_Z)); in _inverse_mat4()
4476 WRITEMASK_Z)); in _inverse_mat4()
5025 body.emit(assign(t, c, WRITEMASK_Z)); in _noise3()
5064 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.c503 if (writeMask & WRITEMASK_Z) in _mesa_writemask_string()
Dprog_execute.c357 if (writeMask & WRITEMASK_Z) in store_vector4()
Dir_to_mesa.cpp2073 tmp_dst.writemask = WRITEMASK_Z; in visit()
2103 coord_dst.writemask = WRITEMASK_Z; in visit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_vs_visitor.cpp56 reg->writemask = WRITEMASK_Z; in make_reg_for_system_value()
Dbrw_vec4_visitor.cpp1073 shadow_comparator.type, WRITEMASK_Z), in emit_texture()
1101 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z), in emit_texture()
1264 reg_z.writemask = WRITEMASK_Z; in emit_psiz_and_flags()
1560 if (inst->dst.writemask & WRITEMASK_Z) in emit_scratch_write()
Dbrw_vec4.cpp456 if ((inst->dst.writemask & WRITEMASK_Z) != 0) in opt_vector_float()
2268 case WRITEMASK_Z: in scalarize_predicate()
Dbrw_vec4_nir.cpp2035 case WRITEMASK_Z: in nir_emit_alu()
/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/mesa/drivers/dri/i915/
Di915_fragprog.c250 if (inst->DstReg.WriteMask & WRITEMASK_Z) in get_result_flags()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c56 WRITEMASK_Z != VSF_FLAG_Z || \
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2987 l.writemask = WRITEMASK_Z; in visit()
3165 mat_column.writemask = WRITEMASK_Z; in visit()
4122 tmp_dst.writemask = WRITEMASK_Z; in visit()
4160 coord_dst.writemask = WRITEMASK_Z; in visit()