Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_image.c873 struct isl_swizzle format_swizzle) in remap_swizzle() argument
881 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()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2285 const uint8_t *format_swizzle = vc4_get_format_swizzle(format); in vc4_shader_ntq() local
2292 format_swizzle[arb_swiz]; in vc4_shader_ntq()