Home
last modified time | relevance | path

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

12

/external/mesa3d/src/amd/vulkan/
Dvk_format.h282 case VK_COMPONENT_SWIZZLE_B: in radv_swizzle_conv()
303 dst[2] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_B, swz, mapping->b); in vk_format_compose_swizzles()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp93 VK_COMPONENT_SWIZZLE_B, in makeComponentMappingRGBA()
DvkBasicTypes.inl554 VK_COMPONENT_SWIZZLE_B = 5, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
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()
DvktPipelineImageTests.cpp208 …onentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createInstance()
DvktPipelineSamplerTests.cpp252 …onentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in createInstance()
DvktPipelineImageSamplingInstance.cpp222 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in ImageSamplingInstance()
1054 (swz.b == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.b == vk::VK_COMPONENT_SWIZZLE_B) && in isIdentitySwizzle()
DvktPipelineStencilTests.cpp323 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in StencilTestInstance()
DvktPipelineDepthTests.cpp234 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in DepthTestInstance()
DvktPipelineInputAssemblyTests.cpp926 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp608 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in PushConstantGraphicsTestInstance()
DvktPipelineVertexInputTests.cpp696 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in VertexInputInstance()
DvktPipelineCacheTests.cpp866 …tMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPON… in GraphicsCacheTestInstance()
/external/mesa3d/src/intel/vulkan/
Danv_image.c456 case VK_COMPONENT_SWIZZLE_B: return format_swizzle.b; in remap_swizzle()
526 VK_COMPONENT_SWIZZLE_B, format.swizzle), in anv_CreateImageView()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp460 VK_COMPONENT_SWIZZLE_B, in renderTriangleTest()
1077 VK_COMPONENT_SWIZZLE_B, in renderTriangleUnusedResolveAttachmentTest()
DvktApiGranularityTests.cpp222 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/vulkan-validation-layers/tests/
Dvkrenderframework.h285 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/
DvktSpvAsmGraphicsShaderTestUtil.cpp2505 VK_COMPONENT_SWIZZLE_B, in runAndVerifyDefaultPipeline()
3053 VK_COMPONENT_SWIZZLE_B, in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp921 VK_COMPONENT_SWIZZLE_B, in createResources()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp875 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in execute()
2218 VK_COMPONENT_SWIZZLE_B, // VkComponentSwizzle b; in renderTess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1036 case vk::VK_COMPONENT_SWIZZLE_B: return bPlane; in swizzle()
2266 case vk::VK_COMPONENT_SWIZZLE_B: return "b"; in swizzleToCompName()
2538 vk::VK_COMPONENT_SWIZZLE_B, in initTests()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2349 VK_COMPONENT_SWIZZLE_B, // VkChannelSwizzle b; in render()
2419 VK_COMPONENT_SWIZZLE_B, // VkChannelSwizzle b; in render()
/external/vulkan-validation-layers/demos/
Dcube.c1051 .b = VK_COMPONENT_SWIZZLE_B, in demo_prepare_buffers()
1436 VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A, in demo_prepare_textures()

12