Home
last modified time | relevance | path

Searched defs:memoryProperties (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
Dvk_android_utils.cpp61 VkMemoryPropertyFlags memoryProperties, in InitAndroidExternalMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.hpp75 const vk::VkPhysicalDeviceMemoryProperties memoryProperties = in createAllocator() local
DvktProtectedMemWsiSwapchainTests.cpp318 …vk::VkPhysicalDeviceMemoryProperties memoryProperties = vk::getPhysicalDeviceMemoryProperties(cont… in generateSwapchainParameterCases() local
359 …vk::VkPhysicalDeviceMemoryProperties memoryProperties = vk::getPhysicalDeviceMemoryProperties(cont… in generateSwapchainParameterCases() local
434 …vk::VkPhysicalDeviceMemoryProperties memoryProperties = vk::getPhysicalDeviceMemoryProperties(cont… in generateSwapchainParameterCases() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp60 bool FindCompatibleMemory(const VkPhysicalDeviceMemoryProperties &memoryProperties, in FindCompatibleMemory()
83 const vk::MemoryProperties &memoryProperties, in FindAndAllocateCompatibleMemory()
142 const vk::MemoryProperties &memoryProperties = context->getRenderer()->getMemoryProperties(); in AllocateAndBindBufferOrImageMemory() local
179 const vk::MemoryProperties &memoryProperties = context->getRenderer()->getMemoryProperties(); in AllocateAndBindBufferOrImageMemory() local
Dvk_helpers.cpp3730 VkMemoryPropertyFlags memoryProperties, in initExternal()
4532 const MemoryProperties &memoryProperties, in initMemory()
4559 const MemoryProperties &memoryProperties, in initExternalMemory()
4807 const MemoryProperties &memoryProperties, in init2DStaging()
4822 const MemoryProperties &memoryProperties, in initStaging()
4889 const MemoryProperties &memoryProperties, in initImplicitMultisampledRenderToTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp203 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest() local
402 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest() local
DvktApiBufferViewCreateTests.cpp217 VkPhysicalDeviceMemoryProperties memoryProperties; in createTestBuffer() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp94 const vk::MemoryProperties &memoryProperties, in FindAndAllocateCompatibleMemory()
125 const vk::MemoryProperties &memoryProperties = context->getRenderer()->getMemoryProperties(); in AllocateAndBindBufferOrImageMemory() local
Dvk_helpers.cpp1583 const MemoryProperties &memoryProperties, in initMemory()
1593 const MemoryProperties &memoryProperties, in initExternalMemory()
1686 const MemoryProperties &memoryProperties, in init2DStaging()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp166 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(instan… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp369 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in execTest() local
1487 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, … in execTest() local
1920 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in testMultiplaneImages() local
2118 VkPhysicalDeviceMemoryProperties memoryProperties; in testVkMemoryPropertyFlags() local
DvktMemoryMappingTests.cpp620 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki,… in testMemoryMapping() local
1439 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in RandomMemoryMappingInstance() local
DvktMemoryDeviceMemoryReportTests.cpp1640 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in validateCallbackRecords() local
1753 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in vkDeviceMemoryAllocateAndFreeTest() local
1834 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in vkDeviceMemoryAllocationFailedTest() local
DvktMemoryBindingTests.cpp262 VkPhysicalDeviceMemoryProperties memoryProperties; in selectMatchingMemoryType() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanExternalHelper.cpp101 uint32_t FindMemoryType(const VkPhysicalDeviceMemoryProperties &memoryProperties, in FindMemoryType()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp264 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in allocateExtended() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp270 VkPhysicalDeviceMemoryProperties memoryProperties; in init() local
490 const VkPhysicalDeviceMemoryProperties& memoryProperties, in initGrCaps()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp298 VkPhysicalDeviceMemoryProperties memoryProperties; in init() local
604 const VkPhysicalDeviceMemoryProperties& memoryProperties, in initGrCaps()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp482 …const VkPhysicalDeviceMemoryProperties memoryProperties = vk::getPhysicalDeviceMemoryProperties(m_… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp748 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in getMemoryTypeNdx() local
767 …const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, p… in getMaxDeviceHeapSize() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp98 uint32_t FindMemoryType(const VkPhysicalDeviceMemoryProperties &memoryProperties, in FindMemoryType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp443 …const VkPhysicalDeviceMemoryProperties memoryProperties = vk::getPhysicalDeviceMemoryProperties(de… in createAllocator() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingCaptureReplayTests.cpp1010 …VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, ph… in runTest() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp1143 const VkPhysicalDeviceMemoryProperties &memoryProperties = in vkGetMemoryFdPropertiesKHR() local
1182 const VkPhysicalDeviceMemoryProperties &memoryProperties = in vkGetMemoryZirconHandlePropertiesFUCHSIA() local
1274 const auto &memoryProperties = vk::PhysicalDevice::GetMemoryProperties(); in vkGetDeviceMemoryCommitment() local
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_raii.hpp9231 VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties memoryProperties; in getMemoryProperties() local
10671 VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2 memoryProperties; in getMemoryProperties2() local
10683 VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2 & memoryProperties = in getMemoryProperties2() local
12218 VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2 memoryProperties; in getMemoryProperties2KHR() local
12234 VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2 & memoryProperties = in getMemoryProperties2KHR() local

12