Home
last modified time | relevance | path

Searched refs:element_type (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp473 typename VkhppHandleType = typename VkhppUniqueHandleType::element_type>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp862 using element_type = Type; typedef in VULKAN_HPP_NAMESPACE::UniqueHandle
963 VULKAN_HPP_INLINE std::vector<typename UniqueType::element_type>
966 std::vector<typename UniqueType::element_type> newBuffer( handles.size() ); in uniqueToRaw()
Dvulkan.hpp863 using element_type = Type; typedef in VULKAN_HPP_NAMESPACE::UniqueHandle
964 VULKAN_HPP_INLINE std::vector<typename UniqueType::element_type>
967 std::vector<typename UniqueType::element_type> newBuffer( handles.size() ); in uniqueToRaw()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4794 #define MZ_ZIP_ARRAY_ELEMENT(array_ptr, element_type, index) \ argument
4795 ((element_type *)((array_ptr)->m_p))[index]