Home
last modified time | relevance | path

Searched refs:VK_COMPONENT_SWIZZLE_IDENTITY (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp154 ahbFormatProps->samplerYcbcrConversionComponents.r = VK_COMPONENT_SWIZZLE_IDENTITY; in getAndroidHardwareBufferPropertiesANDROID()
155 ahbFormatProps->samplerYcbcrConversionComponents.g = VK_COMPONENT_SWIZZLE_IDENTITY; in getAndroidHardwareBufferPropertiesANDROID()
156 ahbFormatProps->samplerYcbcrConversionComponents.b = VK_COMPONENT_SWIZZLE_IDENTITY; in getAndroidHardwareBufferPropertiesANDROID()
157 ahbFormatProps->samplerYcbcrConversionComponents.a = VK_COMPONENT_SWIZZLE_IDENTITY; in getAndroidHardwareBufferPropertiesANDROID()
DResourceTracker.cpp2863 pProperties->samplerYcbcrConversionComponents.r = VK_COMPONENT_SWIZZLE_IDENTITY; in on_vkGetBufferCollectionPropertiesFUCHSIA()
2864 pProperties->samplerYcbcrConversionComponents.g = VK_COMPONENT_SWIZZLE_IDENTITY; in on_vkGetBufferCollectionPropertiesFUCHSIA()
2865 pProperties->samplerYcbcrConversionComponents.b = VK_COMPONENT_SWIZZLE_IDENTITY; in on_vkGetBufferCollectionPropertiesFUCHSIA()
2866 pProperties->samplerYcbcrConversionComponents.a = VK_COMPONENT_SWIZZLE_IDENTITY; in on_vkGetBufferCollectionPropertiesFUCHSIA()
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h179 .components = {.r = VK_COMPONENT_SWIZZLE_IDENTITY, in setUpImage()
180 .g = VK_COMPONENT_SWIZZLE_IDENTITY, in setUpImage()
181 .b = VK_COMPONENT_SWIZZLE_IDENTITY, in setUpImage()
182 .a = VK_COMPONENT_SWIZZLE_IDENTITY}, in setUpImage()
/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp110 .components = {.r = VK_COMPONENT_SWIZZLE_IDENTITY, in initSwapChainStateVk()
111 .g = VK_COMPONENT_SWIZZLE_IDENTITY, in initSwapChainStateVk()
112 .b = VK_COMPONENT_SWIZZLE_IDENTITY, in initSwapChainStateVk()
113 .a = VK_COMPONENT_SWIZZLE_IDENTITY}, in initSwapChainStateVk()
DCompositorVk.cpp606 .r = VK_COMPONENT_SWIZZLE_IDENTITY, in setUpDefaultImage()
607 .g = VK_COMPONENT_SWIZZLE_IDENTITY, in setUpDefaultImage()
608 .b = VK_COMPONENT_SWIZZLE_IDENTITY, in setUpDefaultImage()
609 .a = VK_COMPONENT_SWIZZLE_IDENTITY, in setUpDefaultImage()
DVkCommonOperations.cpp2146 .r = VK_COMPONENT_SWIZZLE_IDENTITY, in initializeVkColorBufferLocked()
2147 .g = VK_COMPONENT_SWIZZLE_IDENTITY, in initializeVkColorBufferLocked()
2148 .b = VK_COMPONENT_SWIZZLE_IDENTITY, in initializeVkColorBufferLocked()
2149 .a = VK_COMPONENT_SWIZZLE_IDENTITY, in initializeVkColorBufferLocked()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp41 .components = {VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, in createDefaultImageView()
42 VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY}, in createDefaultImageView()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_fragment_density_map.adoc103 .components = { 0 }, // VK_COMPONENT_SWIZZLE_IDENTITY
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c427 case VK_COMPONENT_SWIZZLE_IDENTITY: in vk_component_mapping_to_pipe_swizzle()
634 case VK_COMPONENT_SWIZZLE_IDENTITY: return color->uint32[comp]; in swizzled_color_component()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c423 if (m == VK_COMPONENT_SWIZZLE_IDENTITY) { in lower_ycbcr_tex_instr()
Dvk_image.c357 return swizzle == VK_COMPONENT_SWIZZLE_IDENTITY ? component : swizzle; in remap_swizzle()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc581 components.g = VK_COMPONENT_SWIZZLE_IDENTITY; // Y component
583 components.a = VK_COMPONENT_SWIZZLE_IDENTITY; // unused, defaults to 1.0
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc1024 components.g = VK_COMPONENT_SWIZZLE_IDENTITY; // Y component
1026 components.a = VK_COMPONENT_SWIZZLE_IDENTITY; // unused, defaults to 1.0
1073 ename:VK_COMPONENT_SWIZZLE_IDENTITY.
Dsamplers.adoc1071 * pname:components.a = ename:VK_COMPONENT_SWIZZLE_IDENTITY
Dresources.adoc5287 pname:components must: be ename:VK_COMPONENT_SWIZZLE_IDENTITY for all
5679 * ename:VK_COMPONENT_SWIZZLE_IDENTITY specifies that the component is set
5702 .Component Mappings Equivalent To ename:VK_COMPONENT_SWIZZLE_IDENTITY
Dtextures.adoc3626 ename:VK_COMPONENT_SWIZZLE_IDENTITY.
Drenderpass.adoc3626 .a = VK_COMPONENT_SWIZZLE_IDENTITY},
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1613 eIdentity = VK_COMPONENT_SWIZZLE_IDENTITY,
Dvk_enum_string_helper.h3235 case VK_COMPONENT_SWIZZLE_IDENTITY: in string_VkComponentSwizzle()
Dvulkan_enums.hpp2632 eIdentity = VK_COMPONENT_SWIZZLE_IDENTITY,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1790 VK_COMPONENT_SWIZZLE_IDENTITY = 0, enumerator
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc6032 Equivalent To ename:VK_COMPONENT_SWIZZLE_IDENTITY`" table, and refer to
6034 ename:VK_COMPONENT_SWIZZLE_IDENTITY in many places (internal merge