Home
last modified time | relevance | path

Searched refs:address_bits (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp372 if (dev.address_bits() == 32u) {
415 if (!nir_can_find_libclc(dev.address_bits()))
424 return nir_load_libclc_shader(dev.address_bits(), dev.clc_cache,
534 dev.address_bits());
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A 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
H A Ddevice.hpp87 cl_uint address_bits() const;
H A Dkernel.cpp538 align(ctx.input, ctx.q->device().address_bits() / 8); in bind()
/third_party/backends/backend/
H A Dhp3500.c2174 unsigned char *address_bits;
2183 address_bits = cmdbuffer + 6;
2184 data_bits = address_bits + (addressingbits * 2);
2198 rt_nvram_set_addressing_bits (address_bits, location, addressingbits,
2245 unsigned char *address_bits; in rt_nvram_read() local
2253 address_bits = cmdbuffer + 6; in rt_nvram_read()
2272 rt_nvram_set_addressing_bits (address_bits, location, addressingbits, in rt_nvram_read()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A 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/frontends/clover/spirv/
H A 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/radeonsi/
H A 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/
H A Ddevice.cpp178 buf.as_scalar<cl_uint>() = dev.address_bits(); in clGetDeviceInfo()
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp517 const std::string target = dev.address_bits() == 32u ? in compile_to_spirv()

Completed in 16 milliseconds