Home
last modified time | relevance | path

Searched refs:pBufferBinds (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/
Dunique_objects.h288 if (pBindInfo[index0].pBufferBinds) { in explicit_QueueBindSparse()
290 if (pBindInfo[index0].pBufferBinds[index1].buffer) { in explicit_QueueBindSparse()
291 … VkBuffer *pBuffer = (VkBuffer *)&(pBindInfo[index0].pBufferBinds[index1].buffer); in explicit_QueueBindSparse()
292 original_buffer.push_back(pBindInfo[index0].pBufferBinds[index1].buffer); in explicit_QueueBindSparse()
293 …*(pBuffer) = (VkBuffer)((VkUniqueObject *)pBindInfo[index0].pBufferBinds[index1].buffer)->actualOb… in explicit_QueueBindSparse()
295 if (pBindInfo[index0].pBufferBinds[index1].pBinds) { in explicit_QueueBindSparse()
296 … for (uint32_t index2 = 0; index2 < pBindInfo[index0].pBufferBinds[index1].bindCount; ++index2) { in explicit_QueueBindSparse()
297 if (pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory) { in explicit_QueueBindSparse()
299 … (VkDeviceMemory *)&(pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
300 … original_memory1.push_back(pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory); in explicit_QueueBindSparse()
[all …]
Dobject_tracker.h765 …validate_buffer(queue, pBindInfo[i].pBufferBinds[j].buffer, VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT… in explicit_QueueBindSparse()
Dcore_validation.cpp10273 for (uint32_t k = 0; k < bindInfo->pBufferBinds[j].bindCount; k++) { in vkQueueBindSparse()
10274 … if (set_sparse_mem_binding(dev_data, queue, bindInfo->pBufferBinds[j].pBinds[k].memory, in vkQueueBindSparse()
10275 … (uint64_t)bindInfo->pBufferBinds[j].buffer, VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT, in vkQueueBindSparse()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl431 const VkSparseBufferMemoryBindInfo* pBufferBinds; member
DvkStrUtilImpl.inl1984 s << "\tpBufferBinds = " << value.pBufferBinds << '\n';
/external/skia/third_party/vulkan/
Dvulkan.h1516 const VkSparseBufferMemoryBindInfo* pBufferBinds; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1525 const VkSparseBufferMemoryBindInfo* pBufferBinds; member