OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemoryType
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp
136
const VkMemoryType
memoryType
= m_memoryProperties.memoryTypes[m_memoryTypeIndex];
137
const VkMemoryHeap memoryHeap = m_memoryProperties.memoryHeaps[
memoryType
.heapIndex];
144
if (
memoryType
.heapIndex >= m_memoryProperties.memoryHeapCount)
148
log << TestLog::Message << "Memory type: " <<
memoryType
<< TestLog::EndMessage;
269
struct
MemoryType
286
vector<
MemoryType
> types;
343
const
MemoryType
type =
437
const
MemoryType
&
memoryType
= m_rng.choose<
MemoryType
>(heap.types.begin(), heap.types.end())
[
all
...]
vktMemoryMappingTests.cpp
186
struct
MemoryType
188
MemoryType
(deUint32 index_, const VkMemoryType& type_)
194
MemoryType
(void)
363
const tcu::ScopedLogSection section (log, "
MemoryType
" + de::toString(memoryTypeIndex), "
MemoryType
" + de::toString(memoryTypeIndex));
364
const VkMemoryType&
memoryType
= memoryProperties.memoryTypes[memoryTypeIndex];
365
const VkMemoryHeap& memoryHeap = memoryProperties.memoryHeaps[
memoryType
.heapIndex];
366
const VkDeviceSize atomSize = (
memoryType
.propertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT) != 0
370
log << TestLog::Message << "
MemoryType
: " <<
memoryType
<< TestLog::EndMessage
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h
198
GUID
MemoryType
;
ks.h
[
all
...]
Completed in 231 milliseconds