Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c288 case VK_COMPONENT_SWIZZLE_B: in swizzle_to_component()
418 [VK_COMPONENT_SWIZZLE_B] = 2, in lower_ycbcr_tex_instr()
Dvk_image.c481 .b = remap_swizzle(pCreateInfo->components.b, VK_COMPONENT_SWIZZLE_B), in vk_image_view_init()
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp210 ahbFormatProps->samplerYcbcrConversionComponents.r = VK_COMPONENT_SWIZZLE_B; in getAndroidHardwareBufferPropertiesANDROID()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c421 case VK_COMPONENT_SWIZZLE_B: in vk_component_mapping_to_pipe_swizzle()
639 case VK_COMPONENT_SWIZZLE_B: return color->uint32[2]; in swizzled_color_component()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc952 ename:VK_COMPONENT_SWIZZLE_B
1072 * pname:components.r = ename:VK_COMPONENT_SWIZZLE_B
Dvideo_extensions.adoc1023 components.r = VK_COMPONENT_SWIZZLE_B; // Cb component
Dresources.adoc5692 * ename:VK_COMPONENT_SWIZZLE_B specifies that the component is set to the
5708 | pname:components.b | ename:VK_COMPONENT_SWIZZLE_B
Drenderpass.adoc3623 .r = VK_COMPONENT_SWIZZLE_B
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1761 view_info.components.b = VK_COMPONENT_SWIZZLE_B; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1618 eB = VK_COMPONENT_SWIZZLE_B,
Dvk_enum_string_helper.h3231 case VK_COMPONENT_SWIZZLE_B: in string_VkComponentSwizzle()
Dvulkan_enums.hpp2637 eB = VK_COMPONENT_SWIZZLE_B,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc580 components.r = VK_COMPONENT_SWIZZLE_B; // Cb component
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1795 VK_COMPONENT_SWIZZLE_B = 5, enumerator