Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceMemoryProperties (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl11 GetPhysicalDeviceMemoryPropertiesFunc getPhysicalDeviceMemoryProperties; variable
DvkQueryUtil.cpp90 VkPhysicalDeviceMemoryProperties getPhysicalDeviceMemoryProperties (const InstanceInterface& vk, Vk… in getPhysicalDeviceMemoryProperties() function
96 vk.getPhysicalDeviceMemoryProperties(physicalDevice, &properties); in getPhysicalDeviceMemoryProperties()
DvkInitInstanceFunctionPointers.inl11 m_vk.getPhysicalDeviceMemoryProperties = (GetPhysicalDeviceMemoryPropertiesFunc) GET_PROC_A…
DvkInstanceDriverImpl.inl40 void InstanceDriver::getPhysicalDeviceMemoryProperties (VkPhysicalDevice physicalDevice, VkPhysical… function in InstanceDriver
42 m_vk.getPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperties);
DvkQueryUtil.hpp41 VkPhysicalDeviceMemoryProperties getPhysicalDeviceMemoryProperties (const InstanceInterface& …
DvkMemUtil.cpp212 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in allocateDedicated()
DvkConcreteInstanceInterface.inl11 virtual void getPhysicalDeviceMemoryProperties (VkPhysicalDevice physicalDevice, VkPhysicalD…
DvkVirtualInstanceInterface.inl11 virtual void getPhysicalDeviceMemoryProperties (VkPhysicalDevice physicalDevice, VkPhysicalD…
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp159 …tor>(new SimpleAllocator(*m_deviceDriver, *m_logicalDevice, getPhysicalDeviceMemoryProperties(inst… in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp209 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(instan… in createAllocator()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp304 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
514 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
DvktApiBufferViewCreateTests.cpp268 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in createTestBuffer()
DvktApiSmokeTests.cpp336 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInst… in renderTriangleTest()
948 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInst… in renderTriangleUnusedResolveAttachmentTest()
DvktApiGranularityTests.cpp163 …SimpleAllocator memAlloc (vk, device, getPhysicalDeviceMemoryProperties(m_context.getInstanceI… in initImages()
DvktApiBufferViewAccessTests.cpp165 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getIns… in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp97 …, m_memoryProperties (getPhysicalDeviceMemoryProperties(context.getInstanceInterface(), context.ge… in AllocateFreeTestInstance()
325 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in RandomAllocFreeTestInstance()
DvktMemoryRequirementsTests.cpp280 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in execTest()
1313 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, … in execTest()
1663 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in testMultiplaneImages()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp607 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanc… in PushConstantGraphicsTestInstance()
1289 …SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInst… in verifyImage()
1398 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstance… in PushConstantComputeTestInstance()
DvktPipelineStencilTests.cpp322 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanc… in StencilTestInstance()
967 …SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getIns… in verifyImage()
DvktPipelineDepthTests.cpp233 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanc… in DepthTestInstance()
846 …SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInst… in verifyImage()
DvktPipelineBlendTests.cpp305 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInstan… in BlendTestInstance()
923 …SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getI… in verifyImage()
DvktPipelineInputAssemblyTests.cpp925 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstan… in InputAssemblyInstance()
1508 …SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getIns… in verifyImage()
DvktPipelineVertexInputTests.cpp695 …SimpleAllocator memAlloc (vk, vkDevice, getPhysicalDeviceMemoryProperties(context.getInstanc… in VertexInputInstance()
1417 …SimpleAllocator allocator (vk, vkDevice, getPhysicalDeviceMemoryProperties(m_context.getInst… in verifyImage()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp318 …const VkPhysicalDeviceMemoryProperties memoryProperties = vk::getPhysicalDeviceMemoryProperties(de… in createAllocator()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp1020 …vk::SimpleAllocator allocatorA (m_vkdA, *m_deviceA, vk::getPhysicalDeviceMemoryProperties(m… in iterate()
1030 …vk::SimpleAllocator allocatorB (m_vkdB, *m_deviceB, vk::getPhysicalDeviceMemoryProperties(m… in iterate()

12