Home
last modified time | relevance | path

Searched refs:colorImageAllocs (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp1034 MovePtr<Allocation> colorImageAllocs[numRenderTargets]; in testDifferentAttachmentSizes() local
1111colorImageAllocs[renderTargetIdx] = bindImage(vk, device, allocator, *colorImages[renderTargetIdx… in testDifferentAttachmentSizes()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp904 std::vector<AllocationSp> colorImageAllocs; in execute() local
1008 colorImageAllocs.push_back(de::SharedPtr<Allocation>(colorImageAlloc.release())); in execute()