Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureSwizzleTests.cpp173 case VK_COMPONENT_SWIZZLE_B: in iterate()
353 …{ "bbbb", {VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_… in populateTextureSwizzleTests()
DvktTextureFilteringExplicitLodTests.cpp822 VK_COMPONENT_SWIZZLE_B, in createResources()
/external/mesa3d/src/amd/vulkan/
Dvk_format.h280 case VK_COMPONENT_SWIZZLE_B: in radv_swizzle_conv()
301 dst[2] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_B, swz, mapping->b); in vk_format_compose_swizzles()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp229 componentMapping.b == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_B : componentMapping.b, in swizzle()
402 …onentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in getComponentMapping()
756 …{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZL…
757 …{ VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZL…
DvktPipelineImageViewTests.cpp344 …nentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createSubresourceRangeTests()
635 …aseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createComponentSwizzleTests()
DvktPipelineImageSamplingInstance.cpp227 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in ImageSamplingInstance()
913 swz.b == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_B : swz.b, in swizzleScaleBias()
970 (swz.b == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.b == vk::VK_COMPONENT_SWIZZLE_B) && in isIdentitySwizzle()
DvktPipelinePushDescriptorTests.cpp277 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in init()
1081 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in init()
1924 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in init()
2691 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in init()
3540 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in init()
DvktPipelineImageTests.cpp208 …onentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createInstance()
DvktPipelineDepthTests.cpp276 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in DepthTestInstance()
DvktPipelineStencilTests.cpp320 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in StencilTestInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp93 VK_COMPONENT_SWIZZLE_B, in makeComponentMappingRGBA()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp236 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in renderpassLifetimeTest()
575 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in framebufferCompatibleRenderPassTest()
930 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in pipelineLayoutLifetimeGraphicsTest()
DvktApiSmokeTests.cpp420 VK_COMPONENT_SWIZZLE_B, in renderTriangleTest()
730 VK_COMPONENT_SWIZZLE_B, in renderTriangleUnusedResolveAttachmentTest()
DvktApiGetMemoryCommitment.cpp105 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in iterate()
DvktApiGranularityTests.cpp224 VK_COMPONENT_SWIZZLE_B, in initImages()
DvktApiBufferViewAccessTests.cpp166 …ppingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp284 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in GraphicsEnvironment()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c418 [VK_COMPONENT_SWIZZLE_B] = 2, in try_lower_tex_ycbcr()
Danv_image.c883 case VK_COMPONENT_SWIZZLE_B: return format_swizzle.b; in remap_swizzle()
1171 VK_COMPONENT_SWIZZLE_B, format.swizzle), in anv_CreateImageView()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h301 createView.components.b = VK_COMPONENT_SWIZZLE_B; in targetView()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp52 vk::VkComponentSwizzle b = vk::VK_COMPONENT_SWIZZLE_B,
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp580 VK_COMPONENT_SWIZZLE_B, in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp2870 VK_COMPONENT_SWIZZLE_B, in runAndVerifyDefaultPipeline()
3136 VK_COMPONENT_SWIZZLE_B, in runAndVerifyDefaultPipeline()
3625 VK_COMPONENT_SWIZZLE_B, in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp360 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in UnusedAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp460 …{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A},… in createImageView()

123