OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_memAlloc
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp
465
,
m_memAlloc
(context.getDefaultAllocator())
529
de::MovePtr<Allocation> alloc =
m_memAlloc
.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible);
600
de::MovePtr<vk::Allocation> alloc =
m_memAlloc
.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible);
788
de::MovePtr<Allocation> allocation =
m_memAlloc
.allocate(getImageMemoryRequirements(vk, vkDevice, vkTexture), MemoryRequirement::HostVisible);
[
all
...]
vktShaderRender.hpp
407
vk::Allocator&
m_memAlloc
;
Completed in 40 milliseconds