Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkImageView.cpp24 { VK_COMPONENT_SWIZZLE_IDENTITY, in Create()
25 VK_COMPONENT_SWIZZLE_IDENTITY, in Create()
26 VK_COMPONENT_SWIZZLE_IDENTITY, in Create()
27 VK_COMPONENT_SWIZZLE_IDENTITY }, // components in Create()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp182 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
183 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
184 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
185 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
346 VK_COMPONENT_SWIZZLE_IDENTITY, in testImageQuery()
347 VK_COMPONENT_SWIZZLE_IDENTITY, in testImageQuery()
348 VK_COMPONENT_SWIZZLE_IDENTITY, in testImageQuery()
349 VK_COMPONENT_SWIZZLE_IDENTITY, in testImageQuery()
494 VK_COMPONENT_SWIZZLE_IDENTITY, in testImageQueryLod()
495 VK_COMPONENT_SWIZZLE_IDENTITY, in testImageQueryLod()
[all …]
DvktYCbCrFormatTests.cpp124 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
125 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
126 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
127 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
319 VK_COMPONENT_SWIZZLE_IDENTITY, in testFormat()
320 VK_COMPONENT_SWIZZLE_IDENTITY, in testFormat()
321 VK_COMPONENT_SWIZZLE_IDENTITY, in testFormat()
322 VK_COMPONENT_SWIZZLE_IDENTITY, in testFormat()
DvktYCbCrViewTests.cpp181 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
182 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
183 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
184 VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
507 VK_COMPONENT_SWIZZLE_IDENTITY, in testPlaneView()
508 VK_COMPONENT_SWIZZLE_IDENTITY, in testPlaneView()
509 VK_COMPONENT_SWIZZLE_IDENTITY, in testPlaneView()
510 VK_COMPONENT_SWIZZLE_IDENTITY, in testPlaneView()
DvktYCbCrConversionTests.cpp1033 case vk::VK_COMPONENT_SWIZZLE_IDENTITY: return identityPlane; in swizzle()
1736 vk::VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
1737 vk::VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
1738 vk::VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
1739 vk::VK_COMPONENT_SWIZZLE_IDENTITY, in createImageView()
2263 case vk::VK_COMPONENT_SWIZZLE_IDENTITY: return identity; in swizzleToCompName()
2531 vk::VK_COMPONENT_SWIZZLE_IDENTITY, in initTests()
2532 vk::VK_COMPONENT_SWIZZLE_IDENTITY, in initTests()
2533 vk::VK_COMPONENT_SWIZZLE_IDENTITY, in initTests()
2534 vk::VK_COMPONENT_SWIZZLE_IDENTITY in initTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp352 …{VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_C… in BlendTestInstance()
DvktPipelineImageSamplingInstance.cpp980 if (comp == vk::VK_COMPONENT_SWIZZLE_IDENTITY) in getSwizzledComp()
1052 return (swz.r == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.r == vk::VK_COMPONENT_SWIZZLE_R) && in isIdentitySwizzle()
1053 (swz.g == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.g == vk::VK_COMPONENT_SWIZZLE_G) && in isIdentitySwizzle()
1054 (swz.b == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.b == vk::VK_COMPONENT_SWIZZLE_B) && in isIdentitySwizzle()
1055 (swz.a == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.a == vk::VK_COMPONENT_SWIZZLE_A); in isIdentitySwizzle()
/external/mesa3d/src/amd/vulkan/
Dvk_format.h265 if (vk_swiz == VK_COMPONENT_SWIZZLE_IDENTITY) in radv_swizzle_conv()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp718 VK_COMPONENT_SWIZZLE_IDENTITY, // VkComponentSwizzle r; in createImageView()
719 VK_COMPONENT_SWIZZLE_IDENTITY, // VkComponentSwizzle g; in createImageView()
720 VK_COMPONENT_SWIZZLE_IDENTITY, // VkComponentSwizzle b; in createImageView()
721 VK_COMPONENT_SWIZZLE_IDENTITY, // VkComponentSwizzle a; in createImageView()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp526 VK_COMPONENT_SWIZZLE_IDENTITY, in createTestImageView()
527 VK_COMPONENT_SWIZZLE_IDENTITY, in createTestImageView()
528 VK_COMPONENT_SWIZZLE_IDENTITY, in createTestImageView()
529 VK_COMPONENT_SWIZZLE_IDENTITY, in createTestImageView()
/external/mesa3d/src/intel/vulkan/
Danv_image.c448 if (swizzle == VK_COMPONENT_SWIZZLE_IDENTITY) in remap_swizzle()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBasicTypes.inl549 VK_COMPONENT_SWIZZLE_IDENTITY = 0, enumerator
DvkStrUtilImpl.inl588 case VK_COMPONENT_SWIZZLE_IDENTITY: return "VK_COMPONENT_SWIZZLE_IDENTITY";
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp11131 … {VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, in TEST_F()
11132 VK_COMPONENT_SWIZZLE_IDENTITY}, in TEST_F()
16213 … { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, in TEST_F()
16214 VK_COMPONENT_SWIZZLE_IDENTITY }, in TEST_F()
16288 … { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, in TEST_F()
16289 VK_COMPONENT_SWIZZLE_IDENTITY }, in TEST_F()
16385 … { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY, in TEST_F()
16386 VK_COMPONENT_SWIZZLE_IDENTITY }, in TEST_F()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h537 VK_COMPONENT_SWIZZLE_IDENTITY = 0, enumerator
544 VK_COMPONENT_SWIZZLE_BEGIN_RANGE = VK_COMPONENT_SWIZZLE_IDENTITY,
546 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
Dvulkan.hpp4385 eIdentity = VK_COMPONENT_SWIZZLE_IDENTITY,
/external/mesa3d/include/vulkan/
Dvulkan.h543 VK_COMPONENT_SWIZZLE_IDENTITY = 0, enumerator
550 VK_COMPONENT_SWIZZLE_BEGIN_RANGE = VK_COMPONENT_SWIZZLE_IDENTITY,
552 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h618 VK_COMPONENT_SWIZZLE_IDENTITY = 0, enumerator
625 VK_COMPONENT_SWIZZLE_BEGIN_RANGE = VK_COMPONENT_SWIZZLE_IDENTITY,
627 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in630 VK_COMPONENT_SWIZZLE_IDENTITY = 0, enumerator
637 VK_COMPONENT_SWIZZLE_BEGIN_RANGE = VK_COMPONENT_SWIZZLE_IDENTITY,
639 VK_COMPONENT_SWIZZLE_RANGE_SIZE = (VK_COMPONENT_SWIZZLE_A - VK_COMPONENT_SWIZZLE_IDENTITY + 1),
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9552 …if (((ivci.components.r != VK_COMPONENT_SWIZZLE_IDENTITY) && (ivci.components.r != VK_COMPONENT_SW… in ValidateFramebufferCreateInfo()
9553 …((ivci.components.g != VK_COMPONENT_SWIZZLE_IDENTITY) && (ivci.components.g != VK_COMPONENT_SWIZZL… in ValidateFramebufferCreateInfo()
9554 …((ivci.components.b != VK_COMPONENT_SWIZZLE_IDENTITY) && (ivci.components.b != VK_COMPONENT_SWIZZL… in ValidateFramebufferCreateInfo()
9555 …((ivci.components.a != VK_COMPONENT_SWIZZLE_IDENTITY) && (ivci.components.a != VK_COMPONENT_SWIZZL… in ValidateFramebufferCreateInfo()