OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageAlloc
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp
190
de::MovePtr<Allocation>
imageAlloc
= memAlloc.allocate(getImageMemoryRequirements(vk, device, *image), MemoryRequirement::Any);
191
VK_CHECK(vk.bindImageMemory(device, *image,
imageAlloc
->getMemory(),
imageAlloc
->getOffset()));
235
m_imageAllocs.push_back(AllocationSp(
imageAlloc
.release()));
vktApiGetMemoryCommitment.cpp
144
de::MovePtr<Allocation>
imageAlloc
= memAlloc.allocate(memoryRequirements, MemoryRequirement::LazilyAllocated);
146
VK_CHECK(vkd.bindImageMemory(device, *image,
imageAlloc
->getMemory(),
imageAlloc
->getOffset()));
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp
516
AllocationMp
imageAlloc
;
517
ImageHandleUp* image = new ImageHandleUp(createImageAndBindMemory(vkdi, device, descType, allocator, queueFamilyIndex, &
imageAlloc
));
525
inputAllocs.push_back(de::SharedPtr<Allocation>(
imageAlloc
.release()));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineFramebufferAttachmentTests.cpp
[
all
...]
Completed in 145 milliseconds