Home
last modified time | relevance | path

Searched refs:mapVkColor (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp72 rr::GenericVec4 mapVkColor (const VkClearColorValue& color);
73 VkClearColorValue mapVkColor (const rr::GenericVec4& color);
DvkImageUtil.cpp3854 rr::GenericVec4 mapVkColor (const VkClearColorValue& color) in mapVkColor() function
3863 VkClearColorValue mapVkColor(const rr::GenericVec4& color) in mapVkColor() function
3899 borderColorValue = mapVkColor(customBorderColorCreateInfo.customBorderColor); in mapVkSampler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp836 mapVkColor(customBorderColorValue), in getSamplerCustomBorderColorCreateInfo()