Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_swizzle.c72 static const struct swizzle_data* lookup_native_swizzle(unsigned int swizzle) in lookup_native_swizzle() function
99 if(lookup_native_swizzle(swizzle)) in r300_swizzle_is_native_basic()
142 sd = lookup_native_swizzle(reg.Swizzle); in r300_swizzle_is_native()
210 const struct swizzle_data* sd = lookup_native_swizzle(swizzle); in r300FPTranslateRGBSwizzle()