Home
last modified time | relevance | path

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

12

/external/mesa3d/src/amd/vulkan/
Dvk_format.h277 case VK_COMPONENT_SWIZZLE_G: in radv_swizzle_conv()
302 dst[1] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_G, swz, mapping->g); in vk_format_compose_swizzles()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp92 VK_COMPONENT_SWIZZLE_G, in makeComponentMappingRGBA()
DvkBasicTypes.inl553 VK_COMPONENT_SWIZZLE_G = 4, 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()
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()
DvktPipelineImageSamplingInstance.cpp222 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in ImageSamplingInstance()
1053 (swz.g == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.g == vk::VK_COMPONENT_SWIZZLE_G) && in isIdentitySwizzle()
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 …onentMapping ComponentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPON… in GraphicsCacheTestInstance()
/external/mesa3d/src/intel/vulkan/
Danv_image.c455 case VK_COMPONENT_SWIZZLE_G: return format_swizzle.g; in remap_swizzle()
524 VK_COMPONENT_SWIZZLE_G, format.swizzle), in anv_CreateImageView()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp459 VK_COMPONENT_SWIZZLE_G, in renderTriangleTest()
1076 VK_COMPONENT_SWIZZLE_G, in renderTriangleUnusedResolveAttachmentTest()
DvktApiGranularityTests.cpp221 VK_COMPONENT_SWIZZLE_G, in initImages()
DvktApiBufferViewAccessTests.cpp166 …onentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPON… in BufferViewTestInstance()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h284 createView.components.g = VK_COMPONENT_SWIZZLE_G; in targetView()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp51 vk::VkComponentSwizzle g = vk::VK_COMPONENT_SWIZZLE_G,
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2504 VK_COMPONENT_SWIZZLE_G, in runAndVerifyDefaultPipeline()
3052 VK_COMPONENT_SWIZZLE_G, in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp920 VK_COMPONENT_SWIZZLE_G, in createResources()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp874 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in execute()
2217 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in renderTess()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2348 VK_COMPONENT_SWIZZLE_G, // VkChannelSwizzle g; in render()
2418 VK_COMPONENT_SWIZZLE_G, // VkChannelSwizzle g; in render()
/external/vulkan-validation-layers/demos/
Dcube.c1050 .g = VK_COMPONENT_SWIZZLE_G, in demo_prepare_buffers()
1435 VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, in demo_prepare_textures()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp263 componentMap.g = VK_COMPONENT_SWIZZLE_G; in createVulkanImage()

12