Home
last modified time | relevance | path

Searched refs:COMPONENT_Z (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dmidgard_derivatives.c153 dup.swizzle[1][0] = COMPONENT_Z; in midgard_lower_derivatives()
Dmidgard_opt_perspective.c92 if (frcp_component != COMPONENT_W && frcp_component != COMPONENT_Z) continue; in midgard_opt_combine_projection()
Dmidgard_compile.c1968 … bool flip_zw = (instr->sampler_dim == GLSL_SAMPLER_DIM_2D) && (coord_mask & (1 << COMPONENT_Z)); in emit_texop_native()
1971 coord_mask ^= ((1 << COMPONENT_Z) | (1 << COMPONENT_W)); in emit_texop_native()
1990 ins.swizzle[1][2] = instr->is_shadow ? COMPONENT_Z : COMPONENT_X; in emit_texop_native()
1998 mov.swizzle[1][COMPONENT_W] = COMPONENT_Z; in emit_texop_native()
2028 ins.swizzle[1][2] = COMPONENT_Z; in emit_texop_native()
2029 … ins.swizzle[1][3] = needs_temp_coord ? COMPONENT_W : COMPONENT_Z; in emit_texop_native()
2032 instr->is_shadow ? COMPONENT_Z : COMPONENT_X; in emit_texop_native()
2040 ins.swizzle[1][2] = COMPONENT_Z; in emit_texop_native()
2073 ins.swizzle[3][c] = (c > COMPONENT_Z) ? 0 : c; in emit_texop_native()
2081 unsigned comp = COMPONENT_Z; in emit_texop_native()
Dmidgard_emit.c158 (COMPONENT_W << 2) | COMPONENT_Z : in mir_pack_swizzle_64()
211 bool lo = swizzle[0] >= COMPONENT_Z; in mir_pack_swizzle()
212 bool hi = swizzle[1] >= COMPONENT_Z; in mir_pack_swizzle()
Dhelpers.h160 #define COMPONENT_Z 0x2 macro
Dmidgard_ra.c575 l->solutions[ins->src[1]] = (16 * 1) + COMPONENT_Z * 4; in allocate_registers()