Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c286 case VK_COMPONENT_SWIZZLE_G: in swizzle_to_component()
417 [VK_COMPONENT_SWIZZLE_G] = 1, in lower_ycbcr_tex_instr()
Dvk_image.c480 .g = remap_swizzle(pCreateInfo->components.g, VK_COMPONENT_SWIZZLE_G), in vk_image_view_init()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c418 case VK_COMPONENT_SWIZZLE_G: in vk_component_mapping_to_pipe_swizzle()
638 case VK_COMPONENT_SWIZZLE_G: return color->uint32[1]; in swizzled_color_component()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1760 view_info.components.g = VK_COMPONENT_SWIZZLE_G; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1617 eG = VK_COMPONENT_SWIZZLE_G,
Dvk_enum_string_helper.h3233 case VK_COMPONENT_SWIZZLE_G: in string_VkComponentSwizzle()
Dvulkan_enums.hpp2636 eG = VK_COMPONENT_SWIZZLE_G,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc1074 * pname:components.b = ename:VK_COMPONENT_SWIZZLE_G
Dresources.adoc5690 * ename:VK_COMPONENT_SWIZZLE_G specifies that the component is set to the
5707 | pname:components.g | ename:VK_COMPONENT_SWIZZLE_G
Drenderpass.adoc3625 .b = VK_COMPONENT_SWIZZLE_G
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1794 VK_COMPONENT_SWIZZLE_G = 4, enumerator