/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.cpp | 34 funcs.vkCreateBuffer = vkCreateBuffer; in InitAllocator()
|
/external/deqp-deps/amber/src/vulkan/ |
D | vk-wrappers.h | 22 PFN_vkCreateBuffer vkCreateBuffer; variable
|
D | vk-funcs.inc | 22 AMBER_VK_FUNC(vkCreateBuffer)
|
D | vk-wrappers.inc | 86 if (!(ptrs_.vkCreateBuffer = reinterpret_cast<PFN_vkCreateBuffer>(getInstanceProcAddr(instance_, "v… 87 return Result("Vulkan: Unable to load vkCreateBuffer pointer");
|
D | resource.cc | 65 if (device_->GetPtrs()->vkCreateBuffer(device_->GetVkDevice(), &buffer_info, in CreateVkBuffer()
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.def | 58 vkCreateBuffer
|
D | vk_swiftshader.lds | 58 vkCreateBuffer;
|
D | VkGetProcAddress.cpp | 161 MAKE_VULKAN_DEVICE_ENTRY(vkCreateBuffer),
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 30 VK_INSTANCE(vkCreateBuffer, VkResult, VkDevice, const VkBufferCreateInfo *, const VkAllocationCallb…
|
D | Device.cpp | 163 VkResult result = driver->vkCreateBuffer(device, &info, 0, &buffer); in CreateStorageBuffer()
|
/external/angle/src/third_party/volk/ |
D | volk.h | 166 PFN_vkCreateBuffer vkCreateBuffer; member 565 extern PFN_vkCreateBuffer vkCreateBuffer;
|
D | volk.c | 376 vkCreateBuffer = (PFN_vkCreateBuffer)load(context, "vkCreateBuffer"); in volkGenLoadDevice() 777 table->vkCreateBuffer = (PFN_vkCreateBuffer)load(context, "vkCreateBuffer"); in volkGenLoadDeviceTable() 1180 PFN_vkCreateBuffer vkCreateBuffer; variable
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 73 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateBuffer", FUNCTIONORIGIN_DEVICE)); 211 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateBuffer", FUNCTIONORIGIN_DEVICE)); 377 apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCreateBuffer", FUNCTIONORIGIN_DEVICE));
|
D | vkInitDeviceFunctionPointers.inl | 38 m_vk.createBuffer = (CreateBufferFunc) GET_PROC_ADDR("vkCreateBuffer");
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_buffer_image_memory_sampler.cpp | 451 err = vkCreateBuffer(m_device->device(), &buf_info, NULL, &buffer); in TEST_F() 983 err = vkCreateBuffer(device(), &buffer_create_info, NULL, &buffer); in TEST_F() 1028 err = vkCreateBuffer(device(), &buffer_create_info, NULL, &buffer); in TEST_F() 1074 err = vkCreateBuffer(device(), &buffer_create_info, NULL, &buffer); in TEST_F() 1163 err = vkCreateBuffer(device(), &buffer_create_info, NULL, &buffer); in TEST_F() 1263 … err = vkCreateBuffer(m_device->device(), &sparse_buffer_create_info, NULL, &sparse_buffer); in TEST_F() 2620 VkResult err = vkCreateBuffer(m_device->device(), &buf_info, NULL, &buffer); in TEST_F() 2970 VkResult err = vkCreateBuffer(m_device->device(), &buf_info, NULL, &buffer); in TEST_F() 3162 err = vkCreateBuffer(m_device->device(), &buff_ci, NULL, &buffer); in TEST_F() 6806 VkResult err = vkCreateBuffer(m_device->device(), &buffer_create_info, NULL, &buffer); in TEST_F() [all …]
|
D | layer_validation_tests.cpp | 469 err = vkCreateBuffer(test.device(), pCreateInfo, NULL, &buffer); in CreateBufferTest() 1156 vkCreateBuffer(aVulkanDevice->device(), &buffer_create_info, nullptr, &vulkanBuffer); in GetTestConditionValid() 1194 vkCreateBuffer(VulkanDevice, &buffer_create_info, nullptr, &VulkanBuffer); in VkBufferTest()
|
D | vktestbinding.cpp | 515 NON_DISPATCHABLE_HANDLE_INIT(vkCreateBuffer, dev, &info); in init_no_mem()
|
D | vklayertests_command.cpp | 4446 vkCreateBuffer(m_device->device(), &buffer_create_info, nullptr, &draw_buffer); in TEST_F() 4468 vkCreateBuffer(m_device->device(), &count_buffer_create_info, nullptr, &count_buffer_unbound); in TEST_F() 4574 vkCreateBuffer(m_device->device(), &count_buffer_create_info, nullptr, &draw_buffer_unbound); in TEST_F() 4583 vkCreateBuffer(m_device->device(), &count_buffer_create_info, nullptr, &count_buffer_unbound); in TEST_F() 4898 VkResult result = vkCreateBuffer(m_device->device(), &buffer_create_info, nullptr, &buffer); in TEST_F()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1166 PFN_vkCreateBuffer vkCreateBuffer; member 7475 m_VulkanFunctions.vkCreateBuffer = &vkCreateBuffer; in ImportVulkanFunctions() 7503 VMA_COPY_IF_NOT_NULL(vkCreateBuffer); in ImportVulkanFunctions() 7525 VMA_ASSERT(m_VulkanFunctions.vkCreateBuffer != VMA_NULL); in ImportVulkanFunctions() 8852 VkResult res = allocator->GetVulkanFunctions().vkCreateBuffer( in vmaFindMemoryTypeIndexForBufferInfo() 9203 VkResult res = (*allocator->GetVulkanFunctions().vkCreateBuffer)( in vmaCreateBuffer()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1166 PFN_vkCreateBuffer vkCreateBuffer; member 7475 m_VulkanFunctions.vkCreateBuffer = &vkCreateBuffer; in ImportVulkanFunctions() 7503 VMA_COPY_IF_NOT_NULL(vkCreateBuffer); in ImportVulkanFunctions() 7525 VMA_ASSERT(m_VulkanFunctions.vkCreateBuffer != VMA_NULL); in ImportVulkanFunctions() 8852 VkResult res = allocator->GetVulkanFunctions().vkCreateBuffer( in vmaFindMemoryTypeIndexForBufferInfo() 9203 VkResult res = (*allocator->GetVulkanFunctions().vkCreateBuffer)( in vmaCreateBuffer()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 143 if (vkCreateBuffer(screen->dev, &bci, NULL, &res->buffer) != in resource_create()
|
/external/angle/third_party/VulkanMemoryAllocator/src/ |
D | Tests.cpp | 1298 …VkResult res = vkCreateBuffer(g_hDevice, &allocation.m_BufferInfo, g_Allocs, &allocation.m_Buffer); in RecreateAllocationResource() 1942 … const VkResult result = vkCreateBuffer(g_hDevice, &allocInfo->m_BufferInfo, g_Allocs, &newBuffer); in ProcessDefragmentationStepInfo() 3653 res = vkCreateBuffer(g_hDevice, &sampleBufCreateInfo, g_Allocs, &dummyBuffer); in BenchmarkAlgorithmsCase() 3902 res = vkCreateBuffer(g_hDevice, &bufferInfo, g_Allocs, &dummyBuffer); in TestPool_SameSize() 4310 VkResult res = vkCreateBuffer(g_hDevice, &bufferInfo, g_Allocs, &dummyBuffer); in TestPool_Benchmark() 4724 VkResult res = vkCreateBuffer(g_hDevice, &bufCreateInfo, g_Allocs, &buf); in TestMemoryUsage() 4752 VkResult res = vkCreateBuffer(g_hDevice, &bufCreateInfo, g_Allocs, &buf); in TestMemoryUsage()
|
D | vk_mem_alloc.h | 1916 extern PFN_vkCreateBuffer vkCreateBuffer; 2155 PFN_vkCreateBuffer vkCreateBuffer; member 12997 pDefragCtx->res = (*m_hAllocator->GetVulkanFunctions().vkCreateBuffer)( in ApplyDefragmentationMovesGpu() 15388 m_VulkanFunctions.vkCreateBuffer = (PFN_vkCreateBuffer)vkCreateBuffer; in ImportVulkanFunctions_Static() 15428 VMA_COPY_IF_NOT_NULL(vkCreateBuffer); in ImportVulkanFunctions_Custom() 15474 VMA_FETCH_DEVICE_FUNC(vkCreateBuffer, PFN_vkCreateBuffer, "vkCreateBuffer"); in ImportVulkanFunctions_Dynamic() 15521 VMA_ASSERT(m_VulkanFunctions.vkCreateBuffer != VMA_NULL); in ValidateVulkanFunctions() 16910 VkResult res = (*GetVulkanFunctions().vkCreateBuffer)( in CalculateGpuDefragmentationMemoryTypeBits() 17468 VkResult res = allocator->GetVulkanFunctions().vkCreateBuffer( in vmaFindMemoryTypeIndexForBufferInfo() 18323 VkResult res = (*allocator->GetVulkanFunctions().vkCreateBuffer)( in vmaCreateBuffer()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1127 res = vkCreateBuffer(info.device, &buf_info, NULL, &info.uniform_data.buf); in init_uniform_buffer() 1330 res = vkCreateBuffer(info.device, &buf_info, NULL, &info.vertex_buffer.buf); in init_vertex_buffer()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 1748 PFN_vkCreateBuffer vkCreateBuffer; member 12134 pDefragCtx->res = (*m_hAllocator->GetVulkanFunctions().vkCreateBuffer)( in ApplyDefragmentationMovesGpu() 14157 m_VulkanFunctions.vkCreateBuffer = &vkCreateBuffer; in ImportVulkanFunctions() 14190 VMA_COPY_IF_NOT_NULL(vkCreateBuffer); in ImportVulkanFunctions() 14217 VMA_ASSERT(m_VulkanFunctions.vkCreateBuffer != VMA_NULL); in ImportVulkanFunctions() 15795 VkResult res = allocator->GetVulkanFunctions().vkCreateBuffer( in vmaFindMemoryTypeIndexForBufferInfo() 16546 VkResult res = (*allocator->GetVulkanFunctions().vkCreateBuffer)( in vmaCreateBuffer()
|