/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
vktSSBOLayoutCase.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiCopiesAndBlittingTests.cpp | 489 bufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *buffer, MemoryRequirement::HostVisible, memAlloc, m_params.allocationKind); 691 bufferAlloc = allocateBuffer(vki, vk, physDevice, device, *buffer, MemoryRequirement::HostVisible, allocator, m_params.allocationKind); [all...] |
vktApiImageClearingTests.cpp | [all...] |
vktApiCommandBuffersTests.cpp | 318 bufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, m_device, *buffer), MemoryRequirement::HostVisible); [all...] |
vktApiExternalMemoryTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineCacheTests.cpp | 449 *pAlloc = context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vk, vkDevice, *vertexBuffer), MemoryRequirement::HostVisible); [all...] |
vktPipelineImageSamplingInstance.cpp | 696 m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequirement::HostVisible, memAlloc, m_allocationKind); [all...] |
vktPipelineTimestampTests.cpp | 740 de::MovePtr<Allocation> vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *vertexBuffer), MemoryRequirement::HostVisible); [all...] |
vktPipelineVertexInputTests.cpp | [all...] |
vktPipelineMultisampleTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassMultisampleResolveTests.cpp | 150 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible)); [all...] |
vktRenderPassTests.cpp | [all...] |
vktRenderPassMultisampleTests.cpp | 138 de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), MemoryRequirement::HostVisible)); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
vktWsiSwapchainTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
vktQueryPoolStatisticsTests.cpp | 240 m_context.getDefaultAllocator(), MemoryRequirement::HostVisible); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
vktRobustBufferAccessWithVariablePointersTests.cpp | 133 bufferAlloc = allocator.allocate(bufferMemoryReqs, MemoryRequirement::HostVisible); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
vktSubgroupsTestsUtils.cpp | 451 req, MemoryRequirement::HostVisible); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
vktYCbCrConversionTests.cpp | 477 : vk::MemoryRequirement::HostVisible); [all...] |
vktYCbCrUtil.cpp | 159 MemoryRequirement::HostVisible|MemoryRequirement::Any)); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
vktBindingShaderAccessTests.cpp | 642 const de::MovePtr<vk::Allocation> bufferMemory = allocateAndBindObjectMemory(m_vki, m_device, m_allocator, *buffer, vk::MemoryRequirement::HostVisible); [all...] |