HomeSort by relevance Sort by last modified time
    Searched refs:VkMemoryAllocateInfo (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.hpp 117 virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment) = 0;
127 de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment);
vkMemUtil.cpp 168 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment)
184 const VkMemoryAllocateInfo allocInfo =
214 const VkMemoryAllocateInfo allocInfo =
vkRefUtil.inl 6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkGetStructureTypeImpl.inl 29 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void)
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryBindingTests.cpp 218 const VkMemoryAllocateInfo makeMemoryAllocateInfo (VkMemoryRequirements& memReqs,
222 const VkMemoryAllocateInfo allocateParams =
260 const VkMemoryAllocateInfo makeMemoryAllocateInfo (Context& ctx,
265 const VkMemoryAllocateInfo allocateParams =
494 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL);
519 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL);
546 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationInfo);
572 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationInfo);
784 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(ctx, memReqs, MemoryHostVisible);
    [all...]
vktMemoryAllocationTests.cpp 160 const VkMemoryAllocateInfo alloc =
198 const VkMemoryAllocateInfo alloc =
250 const VkMemoryAllocateInfo allocInfo =
455 const VkMemoryAllocateInfo alloc =
  /external/deqp/external/vulkancts/modules/vulkan/
vktExternalMemoryUtil.cpp 778 const vk::VkMemoryAllocateInfo info =
810 const vk::VkMemoryAllocateInfo info =
851 const vk::VkMemoryAllocateInfo info =
896 const vk::VkMemoryAllocateInfo info =
927 const vk::VkMemoryAllocateInfo info =
  /external/vulkan-validation-layers/tests/
vktestbinding.h 120 bool set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkMemoryPropertyFlags properties,
245 void init(const Device &dev, const VkMemoryAllocateInfo &info);
256 static VkMemoryAllocateInfo alloc_info(VkDeviceSize size, uint32_t memory_type_index);
607 inline VkMemoryAllocateInfo DeviceMemory::alloc_info(VkDeviceSize size, uint32_t memory_type_index) {
608 VkMemoryAllocateInfo info = {};
vktestbinding.cpp 66 VkMemoryAllocateInfo get_resource_alloc_info(const vk_testing::Device &dev, const VkMemoryRequirements &reqs,
68 VkMemoryAllocateInfo info = vk_testing::DeviceMemory::alloc_info(reqs.size, 0);
195 bool PhysicalDevice::set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const VkFlags properties,
414 void DeviceMemory::init(const Device &dev, const VkMemoryAllocateInfo &info) {
layer_validation_tests.cpp 643 VkMemoryAllocateInfo memory_allocate_info = {};
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 146 safe_VkMemoryAllocateInfo(const VkMemoryAllocateInfo* pInStruct);
150 void initialize(const VkMemoryAllocateInfo* pInStruct);
152 VkMemoryAllocateInfo *ptr() { return reinterpret_cast<VkMemoryAllocateInfo *>(this); }
153 VkMemoryAllocateInfo const *ptr() const { return reinterpret_cast<VkMemoryAllocateInfo const *>(this); }
    [all...]
vk_struct_size_helper.h 104 size_t vk_size_vkmemoryallocateinfo(const VkMemoryAllocateInfo* pStruct);
vk_struct_size_helper.c 643 size_t vk_size_vkmemoryallocateinfo(const VkMemoryAllocateInfo* pStruct)
647 structSize = sizeof(VkMemoryAllocateInfo);
    [all...]
vk_struct_validate_helper.h 106 uint32_t vk_validate_vkmemoryallocateinfo(const VkMemoryAllocateInfo* pStruct);
710 uint32_t vk_validate_vkmemoryallocateinfo(const VkMemoryAllocateInfo* pStruct)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 169 const VkMemoryAllocateInfo memAlloc =
296 VkMemoryAllocateInfo memoryAllocateInfo =
vktApiBufferTests.cpp 393 const VkMemoryAllocateInfo
621 VkMemoryAllocateInfo memoryAllocateInfo =
  /external/skia/src/gpu/vk/
GrVkMemory.cpp 473 VkMemoryAllocateInfo allocInfo = {
519 VkMemoryAllocateInfo allocInfo = {
  /external/vulkan-validation-layers/layers/
core_validation_types.h 255 VkMemoryAllocateInfo alloc_info;
269 DEVICE_MEM_INFO(void *disp_object, const VkDeviceMemory in_mem, const VkMemoryAllocateInfo *p_alloc_info)
unique_objects.cpp 334 VKAPI_ATTR VkResult VKAPI_CALL AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo,
336 const VkMemoryAllocateInfo *input_allocate_info = pAllocateInfo;
347 input_allocate_info = reinterpret_cast<const VkMemoryAllocateInfo *>(safe_allocate_info.get());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseBinding.cpp 164 const VkMemoryAllocateInfo allocateInfo =
vktSparseResourcesTestsUtil.cpp 781 const VkMemoryAllocateInfo allocInfo =
811 const VkMemoryAllocateInfo allocInfo =
  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 187 &(VkMemoryAllocateInfo) {
  /external/mesa3d/src/intel/vulkan/
anv_dump.c 89 &(VkMemoryAllocateInfo) {
anv_wsi.c 190 &(VkMemoryAllocateInfo) {
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 133 VkMemoryAllocateInfo allocInfo;

Completed in 110 milliseconds

1 2 3 4