Home
last modified time | relevance | path

Searched defs:memAlloc (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp587 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory() local
590 const VkMemoryAllocateInfo memAlloc = in createMemory() local
621 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory() local
624 const VkMemoryAllocateInfo memAlloc = in createMemory() local
658 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllo… in createMemory() local
662 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo( in createMemory() local
697 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllo… in createMemory() local
701 const VkMemoryAllocateInfo memAlloc = in createMemory() local
946 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(m_context, memReqs, MemoryHostVisible… in createBuffer() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp99 Allocator &memAlloc = context.getDefaultAllocator(); in uploadImage() local
264 Allocator &memAlloc = m_context.getDefaultAllocator(); in createPipelineLayout() local
318Allocator &memAlloc, const VkCommandBuffer &cmdBuffer, in bindDescriptorSets()
521 Allocator &memAlloc = m_context.getDefaultAllocator(); in createIndicesBuffer() local
H A DvktGeometryBasicClass.cpp77 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingLocalReadTests.cpp100 Allocator &memAlloc = context.getDefaultAllocator(); in createImage() local
435 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
889 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktRenderPassFragmentDensityMapTests.cpp230SimpleAllocator &memAlloc, const std::vector<T> &vertices, Move<VkBuffer> &vertexBuffer, in createVertexBuffer()
254 …d prepareImageAndImageView(const DeviceInterface &vk, VkDevice vkDevice, SimpleAllocator &memAlloc, in prepareImageAndImageView()
1431 SimpleAllocator memAlloc(vk, vkDevice, in FragmentDensityMapTestInstance() local
2785 SimpleAllocator memAlloc( in verifyImage() local
H A DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp274 SimpleAllocator memAlloc( in MultipleSubpassesMultipleCommandBuffersTestInstance() local
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp390 SimpleAllocator memAlloc( in InputAttachmentSparseFillingTestInstance() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp331 SimpleAllocator memAlloc( in renderTriangleTest() local
580 SimpleAllocator memAlloc( in renderTriangleUnusedResolveAttachmentTest() local
H A DvktApiMemoryRequirementInvarianceTests.cpp113 Allocator &memAlloc = context.getDefaultAllocator(); in allocate() local
195 Allocator &memAlloc = context.getDefaultAllocator(); in allocate() local
H A DvktApiBufferViewAccessTests.cpp190 SimpleAllocator memAlloc( in BufferViewTestInstance() local
659 SimpleAllocator memAlloc( in BufferViewAllFormatsTestInstance() local
H A DvktApiBufferViewCreateTests.cpp181 const VkMemoryAllocateInfo memAlloc = { in createTestBuffer() local
H A DvktApiGetMemoryCommitment.cpp120 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktApiGranularityTests.cpp147 SimpleAllocator memAlloc(vk, device, getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in initImages() local
H A DvktApiBufferTests.cpp286 const VkMemoryAllocateInfo memAlloc = { in bufferCreateAndAllocTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExpectAssumeTests.cpp166 Allocator &memAlloc = m_context.getDefaultAllocator(); in generateVertexBuffer() local
523 Allocator &memAlloc = m_context.getDefaultAllocator(); in generateStorageBuffers() local
H A DvktShaderExecutor.cpp965 Allocator &memAlloc = m_context.getDefaultAllocator(); in execute() local
2011 Allocator &memAlloc = m_context.getDefaultAllocator(); in initBuffers() local
3285 Allocator &memAlloc = m_context.getDefaultAllocator(); in renderTess() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmem_sbrk.go29 func memAlloc(n uintptr) unsafe.Pointer { func
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawPointClampTests.cpp100 SimpleAllocator memAlloc(vk, vkDevice, in renderPointSizeClampTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmMultipleShadersTests.cpp84 Allocator &memAlloc = m_context.getDefaultAllocator(); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp351 SimpleAllocator memAlloc(vk, m_device, getPhysicalDeviceMemoryProperties(vki, physicalDevice)); in GraphicsEnvironment() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp615 SimpleAllocator memAlloc( local
1200 SimpleAllocator memAlloc( local
H A DvktPipelineLogicOpTests.cpp272 Allocator &memAlloc = m_context.getDefaultAllocator(); in LogicOpTestInstance() local
H A DvktPipelinePushConstantTests.cpp331 SimpleAllocator memAlloc( in init() local
1924 SimpleAllocator memAlloc( in PushConstantComputeTestInstance() local
2275 SimpleAllocator memAlloc( in init() local
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp428 SimpleAllocator memAlloc( in setup() local
1015 SimpleAllocator memAlloc( in setup() local
H A DvktPipelineStencilTests.cpp351 SimpleAllocator memAlloc( local

12