HomeSort by relevance Sort by last modified time
    Searched refs:unswizzled (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.h 101 const LLVMValueRef *unswizzled,
107 const LLVMValueRef *unswizzled,
lp_bld_format.h 93 LLVMValueRef unswizzled);
126 const LLVMValueRef unswizzled[4],
lp_bld_swizzle.c 566 * @param unswizzled array with the 4 unswizzled values
573 const LLVMValueRef *unswizzled,
581 return unswizzled[swizzle];
597 * @param unswizzled array with the 4 unswizzled values
603 const LLVMValueRef *unswizzled,
610 swizzled[chan] = lp_build_swizzle_soa_channel(bld, unswizzled,
628 LLVMValueRef unswizzled[4]; local
632 unswizzled[chan] = values[chan]
    [all...]
lp_bld_format_aos.c 60 * Basic swizzling. Rearrange the order of the unswizzled array elements
63 * Ex: if unswizzled[4] = {B, G, R, x}, then swizzled_out[4] = {R, G, B, 1}.
68 LLVMValueRef unswizzled)
95 return lp_build_swizzle_aos(bld, unswizzled, swizzles);
372 LLVMValueRef shifted, casted, scaled, unswizzled; local
396 unswizzled = LLVMBuildShuffleVector(builder, rgba,
427 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), "");
429 scaled = unswizzled;
lp_bld_format_soa.c 82 const LLVMValueRef *unswizzled,
102 depth_or_stencil = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
111 swizzled_out[chan] = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
lp_bld_sample_aos.c 1615 LLVMValueRef unswizzled[4]; local
    [all...]
lp_bld_tgsi_soa.c 1749 LLVMValueRef unswizzled[4] = {NULL, NULL, NULL, NULL}; local
    [all...]

Completed in 188 milliseconds