Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c290 case VK_COMPONENT_SWIZZLE_A: in swizzle_to_component()
419 [VK_COMPONENT_SWIZZLE_A] = 3, in lower_ycbcr_tex_instr()
Dvk_image.c482 .a = remap_swizzle(pCreateInfo->components.a, VK_COMPONENT_SWIZZLE_A), in vk_image_view_init()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c424 case VK_COMPONENT_SWIZZLE_A: in vk_component_mapping_to_pipe_swizzle()
640 case VK_COMPONENT_SWIZZLE_A: return color->uint32[3]; in swizzled_color_component()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1762 view_info.components.a = VK_COMPONENT_SWIZZLE_A; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1619 eA = VK_COMPONENT_SWIZZLE_A
Dvk_enum_string_helper.h3229 case VK_COMPONENT_SWIZZLE_A: in string_VkComponentSwizzle()
Dvulkan_enums.hpp2638 eA = VK_COMPONENT_SWIZZLE_A
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc5694 * ename:VK_COMPONENT_SWIZZLE_A specifies that the component is set to the
5709 | pname:components.a | ename:VK_COMPONENT_SWIZZLE_A
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1796 VK_COMPONENT_SWIZZLE_A = 6, enumerator