Lines Matching defs:swizzle
43 #define FUNCTIONAL_TEST_ALL_SWIZZLE_COMBINATIONS 0 /* Selects if all swizzle combinations should be tested */
1856 /** Get index of channel that will be accessed after "swizzle" is applied
1858 * @param channel_idx Index of channel before "swizzle" is applied
1859 * @param swizzle_set Set of swizzle states
1865 const glw::GLint swizzle = swizzle_set[channel_idx];
1869 switch (swizzle)
2410 : TestCase(context, "smoke", "Verifies that all swizzle combinations work with all texture access routines")
2530 } /* iteration over swizzle combinations */
2605 * @param texture_swizzle Set of texture swizzle values
2606 * @param use_rgba_enum If texture swizzle states should be set with RGBA enum or separe calls
2619 /* Set texture swizzle */
2642 /* Revert texture swizzle */
3071 /** Prepares program then draws and verifies resutls for both ways of setting texture swizzle
3703 "Verifies that swizzle is respected for textures of different formats and targets")
3876 /* iteration over swizzle combinations */
3884 } /* iteration over swizzle combinations */