/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.hpp | 48 const VkPhysicalDeviceProperties &getProperties() const; 49 void getProperties(VkPhysicalDeviceIDProperties *properties) const; 50 void getProperties(VkPhysicalDeviceMaintenance3Properties *properties) const; 51 void getProperties(VkPhysicalDeviceMultiviewProperties *properties) const; 52 void getProperties(VkPhysicalDevicePointClippingProperties *properties) const; 53 void getProperties(VkPhysicalDeviceProtectedMemoryProperties *properties) const; 54 void getProperties(VkPhysicalDeviceSubgroupProperties *properties) const; 55 …void getProperties(const VkExternalMemoryHandleTypeFlagBits *handleType, VkExternalImageFormatProp… 56 …void getProperties(const VkExternalMemoryHandleTypeFlagBits *handleType, VkExternalBufferPropertie… 57 void getProperties(VkSamplerYcbcrConversionImageFormatProperties *properties) const; [all …]
|
D | VkPhysicalDevice.cpp | 592 const VkPhysicalDeviceProperties &PhysicalDevice::getProperties() const in getProperties() function in vk::PhysicalDevice 594 auto getProperties = [&]() -> VkPhysicalDeviceProperties { in getProperties() local 614 static const VkPhysicalDeviceProperties properties = getProperties(); in getProperties() 632 void PhysicalDevice::getProperties(VkPhysicalDeviceIDProperties *properties) const in getProperties() function in vk::PhysicalDevice 644 void PhysicalDevice::getProperties(VkPhysicalDeviceMaintenance3Properties *properties) const in getProperties() function in vk::PhysicalDevice 656 void PhysicalDevice::getProperties(VkPhysicalDeviceMultiviewProperties *properties) const in getProperties() function in vk::PhysicalDevice 667 void PhysicalDevice::getProperties(VkPhysicalDevicePointClippingProperties *properties) const in getProperties() function in vk::PhysicalDevice 678 void PhysicalDevice::getProperties(VkPhysicalDeviceProtectedMemoryProperties *properties) const in getProperties() function in vk::PhysicalDevice 683 void PhysicalDevice::getProperties(VkPhysicalDeviceSubgroupProperties *properties) const in getProperties() function in vk::PhysicalDevice 697 void PhysicalDevice::getProperties(VkPhysicalDeviceVulkan11Properties *properties) const in getProperties() function in vk::PhysicalDevice [all …]
|
D | libVulkan.cpp | 247 … ASSERT(vk::Cast(device)->getPhysicalDevice()->getProperties().limits.maxFramebufferLayers >= 32); in ValidateRenderPassPNextChain() 643 *pProperties = vk::Cast(physicalDevice)->getProperties(); in vkGetPhysicalDeviceProperties() 3205 vk::Cast(physicalDevice)->getProperties(properties); in vkGetPhysicalDeviceProperties2() 3211 vk::Cast(physicalDevice)->getProperties(properties); in vkGetPhysicalDeviceProperties2() 3217 vk::Cast(physicalDevice)->getProperties(properties); in vkGetPhysicalDeviceProperties2() 3223 vk::Cast(physicalDevice)->getProperties(properties); in vkGetPhysicalDeviceProperties2() 3229 vk::Cast(physicalDevice)->getProperties(properties); in vkGetPhysicalDeviceProperties2() 3235 vk::Cast(physicalDevice)->getProperties(properties); in vkGetPhysicalDeviceProperties2() 3245 vk::Cast(physicalDevice)->getProperties(properties); in vkGetPhysicalDeviceProperties2() 3251 vk::Cast(physicalDevice)->getProperties(properties); in vkGetPhysicalDeviceProperties2() [all …]
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | function-properties.js | 15 function getProperties(obj) function 38 assert(getProperties(func) == "dummy"); 42 assert(getProperties(bound_func) == "dummy prototype"); 46 assert(getProperties(print) == "dummy length caller arguments");
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 95 mNative, nativeDevice, commandQueue.getProperties().get(), &errorCode); in createCommandQueue() 100 CL_QUEUE_PROPERTIES, commandQueue.getProperties().get(), in createCommandQueue() 115 if (buffer.getProperties().empty()) in createBuffer() 123 mNative, buffer.getProperties().data(), buffer.getFlags().get(), size, hostPtr, in createBuffer() 148 if (image.getProperties().empty()) in createImage() 156 mNative, image.getProperties().data(), flags.get(), &format, &nativeDesc, hostPtr, in createImage() 230 else if (!sampler.getProperties().empty()) in createSampler() 233 mNative, sampler.getProperties().data(), &errorCode); in createSampler()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
D | MidiPortWrapper.java | 45 String name = mInfo.getProperties() in updateString() 48 name = mInfo.getProperties() in updateString() 50 + mInfo.getProperties() in updateString()
|
D | MidiTools.java | 32 String deviceManufacturer = info.getProperties() in findDevice() 36 String deviceProduct = info.getProperties() in findDevice()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLSampler.h | 30 const PropArray &getProperties() const; 61 inline const Sampler::PropArray &Sampler::getProperties() const in getProperties() function
|
D | CLMemory.h | 41 const PropArray &getProperties() const; 102 inline const Memory::PropArray &Memory::getProperties() const in getProperties() function
|
D | CLCommandQueue.h | 260 CommandQueueProperties getProperties() const; 308 inline CommandQueueProperties CommandQueue::getProperties() const in getProperties() function
|
/third_party/typescript_eslint/packages/eslint-plugin/src/util/ |
D | isTypeReadonly.ts | 87 const properties = type.getProperties(); 162 type.getProperties().length === 0
|
D | propertyTypes.ts | 17 .getProperties()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | DataSource.h | 27 virtual AudioProperties getProperties() const = 0;
|
D | AAssetDataSource.h | 28 AudioProperties getProperties() const override { return mProperties; } in getProperties() function
|
D | Player.cpp | 22 const AudioProperties properties = mSource->getProperties(); in renderAudio()
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SampleBuffer.h | 43 virtual AudioProperties getProperties() const { return mAudioProperties; } in getProperties() function
|
/third_party/typescript/src/compiler/transformers/ |
D | utilities.ts | 340 …export function getProperties(node: ClassExpression | ClassDeclaration, requireInitializer: true, … function 341 …export function getProperties(node: ClassExpression | ClassDeclaration, requireInitializer: boolea… 342 …export function getProperties(node: ClassExpression | ClassDeclaration, requireInitializer: boolea…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ResetMachineFunctionPass.cpp | 62 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
D | MachineFunctionPass.cpp | 47 MachineFunctionProperties &MFProps = MF.getProperties(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsPreLegalizerCombiner.cpp | 82 if (MF.getProperties().hasProperty( in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyPrepareForLiveIntervals.cpp | 124 MF.getProperties().set(MachineFunctionProperties::Property::TracksLiveness); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 186 return MF->getProperties().hasProperty( in isSSA() 192 MF->getProperties().reset(MachineFunctionProperties::Property::IsSSA); in leaveSSA() 198 return MF->getProperties().hasProperty( in tracksLiveness() 208 MF->getProperties().reset( in invalidateLiveness()
|
/third_party/typescript/tests/baselines/reference/ |
D | unspecializedConstraints.js | 34 getProperties(): Property[] { 209 Type.prototype.getProperties = function () { method in Type
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 326 MachineFunctionProperties &Properties = MF.getProperties(); in computeFunctionProperties() 410 MF.getProperties().set(MachineFunctionProperties::Property::Legalized); in initializeMachineFunction() 412 MF.getProperties().set( in initializeMachineFunction() 415 MF.getProperties().set(MachineFunctionProperties::Property::Selected); in initializeMachineFunction() 417 MF.getProperties().set(MachineFunctionProperties::Property::FailedISel); in initializeMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Combiner.cpp | 102 if (MF.getProperties().hasProperty( in combineMachineInstrs()
|