/hardware/google/aemu/base/include/aemu/base/ |
D | ManagedDescriptor.hpp | 29 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 …]
|
D | ManagedDescriptor.h | 29 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/ |
D | ManagedDescriptor_unittest.cpp | 28 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/ |
D | GfxstreamEnd2EndVkTests.cpp | 508 .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()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 164 .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/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 93 .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/ |
D | vulkansc_to_string.hpp | 2979 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 …]
|
D | vulkan_to_string.hpp | 5220 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 …]
|
D | vulkansc_enums.hpp | 2184 enum class DescriptorType enum
|
D | vulkan_raii.hpp | 3860 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()
|
D | vulkan_enums.hpp | 3395 enum class DescriptorType enum
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 1040 std::optional<ManagedDescriptor::DescriptorType> maybeRawDescriptor = externalDescriptor.get(); in importMemory() 1044 ManagedDescriptor::DescriptorType rawDescriptor = *maybeRawDescriptor; in importMemory()
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 216 using android::base::DescriptorType; 1829 DescriptorType rawDescriptor; in exportBlob()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 81 using android::base::DescriptorType; 4426 DescriptorType rawDescriptor; in on_vkAllocateMemory() 4944 DescriptorType handle; in vkGetBlobInternal()
|