Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp64 …tcu::Vec4 swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zeroO…
70 virtual VkComponentMapping getComponentMapping (void) const;
125 VkComponentMapping componentMapping,
130 virtual VkComponentMapping getComponentMapping (void) const;
134 VkComponentMapping m_componentMapping;
145 VkComponentMapping componentMapping,
150 virtual VkComponentMapping getComponentMapping (void) const;
154 VkComponentMapping m_componentMapping;
222 tcu::Vec4 SamplerTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zer… in swizzle()
225 const vk::VkComponentMapping nonIdentityMapping = in swizzle()
[all …]
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.cpp195 const VkComponentMapping& componentMapping, in ImageSamplingInstance()
227 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G… in ImageSamplingInstance()
889 …r<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const vk::VkComponentMapping& swz) in swizzle()
905 tcu::Vec4 swizzleScaleBias (const tcu::Vec4& vec, const vk::VkComponentMapping& swz, float zeroOrOn… in swizzleScaleBias()
909 const vk::VkComponentMapping nonIdentitySwz = in swizzleScaleBias()
932 …:ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::VkComponentMapping& swz) in swizzleT()
940 …:ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::VkComponentMapping& swz) in swizzleFromSRGB()
948 …:ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::VkComponentMapping& swz) in swizzle()
966 bool isIdentitySwizzle (const vk::VkComponentMapping& swz) in isIdentitySwizzle()
1040 …TextureType> createSwizzledCopy (const TextureViewType& texture, const vk::VkComponentMapping& swz) in createSwizzledCopy()
[all …]
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()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp148 … const vk::VkComponentMapping componentMapping = vk::makeComponentMappingRGBA());
169 vk::VkComponentMapping m_componentMapping;
177 …Bits sampleCount, deUint32 renderWidth, deUint32 renderHeight, vk::VkComponentMapping componentMap…
262 vk::VkComponentMapping m_componentMapping;
DvktTextureSwizzleTests.cpp52 vk::VkComponentMapping componentMapping;
346 const VkComponentMapping componentMapping; in populateTextureSwizzleTests()
/external/swiftshader/src/Vulkan/
DVkImageView.hpp43 VkComponentMapping components = {};
/external/swiftshader/include/vulkan/
Dvulkan_android.h81 VkComponentMapping samplerYcbcrConversionComponents;
/external/vulkan-headers/include/vulkan/
Dvulkan_android.h81 VkComponentMapping samplerYcbcrConversionComponents;
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_android.h81 VkComponentMapping samplerYcbcrConversionComponents;
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h81 VkComponentMapping samplerYcbcrConversionComponents;
/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(),
/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
1544 VkComponentMapping components;
3027 VkComponentMapping samplerYcbcrConversionComponents;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp96 vk::VkComponentMapping componentMapping;
101 vk::VkComponentMapping componentMapping_ = vk::makeComponentMappingRGBA(), in Parameters()
/external/mesa3d/src/amd/vulkan/
Dvk_format.h295 static inline void vk_format_compose_swizzles(const VkComponentMapping *mapping, in vk_format_compose_swizzles()
Dradv_image.c387 const VkComponentMapping *mapping, in si_make_texture_descriptor()
577 static const VkComponentMapping fixedmapping; in radv_query_opaque_metadata()
978 const VkComponentMapping *components, in radv_image_view_make_descriptor()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp197 const vk::VkComponentMapping& componentMapping,
DvktYCbCrConversionTests.cpp151 vk::VkComponentMapping componentMapping_, in TestConfig()
190 vk::VkComponentMapping componentMapping;
417 const vk::VkComponentMapping& componentMapping, in createConversion()
453 const vk::VkComponentMapping& componentMapping, in evalShader()
1132 const vk::VkComponentMapping identitySwizzle = in initTests()
1139 const vk::VkComponentMapping swappedChromaSwizzle = in initTests()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp284 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, … in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp114 vk::VkComponentMapping componentMapping_) in TestConfig()
149 vk::VkComponentMapping componentMapping;
291 const vk::VkComponentMapping& componentMapping, in createConversion()
1287 const vk::VkComponentMapping identitySwizzle = in createYCbCrConversionTests()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp105 …const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_… in iterate()
DvktApiBufferViewAccessTests.cpp166 …const VkComponentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_… in BufferViewTestInstance()

123