Home
last modified time | relevance | path

Searched refs:avail_device_memory (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h1057 unsigned avail_device_memory; /**< free device memory at the moment */ member
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c892 info->avail_device_memory = virgl_info.avail_device_memory; in virgl_query_memory_info()
/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h41 uint32_t avail_device_memory; /**< free device memory at the moment */ member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c136 out->avail_device_memory = info.avail_device_memory; in st_query_memory_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c922 info->avail_device_memory = in si_query_memory_info()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c801 trace_dump_member(uint, state, avail_device_memory); in trace_dump_memory_info()
/third_party/mesa3d/src/mesa/main/
Dget.c1254 v->value_int = info.avail_device_memory; in find_custom_value()
1274 v->value_int_4[0] = info.avail_device_memory; in find_custom_value()
1275 v->value_int_4[1] = info.avail_device_memory; in find_custom_value()
Dmtypes.h5586 unsigned avail_device_memory; /**< free device memory at the moment */ member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1709 …info->avail_device_memory += (mem.memoryProperties.memoryHeaps[i].size - budget.heapUsage[i]) / 10… in zink_query_memory_info()
1723 info->avail_device_memory += info->total_device_memory; in zink_query_memory_info()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1151 info->avail_device_memory = in r600_query_memory_info()