Searched refs:format_swizzle (Results 1 – 2 of 2) sorted by relevance
873 struct isl_swizzle format_swizzle) in remap_swizzle() argument881 case VK_COMPONENT_SWIZZLE_R: return format_swizzle.r; in remap_swizzle()882 case VK_COMPONENT_SWIZZLE_G: return format_swizzle.g; in remap_swizzle()883 case VK_COMPONENT_SWIZZLE_B: return format_swizzle.b; in remap_swizzle()884 case VK_COMPONENT_SWIZZLE_A: return format_swizzle.a; in remap_swizzle()
2285 const uint8_t *format_swizzle = vc4_get_format_swizzle(format); in vc4_shader_ntq() local2292 format_swizzle[arb_swiz]; in vc4_shader_ntq()