Home
last modified time | relevance | path

Searched refs:VkComponentSwizzle (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dvk_format.h261 radv_swizzle_conv(VkComponentSwizzle component, const unsigned char chan[4], VkComponentSwizzle vk_… in radv_swizzle_conv()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp50 ComponentMapping (vk::VkComponentSwizzle r = vk::VK_COMPONENT_SWIZZLE_R,
51 vk::VkComponentSwizzle g = vk::VK_COMPONENT_SWIZZLE_G,
52 vk::VkComponentSwizzle b = vk::VK_COMPONENT_SWIZZLE_B,
53 vk::VkComponentSwizzle a = vk::VK_COMPONENT_SWIZZLE_A);
DvktDrawCreateInfoUtil.cpp47 ComponentMapping::ComponentMapping (vk::VkComponentSwizzle _r, in ComponentMapping()
48 vk::VkComponentSwizzle _g, in ComponentMapping()
49 vk::VkComponentSwizzle _b, in ComponentMapping()
50 vk::VkComponentSwizzle _a) in ComponentMapping()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl102 …nentMapping makeComponentMapping (VkComponentSwizzle r, VkComponentSwizzle g, VkComponentSwizzle b…
DvkStructTypes.inl524 VkComponentSwizzle r;
525 VkComponentSwizzle g;
526 VkComponentSwizzle b;
527 VkComponentSwizzle a;
DvkStrUtil.inl17 const char* getComponentSwizzleName (VkComponentSwizzle value);
64 …Format::Enum<VkComponentSwizzle> getComponentSwizzleStr (VkComponentSwizzle value) { re…
111 inline std::ostream& operator<< (std::ostream& s, VkComponentSwizzle value) { return s << getCo…
DvkBasicTypes.inl547 enum VkComponentSwizzle enum
DvkStrUtilImpl.inl584 const char* getComponentSwizzleName (VkComponentSwizzle value)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp555 …const VkComponentSwizzle channelSwizzles[4] = { componentMapping.r, componentMapping.g, componentM… in getComponentMappingPermutations()
560 VkComponentSwizzle currentChannel[4]; in getComponentMappingPermutations()
579 static std::string getComponentSwizzleCaseName (VkComponentSwizzle componentSwizzle) in getComponentSwizzleCaseName()
DvktPipelineImageSamplingInstance.cpp978 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int… in getSwizzledComp()
/external/mesa3d/src/intel/vulkan/
Danv_image.c445 remap_swizzle(VkComponentSwizzle swizzle, VkComponentSwizzle component, in remap_swizzle()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h536 typedef enum VkComponentSwizzle { enum
548 } VkComponentSwizzle; typedef
1656 VkComponentSwizzle r;
1657 VkComponentSwizzle g;
1658 VkComponentSwizzle b;
1659 VkComponentSwizzle a;
/external/mesa3d/include/vulkan/
Dvulkan.h542 typedef enum VkComponentSwizzle { enum
554 } VkComponentSwizzle; typedef
1665 VkComponentSwizzle r;
1666 VkComponentSwizzle g;
1667 VkComponentSwizzle b;
1668 VkComponentSwizzle a;
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h617 typedef enum VkComponentSwizzle { enum
629 } VkComponentSwizzle; typedef
1762 VkComponentSwizzle r;
1763 VkComponentSwizzle g;
1764 VkComponentSwizzle b;
1765 VkComponentSwizzle a;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in629 typedef enum VkComponentSwizzle { enum
641 } VkComponentSwizzle; typedef
1821 VkComponentSwizzle r;
1822 VkComponentSwizzle g;
1823 VkComponentSwizzle b;
1824 VkComponentSwizzle a;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp335 static vk::VkComponentSwizzle getTextureSwizzleComponent (TextureSwizzleComponent c) in getTextureSwizzleComponent()
345 default: DE_ASSERT(false); return (vk::VkComponentSwizzle)0; in getTextureSwizzleComponent()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1024 const ChannelAccess& swizzle (vk::VkComponentSwizzle swizzle, in swizzle()
2259 const char* swizzleToCompName (const char* identity, vk::VkComponentSwizzle swizzle) in swizzleToCompName()
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt765 …n Spec Section '11.5. Image Views' which states 'r must be a valid VkComponentSwizzle value' (http…
766 …n Spec Section '11.5. Image Views' which states 'g must be a valid VkComponentSwizzle value' (http…
767 …n Spec Section '11.5. Image Views' which states 'b must be a valid VkComponentSwizzle value' (http…
768 …n Spec Section '11.5. Image Views' which states 'a must be a valid VkComponentSwizzle value' (http…