Home
last modified time | relevance | path

Searched refs:VK_COMPONENT_SWIZZLE_ZERO (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c394 if (ycbcr_swizzle == VK_COMPONENT_SWIZZLE_ZERO) in lower_ycbcr_tex_instr()
414 [VK_COMPONENT_SWIZZLE_ZERO] = 4, in lower_ycbcr_tex_instr()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c430 case VK_COMPONENT_SWIZZLE_ZERO: in vk_component_mapping_to_pipe_swizzle()
635 case VK_COMPONENT_SWIZZLE_ZERO: return 0; in swizzled_color_component()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc947 ename:VK_COMPONENT_SWIZZLE_ONE, or ename:VK_COMPONENT_SWIZZLE_ZERO
969 be ename:VK_COMPONENT_SWIZZLE_ZERO or ename:VK_COMPONENT_SWIZZLE_ONE,
Dresources.adoc5681 * ename:VK_COMPONENT_SWIZZLE_ZERO specifies that the component is set to
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1614 eZero = VK_COMPONENT_SWIZZLE_ZERO,
Dvk_enum_string_helper.h3241 case VK_COMPONENT_SWIZZLE_ZERO: in string_VkComponentSwizzle()
Dvulkan_enums.hpp2633 eZero = VK_COMPONENT_SWIZZLE_ZERO,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1791 VK_COMPONENT_SWIZZLE_ZERO = 1, enumerator