Home
last modified time | relevance | path

Searched refs:vkQueueBindSparse (Results 1 – 15 of 15) sorted by relevance

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h67 extern PFN_vkQueueBindSparse vkQueueBindSparse;
Dvulkan_wrapper.cpp64vkQueueBindSparse = reinterpret_cast<PFN_vkQueueBindSparse>(dlsym(libvulkan, "vkQueueBindSparse")); in InitVulkan()
252 PFN_vkQueueBindSparse vkQueueBindSparse; variable
/external/vulkan-validation-layers/loader/
Dgpa_helper.h94 return (PFN_vkVoidFunction)vkQueueBindSparse; in trampolineGetProcAddr()
Dtrampoline.c1136 vkQueueBindSparse(VkQueue queue, uint32_t bindInfoCount, function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl21 m_vk.queueBindSparse = (QueueBindSparseFunc) GET_PROC_ADDR("vkQueueBindSparse");
DvkNullDriverImpl.inl1458 VK_NULL_FUNC_ENTRY(vkQueueBindSparse, queueBindSparse),
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md105 …not make forward progress. | QUEUE_FORWARD_PROGRESS | vkQueueSubmit vkQueueBindSparse vkQueuePrese…
169 …vkCmdResolveImage vkFreeMemory vkBindBufferMemory vkBindImageMemory vkQueueBindSparse | VertexBuff…
274 …ty vkInvalidateMappedMemoryRanges vkMapMemory vkMergePipelineCaches vkQueueBindSparse vkResetComma…
316 …vkInvalidateMappedMemoryRanges vkBindBufferMemory vkBindImageMemory vkQueueBindSparse vkDestroySem…
317 …vkInvalidateMappedMemoryRanges vkBindBufferMemory vkBindImageMemory vkQueueBindSparse vkDestroySem…
Dvk_validation_error_database.txt1605vkQueueBindSparse~^~For more information refer to Vulkan Spec Section '28.7.6. Binding Resource Me…
1606vkQueueBindSparse~^~For more information refer to Vulkan Spec Section '28.7.6. Binding Resource Me…
1607vkQueueBindSparse~^~For more information refer to Vulkan Spec Section '28.7.6. Binding Resource Me…
1608vkQueueBindSparse~^~For more information refer to Vulkan Spec Section '28.7.6. Binding Resource Me…
1609vkQueueBindSparse~^~For more information refer to Vulkan Spec Section '28.7.6. Binding Resource Me…
1610vkQueueBindSparse~^~For more information refer to Vulkan Spec Section '28.7.6. Binding Resource Me…
1611vkQueueBindSparse~^~For more information refer to Vulkan Spec Section '28.7.6. Binding Resource Me…
1612 VALIDATION_ERROR_01653~^~U~^~Unknown~^~vkQueueBindSparse~^~For more information refer to Vulkan Spe…
1613 VALIDATION_ERROR_01654~^~U~^~Unknown~^~vkQueueBindSparse~^~For more information refer to Vulkan Spe…
1614 VALIDATION_ERROR_01655~^~U~^~Unknown~^~vkQueueBindSparse~^~For more information refer to Vulkan Spe…
[all …]
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp326 VKAPI_ATTR VkResult VKAPI_CALL vkQueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBin… in vkQueueBindSparse() function
1214 return (PFN_vkVoidFunction) vkQueueBindSparse; in layer_intercept_proc()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2569 VKAPI_ATTR VkResult VKAPI_CALL vkQueueBindSparse(
Dvulkan.hpp14901 …return static_cast<Result>( vkQueueBindSparse( m_queue, bindInfoCount, reinterpret_cast<const VkBi… in bindSparse()
14907 …Result result = static_cast<Result>( vkQueueBindSparse( m_queue, bindInfo.size() , reinterpret_cas… in bindSparse()
/external/mesa3d/include/vulkan/
Dvulkan.h2578 VKAPI_ATTR VkResult VKAPI_CALL vkQueueBindSparse(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2675 VKAPI_ATTR VkResult VKAPI_CALL vkQueueBindSparse(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2734 VKAPI_ATTR VkResult VKAPI_CALL vkQueueBindSparse(
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp16162 vkQueueBindSparse(m_device->m_queue, 1, &bindSparseInfo, fence); in TEST_F()