Home
last modified time | relevance | path

Searched defs:max_compute_units (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp333 device::max_compute_units() const { in max_compute_units() function in device
/aosp_15_r20/external/ComputeLibrary/arm_compute/
H A DAclTypes.h140 …int32_t max_compute_units; /**< Max compute units that can be used by a queue creat… member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c577 uint32_t *max_compute_units = ret; in llvmpipe_get_compute_param() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c1320 uint32_t *max_compute_units = ret; in si_get_compute_param() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1005 uint32_t *max_compute_units = ret; in r600_get_compute_param() local
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceSycl.h60 unsigned long max_compute_units; member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs928 pub fn max_compute_units(&self) -> cl_uint { in max_compute_units() method