HomeSort by relevance Sort by last modified time
    Searched refs:VkComponentMapping (Results 1 - 25 of 39) sorted by null

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp 54 tcu::UVec4 mapVkComponentMapping (const vk::VkComponentMapping& mapping);
56 VkComponentMapping getFormatComponentMapping (VkFormat format);
vkTypeUtil.hpp 79 inline VkComponentMapping makeComponentMappingRGBA (void)
vkImageUtil.cpp 490 VkComponentMapping getFormatComponentMapping (VkFormat format)
494 static const VkComponentMapping R = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ONE };
495 static const VkComponentMapping RG = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ONE };
496 static const VkComponentMapping RGB = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_ONE };
497 static const VkComponentMapping RGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
498 static const VkComponentMapping S = { VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_A };
499 static const VkComponentMapping DS = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_ZERO, VK_COMPONENT_SWIZZLE_A };
500 static const VkComponentMapping BGRA = { VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_A };
501 static const VkComponentMapping BGR = { VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_ONE };
    [all...]
vkTypeUtil.inl 102 inline VkComponentMapping makeComponentMapping (VkComponentSwizzle r, VkComponentSwizzle g, VkComponentSwizzle b, VkComponentSwizzle a)
104 VkComponentMapping res;
vkStructTypes.inl 522 struct VkComponentMapping
547 VkComponentMapping components;
    [all...]
vkStrUtil.inl 236 std::ostream& operator<< (std::ostream& s, const VkComponentMapping& value);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageViewTests.cpp 61 const VkComponentMapping& componentMapping,
74 VkComponentMapping componentMapping);
79 VkComponentMapping m_componentMapping;
89 const VkComponentMapping& componentMapping,
101 tcu::Vec4 ImageViewTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping)
346 const VkComponentMapping componentMapping = getFormatComponentMapping(imageFormat);
507 static std::vector<VkComponentMapping> getComponentMappingPermutations (const VkComponentMapping& componentMapping)
509 std::vector<VkComponentMapping> mappings;
521 const VkComponentMapping mappingPermutation
    [all...]
vktPipelineImageSamplingInstance.hpp 50 const vk::VkComponentMapping& componentMapping,
69 const vk::VkComponentMapping m_componentMapping;
vktPipelineImageTests.cpp 165 const VkComponentMapping componentMapping = getFormatComponentMapping(m_imageFormat);
vktPipelineImageSamplingInstance.cpp 337 const VkComponentMapping& componentMapping,
360 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
453 m_componentMapping, // VkComponentMapping components;
527 componentMappingRGBA, // VkComponentMapping components;
    [all...]
vktPipelineDepthTests.cpp 234 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
313 componentMappingRGBA, // VkComponentMapping components;
330 componentMappingRGBA, // VkComponentMapping components;
    [all...]
vktPipelineSamplerTests.cpp 255 const VkComponentMapping componentMapping = getFormatComponentMapping(m_imageFormat);
    [all...]
vktPipelineStencilTests.cpp 323 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
400 componentMappingRGBA, // VkComponentMapping components;
417 componentMappingRGBA, // VkComponentMapping components;
    [all...]
vktPipelineCacheTests.cpp     [all...]
vktPipelineInputAssemblyTests.cpp 926 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
986 componentMappingRGBA, // VkComponentMapping components;
    [all...]
vktPipelinePushConstantTests.cpp 477 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
vktPipelineVertexInputTests.cpp 651 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
691 componentMappingRGBA, // VkComponentMapping components;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 47 class ComponentMapping : public vk::VkComponentMapping
63 const vk::VkComponentMapping& components = ComponentMapping(),
69 const vk::VkComponentMapping& components = ComponentMapping(),
vktDrawCreateInfoUtil.cpp 62 const vk::VkComponentMapping& _components,
82 const vk::VkComponentMapping& _components,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 49 class ComponentMapping : public vk::VkComponentMapping
65 const vk::VkComponentMapping& components = ComponentMapping(),
71 const vk::VkComponentMapping& components = ComponentMapping(),
vktDynamicStateCreateInfoUtil.cpp 62 const vk::VkComponentMapping& _components,
82 const vk::VkComponentMapping& _components,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 47 class ComponentMapping : public vk::VkComponentMapping
63 const vk::VkComponentMapping& components = ComponentMapping(),
69 const vk::VkComponentMapping& components = ComponentMapping(),
vktQueryPoolCreateInfoUtil.cpp 62 const vk::VkComponentMapping& _components,
82 const vk::VkComponentMapping& _components,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 152 const VkComponentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]

Completed in 2579 milliseconds

1 2