Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureSwizzleTests.cpp170 case VK_COMPONENT_SWIZZLE_G: in iterate()
352 …{ "gggg", {VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_… in populateTextureSwizzleTests()
DvktTextureFilteringExplicitLodTests.cpp821 VK_COMPONENT_SWIZZLE_G, in createResources()
/external/mesa3d/src/amd/vulkan/
Dvk_format.h275 case VK_COMPONENT_SWIZZLE_G: in radv_swizzle_conv()
300 dst[1] = radv_swizzle_conv(VK_COMPONENT_SWIZZLE_G, swz, mapping->g); in vk_format_compose_swizzles()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp228 componentMapping.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : componentMapping.g, in swizzle()
402 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_C… 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 …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.cpp227 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G in ImageSamplingInstance()
912 swz.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : swz.g, in swizzleScaleBias()
969 (swz.g == vk::VK_COMPONENT_SWIZZLE_IDENTITY || swz.g == vk::VK_COMPONENT_SWIZZLE_G) && in isIdentitySwizzle()
DvktPipelinePushDescriptorTests.cpp277 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,… in init()
1081 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,… in init()
1924 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,… in init()
2691 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,… in init()
3540 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G,… in init()
DvktPipelineImageTests.cpp208 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_… in createInstance()
DvktPipelineDepthTests.cpp276 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in DepthTestInstance()
DvktPipelineStencilTests.cpp320 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in StencilTestInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp92 VK_COMPONENT_SWIZZLE_G, in makeComponentMappingRGBA()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp235 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in renderpassLifetimeTest()
574 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in framebufferCompatibleRenderPassTest()
929 VK_COMPONENT_SWIZZLE_G, // VkComponentSwizzle g; in pipelineLayoutLifetimeGraphicsTest()
DvktApiSmokeTests.cpp419 VK_COMPONENT_SWIZZLE_G, in renderTriangleTest()
729 VK_COMPONENT_SWIZZLE_G, in renderTriangleUnusedResolveAttachmentTest()
DvktApiGetMemoryCommitment.cpp105 …onentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPON… in iterate()
DvktApiGranularityTests.cpp223 VK_COMPONENT_SWIZZLE_G, in initImages()
DvktApiBufferViewAccessTests.cpp166 …onentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPON… in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp284 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in GraphicsEnvironment()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c417 [VK_COMPONENT_SWIZZLE_G] = 1, in try_lower_tex_ycbcr()
Danv_image.c882 case VK_COMPONENT_SWIZZLE_G: return format_swizzle.g; in remap_swizzle()
1169 VK_COMPONENT_SWIZZLE_G, format.swizzle), in anv_CreateImageView()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h300 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/
DvktSpvAsmComputeShaderCase.cpp579 VK_COMPONENT_SWIZZLE_G, in iterate()
DvktSpvAsmGraphicsShaderTestUtil.cpp2869 VK_COMPONENT_SWIZZLE_G, in runAndVerifyDefaultPipeline()
3135 VK_COMPONENT_SWIZZLE_G, in runAndVerifyDefaultPipeline()
3624 VK_COMPONENT_SWIZZLE_G, in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp360 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … 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