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.cpp336 for (auto mem_binding : image_state->GetBoundMemory()) { in AddCommandBufferBindingImage() local
337 DEVICE_MEMORY_STATE *pMemInfo = GetDevMemState(mem_binding); in AddCommandBufferBindingImage()
340 auto mem_inserted = cb_node->memObjs.insert(mem_binding); in AddCommandBufferBindingImage()
380 for (auto mem_binding : buffer_state->GetBoundMemory()) { in AddCommandBufferBindingBuffer() local
381 DEVICE_MEMORY_STATE *pMemInfo = GetDevMemState(mem_binding); in AddCommandBufferBindingBuffer()
384 auto inserted = cb_node->memObjs.insert(mem_binding); in AddCommandBufferBindingBuffer()
423 for (auto mem_binding : as_state->GetBoundMemory()) { in AddCommandBufferBindingAccelerationStructure() local
424 DEVICE_MEMORY_STATE *pMemInfo = GetDevMemState(mem_binding); in AddCommandBufferBindingAccelerationStructure()
427 auto mem_inserted = cb_node->memObjs.insert(mem_binding); in AddCommandBufferBindingAccelerationStructure()
465 BINDABLE *mem_binding = GetObjectMemBinding(typed_handle); in ClearMemoryObjectBindings() local
[all …]
Ddescriptor_sets.cpp717 for (auto mem_binding : buffer_node->GetBoundMemory()) { in ValidateDrawState() local
718 if (!GetDevMemState(mem_binding)) { in ValidateDrawState()
721 … << " that references invalid memory " << mem_binding << "."; in ValidateDrawState()
Dbuffer_validation.cpp1561 for (auto mem_binding : image_state->GetBoundMemory()) { in PreCallRecordDestroyImage() local
1562 auto mem_info = GetDevMemState(mem_binding); in PreCallRecordDestroyImage()
4599 for (auto mem_binding : buffer_state->GetBoundMemory()) { in PreCallRecordDestroyBuffer() local
4600 auto mem_info = GetDevMemState(mem_binding); in PreCallRecordDestroyBuffer()
Dcore_validation.h838 void SetMemBinding(VkDeviceMemory mem, BINDABLE* mem_binding, VkDeviceSize memory_offset,