Searched defs:getMemory (Results 1 - 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp41 * (getMemory()) managed by Allocation is passed to Vulkan API calls,
57 VkDeviceMemory getMemory (void) const { return m_memory; } function in class:vk::Allocation
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPInt.cpp41 inline static uint64_t* getMemory(unsigned numWords) { function
84 pVal = getMemory(getNumWords());
137 pVal = getMemory(RHS.getNumWords());
146 pVal = getMemory(RHS.getNumWords());
380 uint64_t *dest = getMemory(destWords);
435 uint64_t* val = getMemory(numWords);
443 uint64_t *val = getMemory(numWords);
451 uint64_t *val = getMemory(numWords);
1021 APInt Result(getMemory(getNumWords(width)), width);
1046 APInt Result(getMemory(getNumWord
[all...]
/external/llvm/lib/Support/
H A DAPInt.cpp44 inline static uint64_t* getMemory(unsigned numWords) { function
87 pVal = getMemory(getNumWords());
140 pVal = getMemory(RHS.getNumWords());
149 pVal = getMemory(RHS.getNumWords());
383 uint64_t *dest = getMemory(destWords);
438 uint64_t* val = getMemory(numWords);
446 uint64_t *val = getMemory(numWords);
454 uint64_t *val = getMemory(numWords);
945 APInt Result(getMemory(getNumWords(width)), width);
970 APInt Result(getMemory(getNumWord
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp44 inline static uint64_t* getMemory(unsigned numWords) { function
87 pVal = getMemory(getNumWords());
140 pVal = getMemory(RHS.getNumWords());
149 pVal = getMemory(RHS.getNumWords());
399 uint64_t *dest = getMemory(destWords);
454 uint64_t* val = getMemory(numWords);
462 uint64_t *val = getMemory(numWords);
470 uint64_t *val = getMemory(numWords);
923 APInt Result(getMemory(getNumWords(width)), width);
948 APInt Result(getMemory(getNumWord
[all...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp119 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes);
137 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), indexBufferSizeBytes);
213 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), size);
609 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_resource.getBuffer().size);
713 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_bufferSize);
1097 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(VkDispatchIndirectCommand));
1162 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_resource.getBuffer().size);
1297 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_hostBufferSizeBytes);
1784 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_bufferSize);
1983 flushMappedMemoryRange(vk, device, alloc.getMemory(), allo
3538 vk::VkDeviceMemory Resource::getMemory (void) const function in class:vkt::synchronization::Resource
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java1305 private Object getMemory(String label, Object array, Class<?> arrayClass, method in class:Bidi
1336 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len);
1347 Object array = getMemory("Levels", levelsMemory, Byte.TYPE, mayAllocate, len);
1358 Object array = getMemory("Runs", runsMemory, BidiRun.class, mayAllocate, len);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java1332 private Object getMemory(String label, Object array, Class<?> arrayClass, method in class:Bidi
1363 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len);
1374 Object array = getMemory("Levels", levelsMemory, Byte.TYPE, mayAllocate, len);
1385 Object array = getMemory("Runs", runsMemory, BidiRun.class, mayAllocate, len);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 266 milliseconds