Searched refs:max_mem_alloc_size (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Ddevice.hpp65 cl_ulong max_mem_alloc_size() const;
H A Ddevice.cpp167 device::max_mem_alloc_size() const { function in class:device
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Ddevice.hpp72 cl_ulong max_mem_alloc_size() const;
H A Ddevice.cpp73 dev.max_mem_alloc_size() < std::max(dev.max_mem_global() / 4,
120 if (dev.max_mem_alloc_size() < std::max(std::min((cl_ulong)1024 * 1024 * 1024,
295 device::max_mem_alloc_size() const { function in class:device
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_get.c798 uint64_t max_mem_alloc_size; local in function:si_get_compute_param
802 &max_mem_alloc_size);
810 *max_global_size = MIN2(4 * max_mem_alloc_size,
834 uint64_t *max_mem_alloc_size = ret; local in function:si_get_compute_param
836 *max_mem_alloc_size = sscreen->info.max_alloc_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_get.c809 uint64_t max_mem_alloc_size; local in function:si_get_compute_param
812 &max_mem_alloc_size);
821 MIN2(4 * max_mem_alloc_size, MAX2(sscreen->info.gart_size, sscreen->info.vram_size));
843 uint64_t *max_mem_alloc_size = ret; local in function:si_get_compute_param
845 *max_mem_alloc_size = sscreen->info.max_alloc_size;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1056 uint64_t max_mem_alloc_size; local in function:r600_get_compute_param
1060 &max_mem_alloc_size);
1068 *max_global_size = MIN2(4 * max_mem_alloc_size,
1092 uint64_t *max_mem_alloc_size = ret; local in function:r600_get_compute_param
1094 *max_mem_alloc_size = rscreen->info.max_alloc_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.c975 uint64_t max_mem_alloc_size; local in function:r600_get_compute_param
979 &max_mem_alloc_size);
987 *max_global_size = MIN2(4 * max_mem_alloc_size,
1011 uint64_t *max_mem_alloc_size = ret; local in function:r600_get_compute_param
1013 *max_mem_alloc_size = rscreen->info.max_alloc_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c511 uint64_t *max_mem_alloc_size = ret; local in function:llvmpipe_get_compute_param
512 *max_mem_alloc_size = (1ULL << 31);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dmemory.cpp119 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices())
526 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices())))
H A Ddevice.cpp190 buf.as_scalar<cl_ulong>() = dev.max_mem_alloc_size();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp173 buf.as_scalar<cl_ulong>() = dev.max_mem_alloc_size();
H A Dmemory.cpp89 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices())

Completed in 19 milliseconds