Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp72 (dev.address_bits() != 32 && dev.address_bits() != 64) || in get_highest_supported_version()
408 device::address_bits() const { in address_bits() function in device
Ddevice.hpp87 cl_uint address_bits() const;
Dkernel.cpp538 align(ctx.input, ctx.q->device().address_bits() / 8); in bind()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp372 if (dev.address_bits() == 32u) { in create_spirv_options()
415 if (!nir_can_find_libclc(dev.address_bits())) in check_for_libclc()
424 return nir_load_libclc_shader(dev.address_bits(), dev.clc_cache, in load_libclc_nir()
534 dev.address_bits()); in spirv_to_nir()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp663 return dev.address_bits() == 32; in check_memory_model()
665 return dev.address_bits() == 64; in check_memory_model()
795 dev.address_bits() == 32 ? 4u : 8u, r_log); in compile_program()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c564 uint32_t *address_bits = ret; in llvmpipe_get_compute_param() local
565 *address_bits = 64; in llvmpipe_get_compute_param()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c863 uint32_t *address_bits = ret; in si_get_compute_param() local
864 address_bits[0] = 64; in si_get_compute_param()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp178 buf.as_scalar<cl_uint>() = dev.address_bits(); in clGetDeviceInfo()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp517 const std::string target = dev.address_bits() == 32u ? in compile_to_spirv()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c973 uint32_t *address_bits = ret; in r600_get_compute_param() local
974 address_bits[0] = 32; in r600_get_compute_param()