/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 590 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, nullptr); in createMemory() local 593 const VkMemoryAllocateInfo memAlloc = in createMemory() local 624 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, nullptr); in createMemory() local 627 const VkMemoryAllocateInfo memAlloc = in createMemory() local 661 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllo… in createMemory() local 665 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo( in createMemory() local 704 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllo… in createMemory() local 708 const VkMemoryAllocateInfo memAlloc = in createMemory() local 949 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(m_context, memReqs, MemoryHostVisible… in createBuffer() local
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 99 Allocator &memAlloc = context.getDefaultAllocator(); in uploadImage() local 264 Allocator &memAlloc = m_context.getDefaultAllocator(); in createPipelineLayout() local 318 … Allocator &memAlloc, const VkCommandBuffer &cmdBuffer, in bindDescriptorSets() 521 Allocator &memAlloc = m_context.getDefaultAllocator(); in createIndicesBuffer() local
|
D | vktGeometryBasicClass.cpp | 77 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBinaryTests.cpp | 265 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local 440 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local 558 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local 907 Allocator &memAlloc = m_context.getDefaultAllocator(); in createShaderBindingTable() local
|
D | vktPipelineLogicOpTests.cpp | 272 Allocator &memAlloc = m_context.getDefaultAllocator(); in LogicOpTestInstance() local
|
D | vktPipelineBlendTests.cpp | 631 SimpleAllocator memAlloc( local 1216 SimpleAllocator memAlloc( local
|
D | vktPipelinePushConstantTests.cpp | 336 SimpleAllocator memAlloc( in init() local 2022 SimpleAllocator memAlloc( in PushConstantComputeTestInstance() local 2373 SimpleAllocator memAlloc( in init() local
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 331 SimpleAllocator memAlloc( in renderTriangleTest() local 579 SimpleAllocator memAlloc( in renderTriangleUnusedResolveAttachmentTest() local
|
D | vktApiMemoryRequirementInvarianceTests.cpp | 113 Allocator &memAlloc = context.getDefaultAllocator(); in allocate() local 195 Allocator &memAlloc = context.getDefaultAllocator(); in allocate() local
|
D | vktApiBufferViewCreateTests.cpp | 181 const VkMemoryAllocateInfo memAlloc = { in createTestBuffer() local
|
D | vktApiBufferViewAccessTests.cpp | 190 SimpleAllocator memAlloc( in BufferViewTestInstance() local 653 SimpleAllocator memAlloc( in BufferViewAllFormatsTestInstance() local
|
D | vktApiGetMemoryCommitment.cpp | 120 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
|
D | vktApiGranularityTests.cpp | 147 SimpleAllocator memAlloc(vk, device, getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in initImages() local
|
D | vktApiBufferTests.cpp | 286 const VkMemoryAllocateInfo memAlloc = { in bufferCreateAndAllocTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmMultipleShadersTests.cpp | 84 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawPointClampTests.cpp | 100 SimpleAllocator memAlloc(vk, vkDevice, in renderPointSizeClampTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExpectAssumeTests.cpp | 166 Allocator &memAlloc = m_context.getDefaultAllocator(); in generateVertexBuffer() local 523 Allocator &memAlloc = m_context.getDefaultAllocator(); in generateStorageBuffers() local
|
D | vktShaderExecutor.cpp | 965 Allocator &memAlloc = m_context.getDefaultAllocator(); in execute() local 2008 Allocator &memAlloc = m_context.getDefaultAllocator(); in initBuffers() local 3281 Allocator &memAlloc = m_context.getDefaultAllocator(); in renderTess() local
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 351 SimpleAllocator memAlloc(vk, m_device, getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in GraphicsEnvironment() local
|
D | vktRobustnessIndexAccessTests.cpp | 133 SimpleAllocator memAlloc(vk, *m_device, getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 232 … SimpleAllocator &memAlloc, const std::vector<T> &vertices, Move<VkBuffer> &vertexBuffer, in createVertexBuffer() 256 …d prepareImageAndImageView(const DeviceInterface &vk, VkDevice vkDevice, SimpleAllocator &memAlloc, in prepareImageAndImageView() 1443 SimpleAllocator memAlloc(vk, vkDevice, in FragmentDensityMapTestInstance() local 2812 SimpleAllocator memAlloc( in verifyImage() local
|
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 275 SimpleAllocator memAlloc( in MultipleSubpassesMultipleCommandBuffersTestInstance() local
|
D | vktDynamicRenderingLocalReadTests.cpp | 124 Allocator &memAlloc = context.getDefaultAllocator(); in createImage() local 525 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local 1009 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
|
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 390 SimpleAllocator memAlloc( in InputAttachmentSparseFillingTestInstance() local
|
D | vktRenderPassUnusedAttachmentTests.cpp | 428 SimpleAllocator memAlloc( in UnusedAttachmentTestInstance() local
|