Searched refs:fmt_swz (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c230 const uint8_t *fmt_swz = v3d_get_format_swizzle_for_rt(c, rt); local in function:v3d_emit_logic_op_raw
236 v3d_nir_get_swizzled_channel(b, dst_chans, fmt_swz[i]);
258 r[i] = v3d_nir_get_swizzled_channel(b, op_res, fmt_swz[i]);
273 const uint8_t *fmt_swz = v3d_get_format_swizzle_for_rt(c, rt); local in function:v3d_emit_logic_op_unorm
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func);
280 return v3d_nir_unpack_and_swizzle(b, packed_result, fmt_swz, unpack_func);

Completed in 2 milliseconds