Home
last modified time | relevance | path

Searched refs:xe_device_query_alloc_fetch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/common/xe/
H A Dintel_device_query.h10 void *xe_device_query_alloc_fetch(int fd, uint32_t query_id, uint32_t *len);
H A Dintel_device_query.c13 xe_device_query_alloc_fetch(int fd, uint32_t query_id, uint32_t *len) in xe_device_query_alloc_fetch() function
H A Dintel_engine.c75 xe_engines = xe_device_query_alloc_fetch(fd, DRM_XE_DEVICE_QUERY_ENGINES, NULL); in xe_engine_get_info()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/xe/
H A Danv_device.c83 config = xe_device_query_alloc_fetch(device->local_fd, DRM_XE_DEVICE_QUERY_CONFIG, NULL); in anv_xe_physical_device_get_parameters()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/xe/
H A Diris_batch.c71 config = xe_device_query_alloc_fetch(iris_bufmgr_get_fd(bufmgr), in iris_xe_init_batch()