Home
last modified time | relevance | path

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

12

/external/mesa3d/src/amd/vulkan/
Dvk_format.h272 case VK_COMPONENT_SWIZZLE_R: in radv_swizzle_conv()
301 dst[0] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_R, swz, mapping->r); in vk_format_compose_swizzles()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp91 return makeComponentMapping(VK_COMPONENT_SWIZZLE_R, in makeComponentMappingRGBA()
DvkBasicTypes.inl552 VK_COMPONENT_SWIZZLE_R = 3, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp344 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_… in createSubresourceRangeTests()
635 …const VkComponentMapping baseMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_C… in createComponentSwizzleTests()
DvktPipelineImageSamplingInstance.cpp222 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in ImageSamplingInstance()
987 return vec[comp - vk::VK_COMPONENT_SWIZZLE_R]; in getSwizzledComp()
1052 return (swz.r == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.r == vk::VK_COMPONENT_SWIZZLE_R) && in isIdentitySwizzle()
DvktPipelineImageTests.cpp208 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_… in createInstance()
DvktPipelineSamplerTests.cpp252 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_… in createInstance()
DvktPipelineStencilTests.cpp323 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in StencilTestInstance()
DvktPipelineDepthTests.cpp234 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in DepthTestInstance()
DvktPipelineInputAssemblyTests.cpp926 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,… in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp608 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in PushConstantGraphicsTestInstance()
DvktPipelineVertexInputTests.cpp696 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in VertexInputInstance()
DvktPipelineCacheTests.cpp866 …const VkComponentMapping ComponentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_… in GraphicsCacheTestInstance()
/external/mesa3d/src/intel/vulkan/
Danv_image.c454 case VK_COMPONENT_SWIZZLE_R: return format_swizzle.r; in remap_swizzle()
522 VK_COMPONENT_SWIZZLE_R, format.swizzle), in anv_CreateImageView()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp458 VK_COMPONENT_SWIZZLE_R, in renderTriangleTest()
1075 VK_COMPONENT_SWIZZLE_R, in renderTriangleUnusedResolveAttachmentTest()
DvktApiGranularityTests.cpp220 VK_COMPONENT_SWIZZLE_R, in initImages()
DvktApiBufferViewAccessTests.cpp166 …const VkComponentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_… in BufferViewTestInstance()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h283 createView.components.r = VK_COMPONENT_SWIZZLE_R; in targetView()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp50 ComponentMapping (vk::VkComponentSwizzle r = vk::VK_COMPONENT_SWIZZLE_R,
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2503 VK_COMPONENT_SWIZZLE_R, in runAndVerifyDefaultPipeline()
3051 VK_COMPONENT_SWIZZLE_R, in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp919 VK_COMPONENT_SWIZZLE_R, in createResources()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp873 VK_COMPONENT_SWIZZLE_R, // VkComponentSwizzle r; in execute()
2216 VK_COMPONENT_SWIZZLE_R, // VkComponentSwizzle r; in renderTess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1034 case vk::VK_COMPONENT_SWIZZLE_R: return rPlane; in swizzle()
2264 case vk::VK_COMPONENT_SWIZZLE_R: return "r"; in swizzleToCompName()
2540 vk::VK_COMPONENT_SWIZZLE_R, in initTests()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2347 VK_COMPONENT_SWIZZLE_R, // VkChannelSwizzle r; in render()
2417 VK_COMPONENT_SWIZZLE_R, // VkChannelSwizzle r; in render()
/external/vulkan-validation-layers/demos/
Dcube.c1049 .r = VK_COMPONENT_SWIZZLE_R, in demo_prepare_buffers()
1435 VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, in demo_prepare_textures()

12