Home
last modified time | relevance | path

Searched refs:ComponentSwizzle (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.cpp344 .r = vkhpp::ComponentSwizzle::eIdentity, in CreateImage()
345 .g = vkhpp::ComponentSwizzle::eIdentity, in CreateImage()
346 .b = vkhpp::ComponentSwizzle::eIdentity, in CreateImage()
347 .a = vkhpp::ComponentSwizzle::eIdentity, in CreateImage()
519 .r = vkhpp::ComponentSwizzle::eIdentity, in CreateYuvImage()
520 .g = vkhpp::ComponentSwizzle::eIdentity, in CreateYuvImage()
521 .b = vkhpp::ComponentSwizzle::eIdentity, in CreateYuvImage()
522 .a = vkhpp::ComponentSwizzle::eIdentity, in CreateYuvImage()
593 .r = vkhpp::ComponentSwizzle::eIdentity, in CreateYuvImage()
594 .g = vkhpp::ComponentSwizzle::eIdentity, in CreateYuvImage()
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp2452 VULKAN_HPP_INLINE std::string to_string( ComponentSwizzle value ) in to_string()
2456 case ComponentSwizzle::eIdentity : return "Identity"; in to_string()
2457 case ComponentSwizzle::eZero : return "Zero"; in to_string()
2458 case ComponentSwizzle::eOne : return "One"; in to_string()
2459 case ComponentSwizzle::eR : return "R"; in to_string()
2460 case ComponentSwizzle::eG : return "G"; in to_string()
2461 case ComponentSwizzle::eB : return "B"; in to_string()
2462 case ComponentSwizzle::eA : return "A"; in to_string()
Dvulkan_to_string.hpp4572 VULKAN_HPP_INLINE std::string to_string( ComponentSwizzle value ) in to_string()
4576 case ComponentSwizzle::eIdentity : return "Identity"; in to_string()
4577 case ComponentSwizzle::eZero : return "Zero"; in to_string()
4578 case ComponentSwizzle::eOne : return "One"; in to_string()
4579 case ComponentSwizzle::eR : return "R"; in to_string()
4580 case ComponentSwizzle::eG : return "G"; in to_string()
4581 case ComponentSwizzle::eB : return "B"; in to_string()
4582 case ComponentSwizzle::eA : return "A"; in to_string()
Dvulkansc_enums.hpp1611 enum class ComponentSwizzle enum
Dvulkan_enums.hpp2630 enum class ComponentSwizzle enum