Home
last modified time | relevance | path

Searched refs:mem_binding (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp327 for (auto mem_binding : image_state->GetBoundMemory()) { in AddCommandBufferBindingImage() local
328 DEVICE_MEM_INFO *pMemInfo = GetMemObjInfo(mem_binding); in AddCommandBufferBindingImage()
332 cb_node->memObjs.insert(mem_binding); in AddCommandBufferBindingImage()
357 for (auto mem_binding : buffer_state->GetBoundMemory()) { in AddCommandBufferBindingBuffer() local
358 DEVICE_MEM_INFO *pMemInfo = GetMemObjInfo(mem_binding); in AddCommandBufferBindingBuffer()
362 cb_node->memObjs.insert(mem_binding); in AddCommandBufferBindingBuffer()
411 BINDABLE *mem_binding = GetObjectMemBinding(handle, type); in ClearMemoryObjectBindings() local
412 if (mem_binding) { in ClearMemoryObjectBindings()
413 if (!mem_binding->sparse) { in ClearMemoryObjectBindings()
414 ClearMemoryObjectBinding(handle, type, mem_binding->binding.mem); in ClearMemoryObjectBindings()
[all …]
Ddescriptor_sets.cpp751 for (auto mem_binding : buffer_node->GetBoundMemory()) { in ValidateDrawState() local
752 if (!device_data_->GetMemObjInfo(mem_binding)) { in ValidateDrawState()
755 … << " uses buffer " << buffer << " that references invalid memory " << mem_binding << "."; in ValidateDrawState()
Dbuffer_validation.cpp1524 for (auto mem_binding : image_state->GetBoundMemory()) { in PreCallRecordDestroyImage() local
1525 auto mem_info = GetMemObjInfo(mem_binding); in PreCallRecordDestroyImage()
4523 for (auto mem_binding : buffer_state->GetBoundMemory()) { in PreCallRecordDestroyBuffer() local
4524 auto mem_info = GetMemObjInfo(mem_binding); in PreCallRecordDestroyBuffer()
Dcore_validation.h280 …void SetMemBinding(layer_data* dev_data, VkDeviceMemory mem, BINDABLE* mem_binding, VkDeviceSize m…