Searched refs:VK_COMPONENT_SWIZZLE_IDENTITY (Results 1 – 22 of 22) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | AndroidHardwareBuffer.cpp | 154 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()
|
D | ResourceTracker.cpp | 2863 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/ |
D | VkTestUtils.h | 179 .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/ |
D | SwapChainStateVk.cpp | 110 .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()
|
D | CompositorVk.cpp | 606 .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()
|
D | VkCommonOperations.cpp | 2146 .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/ |
D | CompressedImageInfo.cpp | 41 .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/ |
D | VK_EXT_fragment_density_map.adoc | 103 .components = { 0 }, // VK_COMPONENT_SWIZZLE_IDENTITY
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_format.c | 427 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/ |
D | vk_nir_convert_ycbcr.c | 423 if (m == VK_COMPONENT_SWIZZLE_IDENTITY) { in lower_ycbcr_tex_instr()
|
D | vk_image.c | 357 return swizzle == VK_COMPONENT_SWIZZLE_IDENTITY ? component : swizzle; in remap_swizzle()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_queue.adoc | 581 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/ |
D | video_extensions.adoc | 1024 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.
|
D | samplers.adoc | 1071 * pname:components.a = ename:VK_COMPONENT_SWIZZLE_IDENTITY
|
D | resources.adoc | 5287 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
|
D | textures.adoc | 3626 ename:VK_COMPONENT_SWIZZLE_IDENTITY.
|
D | renderpass.adoc | 3626 .a = VK_COMPONENT_SWIZZLE_IDENTITY},
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1613 eIdentity = VK_COMPONENT_SWIZZLE_IDENTITY,
|
D | vk_enum_string_helper.h | 3235 case VK_COMPONENT_SWIZZLE_IDENTITY: in string_VkComponentSwizzle()
|
D | vulkan_enums.hpp | 2632 eIdentity = VK_COMPONENT_SWIZZLE_IDENTITY,
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 1790 VK_COMPONENT_SWIZZLE_IDENTITY = 0, enumerator
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 6032 Equivalent To ename:VK_COMPONENT_SWIZZLE_IDENTITY`" table, and refer to 6034 ename:VK_COMPONENT_SWIZZLE_IDENTITY in many places (internal merge
|