/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
vktGeometryInstancedRenderingTests.cpp | 161 const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, MemoryRequirement::Any));
|
vktGeometryLayeredRenderingTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineRenderToImageTests.cpp | [all...] |
vktPipelineTimestampTests.cpp | 798 de::MovePtr<Allocation> colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *image), MemoryRequirement::Any); 799 VK_CHECK(vk.bindImageMemory(vkDevice, *image, colorImageAlloc->getMemory(), colorImageAlloc->getOffset())); 802 *pAlloc = colorImageAlloc; [all...] |
vktPipelineStencilExportTests.cpp | 522 MovePtr<Allocation> colorImageAlloc = bindImage (vk, device, allocator, *colorImage, MemoryRequirement::Any);
|
vktPipelineFramebufferAttachmentTests.cpp | 398 MovePtr<Allocation> colorImageAlloc; 450 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); [all...] |
vktPipelineMultisampleImageTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderExecutor.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
vktFragmentOperationsEarlyFragmentTests.cpp | 344 const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any));
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
vktUniformBlockCase.cpp | [all...] |