Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_image.c872 remap_swizzle(VkComponentSwizzle swizzle, VkComponentSwizzle component, in remap_swizzle() function
1166 .r = remap_swizzle(pCreateInfo->components.r, in anv_CreateImageView()
1168 .g = remap_swizzle(pCreateInfo->components.g, in anv_CreateImageView()
1170 .b = remap_swizzle(pCreateInfo->components.b, in anv_CreateImageView()
1172 .a = remap_swizzle(pCreateInfo->components.a, in anv_CreateImageView()