Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c284 case VK_COMPONENT_SWIZZLE_R: in swizzle_to_component()
416 [VK_COMPONENT_SWIZZLE_R] = 0, in lower_ycbcr_tex_instr()
Dvk_image.c479 .r = remap_swizzle(pCreateInfo->components.r, VK_COMPONENT_SWIZZLE_R), in vk_image_view_init()
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp211 ahbFormatProps->samplerYcbcrConversionComponents.b = VK_COMPONENT_SWIZZLE_R; in getAndroidHardwareBufferPropertiesANDROID()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c415 case VK_COMPONENT_SWIZZLE_R: in vk_component_mapping_to_pipe_swizzle()
637 case VK_COMPONENT_SWIZZLE_R: return color->uint32[0]; in swizzled_color_component()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc957 ename:VK_COMPONENT_SWIZZLE_R
1073 * pname:components.g = ename:VK_COMPONENT_SWIZZLE_R
Dvideo_extensions.adoc1025 components.b = VK_COMPONENT_SWIZZLE_R; // Cr component
Dresources.adoc5688 * ename:VK_COMPONENT_SWIZZLE_R specifies that the component is set to the
5706 | pname:components.r | ename:VK_COMPONENT_SWIZZLE_R
Drenderpass.adoc3624 .g = VK_COMPONENT_SWIZZLE_R
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1759 view_info.components.r = VK_COMPONENT_SWIZZLE_R; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1616 eR = VK_COMPONENT_SWIZZLE_R,
Dvk_enum_string_helper.h3239 case VK_COMPONENT_SWIZZLE_R: in string_VkComponentSwizzle()
Dvulkan_enums.hpp2635 eR = VK_COMPONENT_SWIZZLE_R,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc582 components.b = VK_COMPONENT_SWIZZLE_R; // Cr component
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1793 VK_COMPONENT_SWIZZLE_R = 3, enumerator