Searched refs:memRequirements (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 118 …virtual de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequi… 128 …de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirem…
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 5645 VkMemoryRequirements memRequirements, bool is_image, bool is_linear) { in InsertMemoryRange() argument 5655 range.size = memRequirements.size; in InsertMemoryRange() 5656 range.end = memoryOffset + memRequirements.size - 1; in InsertMemoryRange() 5845 VkMemoryRequirements memRequirements; in BindBufferMemory() local 5846 dev_data->dispatch_table.GetBufferMemoryRequirements(device, buffer, &memRequirements); in BindBufferMemory() 5849 buffer_node->binding.size = memRequirements.size; in BindBufferMemory() 5854 … skip_call |= InsertBufferMemoryRange(dev_data, buffer, mem_info, memoryOffset, memRequirements); in BindBufferMemory() 5855 …skip_call |= ValidateMemoryTypes(dev_data, mem_info, memRequirements.memoryTypeBits, "BindBufferMe… in BindBufferMemory() 5859 if (vk_safe_modulo(memoryOffset, memRequirements.alignment) != 0) { in BindBufferMemory() 5866 memoryOffset, memRequirements.alignment); in BindBufferMemory() [all …]
|