Searched refs:swz2 (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_asm.h | 108 static inline uint32_t inst_swiz_compose(uint32_t swz1, uint32_t swz2) in inst_swiz_compose() argument 110 return INST_SWIZ_X((swz1 >> (((swz2 >> 0)&3)*2))&3) | in inst_swiz_compose() 111 INST_SWIZ_Y((swz1 >> (((swz2 >> 2)&3)*2))&3) | in inst_swiz_compose() 112 INST_SWIZ_Z((swz1 >> (((swz2 >> 4)&3)*2))&3) | in inst_swiz_compose() 113 INST_SWIZ_W((swz1 >> (((swz2 >> 6)&3)*2))&3); in inst_swiz_compose()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow_swizzles.c | 104 unsigned new_swizzle, chan, swz0, swz1, swz2, swz3, found_swizzle, swz; in try_rewrite_constant() local 154 swz2 = GET_SWZ(new_swizzle, 2); in try_rewrite_constant() 169 if (swz2 == RC_SWIZZLE_UNUSED) { in try_rewrite_constant() 196 if (swz2 == RC_SWIZZLE_Z) { in try_rewrite_constant() 231 if (swz2 == RC_SWIZZLE_X) { in try_rewrite_constant() 266 if (swz2 == RC_SWIZZLE_Y) { in try_rewrite_constant() 302 if (swz2 == RC_SWIZZLE_Y) { in try_rewrite_constant()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format.c | 398 const unsigned char swz2[4], in util_format_compose_swizzles() 404 dst[i] = swz2[i] <= UTIL_FORMAT_SWIZZLE_W ? in util_format_compose_swizzles() 405 swz1[swz2[i]] : swz2[i]; in util_format_compose_swizzles()
|
D | u_format.h | 999 const unsigned char swz2[4],
|
/external/mesa3d/src/util/format/ |
D | u_format.c | 828 const unsigned char swz2[4], in util_format_compose_swizzles() 834 dst[i] = swz2[i] <= PIPE_SWIZZLE_W ? in util_format_compose_swizzles() 835 swz1[swz2[i]] : swz2[i]; in util_format_compose_swizzles()
|
D | u_format.h | 1583 const unsigned char swz2[4],
|
/external/mesa3d/prebuilt-intermediates/bifrost/ |
D | bi_generated_pack.h | 746 unsigned swz2 = swz2_temp; in pan_pack_fma_fma_v2f16() local 747 assert(swz2 < 4); in pan_pack_fma_fma_v2f16() 754 …z0 << 9) | (swz1 << 11) | (round << 13) | (clamp << 15) | (neg2 << 18) | (swz2 << 19) | (derived_1… in pan_pack_fma_fma_v2f16()
|
D | bifrost_gen_disasm.c | 9073 const char *swz2 = swz2_table[_BITS(bits, 19, 2)]; in bi_disasm_fma_fma_v2f16() local 9093 fputs(swz2, fp); in bi_disasm_fma_fma_v2f16()
|