Searched refs:format_swizzle (Results 1 – 2 of 2) sorted by relevance
446 struct isl_swizzle format_swizzle) in remap_swizzle() argument454 case VK_COMPONENT_SWIZZLE_R: return format_swizzle.r; in remap_swizzle()455 case VK_COMPONENT_SWIZZLE_G: return format_swizzle.g; in remap_swizzle()456 case VK_COMPONENT_SWIZZLE_B: return format_swizzle.b; in remap_swizzle()457 case VK_COMPONENT_SWIZZLE_A: return format_swizzle.a; in remap_swizzle()
2247 const uint8_t *format_swizzle = vc4_get_format_swizzle(format); in vc4_shader_ntq() local2254 format_swizzle[arb_swiz]; in vc4_shader_ntq()