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

1 2 3

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp 57 const vk::VkComponentMapping& componentMapping,
89 const vk::VkComponentMapping m_componentMapping;
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)
344 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
551 static std::vector<VkComponentMapping> getComponentMappingPermutations (const VkComponentMapping& componentMapping)
553 std::vector<VkComponentMapping> mappings;
565 const VkComponentMapping mappingPermutation
    [all...]
vktPipelineImageSamplingInstance.cpp 191 const VkComponentMapping& componentMapping,
222 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
335 m_componentMapping, // VkComponentMapping components;
436 componentMappingRGBA, // VkComponentMapping components;
    [all...]
vktPipelineImageTests.cpp 208 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
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 252 const VkComponentMapping componentMapping = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [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...]
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 608 const VkComponentMapping componentMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.hpp 89 inline VkComponentMapping makeComponentMappingRGBA (void)
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...]
  /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/mesa3d/src/amd/vulkan/
vk_format.h 297 static inline void vk_format_compose_swizzles(const VkComponentMapping *mapping,
radv_image.c 254 const VkComponentMapping *mapping,
386 static const VkComponentMapping fixedmapping;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 96 vk::VkComponentMapping componentMapping;
101 vk::VkComponentMapping componentMapping_ = vk::makeComponentMappingRGBA(),
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_size_helper.h 56 size_t vk_size_vkcomponentmapping(const VkComponentMapping* pStruct);
vk_struct_validate_helper.h 58 uint32_t vk_validate_vkcomponentmapping(const VkComponentMapping* pStruct);
328 uint32_t vk_validate_vkcomponentmapping(const VkComponentMapping* pStruct)
686 if (!vk_validate_vkcomponentmapping((const VkComponentMapping*)&pStruct->components))
    [all...]
vk_struct_size_helper.c 210 size_t vk_size_vkcomponentmapping(const VkComponentMapping* pStruct)
214 structSize = sizeof(VkComponentMapping);
    [all...]
vk_struct_wrappers.h 762 vkcomponentmapping_struct_wrapper(VkComponentMapping* pInStruct);
763 vkcomponentmapping_struct_wrapper(const VkComponentMapping* pInStruct);
783 VkComponentMapping m_struct;
784 const VkComponentMapping* m_origStructAddr;
    [all...]
vk_safe_struct.h 366 VkComponentMapping components;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrConversionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 166 const VkComponentMapping channelMappingRGBA = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 917 const VkComponentMapping imViewCompMap =
    [all...]

Completed in 95 milliseconds

1 2 3