Searched refs:mem_binding (Results 1 – 4 of 4) sorted by relevance
336 for (auto mem_binding : image_state->GetBoundMemory()) { in AddCommandBufferBindingImage() local337 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() local381 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() local424 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 …]
717 for (auto mem_binding : buffer_node->GetBoundMemory()) { in ValidateDrawState() local718 if (!GetDevMemState(mem_binding)) { in ValidateDrawState()721 … << " that references invalid memory " << mem_binding << "."; in ValidateDrawState()
1561 for (auto mem_binding : image_state->GetBoundMemory()) { in PreCallRecordDestroyImage() local1562 auto mem_info = GetDevMemState(mem_binding); in PreCallRecordDestroyImage()4599 for (auto mem_binding : buffer_state->GetBoundMemory()) { in PreCallRecordDestroyBuffer() local4600 auto mem_info = GetDevMemState(mem_binding); in PreCallRecordDestroyBuffer()
838 void SetMemBinding(VkDeviceMemory mem, BINDABLE* mem_binding, VkDeviceSize memory_offset,