Home
last modified time | relevance | path

Searched refs:VkComponentMapping (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp61 const VkComponentMapping& componentMapping,
74 VkComponentMapping componentMapping);
79 VkComponentMapping m_componentMapping;
89 const VkComponentMapping& componentMapping, in ImageViewTest()
101 tcu::Vec4 ImageViewTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping) in swizzle()
344 …const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_… in createSubresourceRangeTests()
551 static std::vector<VkComponentMapping> getComponentMappingPermutations (const VkComponentMapping& c… in getComponentMappingPermutations()
553 std::vector<VkComponentMapping> mappings; in getComponentMappingPermutations()
565 const VkComponentMapping mappingPermutation = in getComponentMappingPermutations()
588 static std::string getComponentMappingCaseName (const VkComponentMapping& componentMapping) in getComponentMappingCaseName()
[all …]
DvktPipelineImageSamplingInstance.hpp57 const vk::VkComponentMapping& componentMapping,
89 const vk::VkComponentMapping m_componentMapping;
DvktPipelineImageSamplingInstance.cpp191 const VkComponentMapping& componentMapping, in ImageSamplingInstance()
222 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in ImageSamplingInstance()
991 …r<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const vk::VkComponentMapping& swz) in swizzle()
999 tcu::Vec4 swizzleScaleBias (const tcu::Vec4& vec, const vk::VkComponentMapping& swz) in swizzleScaleBias()
1016 …:ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::VkComponentMapping& swz) in swizzleT()
1024 …:ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::VkComponentMapping& swz) in swizzleFromSRGB()
1032 …:ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::VkComponentMapping& swz) in swizzle()
1050 bool isIdentitySwizzle (const vk::VkComponentMapping& swz) in isIdentitySwizzle()
1124 …TextureType> createSwizzledCopy (const TextureViewType& texture, const vk::VkComponentMapping& swz) in createSwizzledCopy()
1138 …reCube> createSwizzledCopy (const tcu::TextureCubeView& texture, const vk::VkComponentMapping& swz) in createSwizzledCopy()
[all …]
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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp89 inline VkComponentMapping makeComponentMappingRGBA (void) in makeComponentMappingRGBA()
DvkTypeUtil.inl102 inline VkComponentMapping makeComponentMapping (VkComponentSwizzle r, VkComponentSwizzle g, VkCompo…
104 VkComponentMapping res;
DvkStructTypes.inl522 struct VkComponentMapping struct
547 VkComponentMapping components; argument
1698 VkComponentMapping components;
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp47 class ComponentMapping : public vk::VkComponentMapping
63 const vk::VkComponentMapping& components = ComponentMapping(),
69 const vk::VkComponentMapping& components = ComponentMapping(),
DvktDrawCreateInfoUtil.cpp62 const vk::VkComponentMapping& _components, in ImageViewCreateInfo()
82 const vk::VkComponentMapping& _components, in ImageViewCreateInfo()
/external/mesa3d/src/amd/vulkan/
Dvk_format.h297 static inline void vk_format_compose_swizzles(const VkComponentMapping *mapping, in vk_format_compose_swizzles()
Dradv_image.c254 const VkComponentMapping *mapping, in si_make_texture_descriptor()
386 static const VkComponentMapping fixedmapping; in radv_query_opaque_metadata()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp96 vk::VkComponentMapping componentMapping;
101 vk::VkComponentMapping componentMapping_ = vk::makeComponentMappingRGBA(), in Parameters()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1060 const vk::VkComponentMapping& componentMapping, in calculateBounds()
1495 vk::VkComponentMapping componentMapping_) in TestConfig()
1530 vk::VkComponentMapping componentMapping;
1755 const vk::VkComponentMapping& componentMapping, in createConversion()
1791 const vk::VkComponentMapping& componentMapping, in evalShader()
2529 const vk::VkComponentMapping identitySwizzle = in initTests()
2536 const vk::VkComponentMapping swappedChromaSwizzle = in initTests()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp166 …const VkComponentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_… in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp917 const VkComponentMapping imViewCompMap = in createResources()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1655 typedef struct VkComponentMapping { struct
1660 } VkComponentMapping; argument
1677 VkComponentMapping components;
/external/mesa3d/include/vulkan/
Dvulkan.h1664 typedef struct VkComponentMapping { struct
1669 } VkComponentMapping; typedef
1686 VkComponentMapping components;
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1761 typedef struct VkComponentMapping { struct
1766 } VkComponentMapping; typedef
1783 VkComponentMapping components;
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp176 VkComponentMapping components, in createImageView()

12