Home
last modified time | relevance | path

Searched refs:DescriptorType (Results 1 – 14 of 14) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DManagedDescriptor.hpp29 using DescriptorType = HANDLE; typedef
30 void closeDescriptor(DescriptorType handle) { CloseHandle(handle); } in closeDescriptor()
34 using DescriptorType = int;
35 void closeDescriptor(DescriptorType handle) { close(handle); }
42 using DescriptorTypeBase = typename PlatformTrait::DescriptorType;
48 using DescriptorType = typename PlatformTrait::DescriptorType; typedef in android::base::ManagedDescriptorBase
51 ManagedDescriptorBase(DescriptorType rawDescriptor, in ManagedDescriptorBase()
83 std::optional<DescriptorType> release() { in release()
84 std::optional<DescriptorType> res = mRawDescriptor; in release()
89 std::optional<DescriptorType> get() { return mRawDescriptor; } in get()
[all …]
DManagedDescriptor.h29 using DescriptorType = HANDLE; member
30 void closeDescriptor(DescriptorType handle) { CloseHandle(handle); } in closeDescriptor()
34 using DescriptorType = int;
35 void closeDescriptor(DescriptorType handle) { close(handle); }
42 using DescriptorTypeBase = typename PlatformTrait::DescriptorType;
48 using DescriptorType = typename PlatformTrait::DescriptorType;
51 ManagedDescriptorBase(DescriptorType rawDescriptor,
83 std::optional<DescriptorType> release() { in release()
84 std::optional<DescriptorType> res = mRawDescriptor; in release()
89 std::optional<DescriptorType> get() { return mRawDescriptor; } in get()
[all …]
/hardware/google/aemu/base/
DManagedDescriptor_unittest.cpp28 using DescriptorType = int; typedef
29 MOCK_METHOD(void, closeDescriptor, (DescriptorType));
35 PlatformTraitTest::DescriptorType rawDescriptor = 42; in TEST()
62 PlatformTraitTest::DescriptorType rawDescriptor = 42; in TEST()
84 PlatformTraitTest::DescriptorType rawDescriptor = 42; in TEST()
108 PlatformTraitTest::DescriptorType anotherRawDescriptor = 2871; in TEST()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp508 .type = vkhpp::DescriptorType::eUniformBuffer, in AllocateDescriptorBundle()
521 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in AllocateDescriptorBundle()
783 .type = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
799 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
805 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
811 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
817 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
851 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp164 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in createPipeline()
713 .type = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
754 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
934 .type = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
975 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
1106 .type = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
1147 .descriptorType = vkhpp::DescriptorType::eUniformBuffer, in TEST_P()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp93 .descriptorType = vkhpp::DescriptorType::eCombinedImageSampler, in CanHandlePrecisionQualifierWithYuvSampler()
107 .type = vkhpp::DescriptorType::eCombinedImageSampler, in CanHandlePrecisionQualifierWithYuvSampler()
139 .descriptorType = vkhpp::DescriptorType::eCombinedImageSampler, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp2979 VULKAN_HPP_INLINE std::string to_string( DescriptorType value ) in to_string()
2983 case DescriptorType::eSampler : return "Sampler"; in to_string()
2984 case DescriptorType::eCombinedImageSampler : return "CombinedImageSampler"; in to_string()
2985 case DescriptorType::eSampledImage : return "SampledImage"; in to_string()
2986 case DescriptorType::eStorageImage : return "StorageImage"; in to_string()
2987 case DescriptorType::eUniformTexelBuffer : return "UniformTexelBuffer"; in to_string()
2988 case DescriptorType::eStorageTexelBuffer : return "StorageTexelBuffer"; in to_string()
2989 case DescriptorType::eUniformBuffer : return "UniformBuffer"; in to_string()
2990 case DescriptorType::eStorageBuffer : return "StorageBuffer"; in to_string()
2991 case DescriptorType::eUniformBufferDynamic : return "UniformBufferDynamic"; in to_string()
[all …]
Dvulkan_to_string.hpp5220 VULKAN_HPP_INLINE std::string to_string( DescriptorType value ) in to_string()
5224 case DescriptorType::eSampler : return "Sampler"; in to_string()
5225 case DescriptorType::eCombinedImageSampler : return "CombinedImageSampler"; in to_string()
5226 case DescriptorType::eSampledImage : return "SampledImage"; in to_string()
5227 case DescriptorType::eStorageImage : return "StorageImage"; in to_string()
5228 case DescriptorType::eUniformTexelBuffer : return "UniformTexelBuffer"; in to_string()
5229 case DescriptorType::eStorageTexelBuffer : return "StorageTexelBuffer"; in to_string()
5230 case DescriptorType::eUniformBuffer : return "UniformBuffer"; in to_string()
5231 case DescriptorType::eStorageBuffer : return "StorageBuffer"; in to_string()
5232 case DescriptorType::eUniformBufferDynamic : return "UniformBufferDynamic"; in to_string()
[all …]
Dvulkansc_enums.hpp2184 enum class DescriptorType enum
Dvulkan_raii.hpp3860 template <typename DescriptorType>
3861 …VULKAN_HPP_NODISCARD DescriptorType getDescriptorEXT( const VULKAN_HPP_NAMESPACE::DescriptorGetIn…
17998 template <typename DescriptorType>
17999 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE DescriptorType Device::getDescriptorEXT( const VULKAN_HPP_… in getDescriptorEXT()
18004 DescriptorType descriptor; in getDescriptorEXT()
18005 …ret_cast<const VkDescriptorGetInfoEXT *>( &descriptorInfo ), sizeof( DescriptorType ), reinterpret… in getDescriptorEXT()
Dvulkan_enums.hpp3395 enum class DescriptorType enum
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp1040 std::optional<ManagedDescriptor::DescriptorType> maybeRawDescriptor = externalDescriptor.get(); in importMemory()
1044 ManagedDescriptor::DescriptorType rawDescriptor = *maybeRawDescriptor; in importMemory()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp216 using android::base::DescriptorType;
1829 DescriptorType rawDescriptor; in exportBlob()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp81 using android::base::DescriptorType;
4426 DescriptorType rawDescriptor; in on_vkAllocateMemory()
4944 DescriptorType handle; in vkGetBlobInternal()