OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorImageAlloc
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp
810
de::MovePtr<Allocation>
colorImageAlloc
= memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *((const VkImage*) colorImages.back().get())), MemoryRequirement::Any);
811
VK_CHECK(vk.bindImageMemory(vkDevice, colorImages.back().get()->get(),
colorImageAlloc
->getMemory(),
colorImageAlloc
->getOffset()));
812
colorImageAllocs.push_back(de::SharedPtr<de::UniquePtr<Allocation> >(new de::UniquePtr<Allocation>(
colorImageAlloc
)));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp
[
all
...]
Completed in 1134 milliseconds