Home
last modified time | relevance | path

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

/third_party/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_emit.c187 (COMPONENT_W << 2) | COMPONENT_Z : in mir_pack_swizzle_64()
243 bool lo = swizzle[0] >= COMPONENT_Z; in mir_pack_swizzle()
244 bool hi = swizzle[1] >= COMPONENT_Z; in mir_pack_swizzle()
Dcompiler.h525 #define LDST_SHARED ((REGISTER_LDST_LOCAL_STORAGE_PTR << 2) | COMPONENT_Z)
526 #define LDST_SCRATCH ((REGISTER_LDST_PC_SP << 2) | COMPONENT_Z)
Dmidgard_compile.c1389 ins.load_store.arg_comp = COMPONENT_Z; in emit_atomic()
2307 ins->swizzle[1][COMPONENT_Z] = --nr_comps; in set_tex_coord()
2308 write_mask |= 1 << COMPONENT_Z; in set_tex_coord()
2353 assert(!((write_mask | written_mask) & (1 << COMPONENT_Z))); in set_tex_coord()
2368 mov.mask = 1 << COMPONENT_Z; in set_tex_coord()
2369 written_mask |= 1 << COMPONENT_Z; in set_tex_coord()
2370 ins->swizzle[1][COMPONENT_Z] = COMPONENT_Z; in set_tex_coord()
2490 ins.swizzle[3][c] = (c > COMPONENT_Z) ? 0 : c; in emit_texop_native()
Dhelpers.h203 #define COMPONENT_Z 0x2 macro
Dmidgard_ra.c645 l->solutions[ins->src[1]] = (16 * 1) + COMPONENT_Z * 4; in allocate_registers()