Searched refs:offset_bit_size (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 87 unsigned offset_bit_size, 93 unsigned offset_bit_size,
|
H A D | lp_bld_nir_soa.c | 762 unsigned offset_bit_size, in emit_load_kernel_arg() 773 struct lp_build_context *bld_offset = get_int_bld(bld_base, true, offset_bit_size); in emit_load_kernel_arg() 788 LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, offset_bit_size == 64 ? lp_build_const_int64(gallivm, c) : lp_build_const_int32(gallivm, c), ""); in emit_load_kernel_arg() 759 emit_load_kernel_arg(struct lp_build_nir_context *bld_base, unsigned nc, unsigned bit_size, unsigned offset_bit_size, bool offset_is_uniform, LLVMValueRef offset, LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) emit_load_kernel_arg() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 1869 unsigned offset_bit_size = addr_get_offset_bit_size(base_addr, addr_format); in nir_explicit_io_address_from_deref() local 1881 offset = nir_u2u(b, nir_amul_imm(b, index, stride), offset_bit_size); in nir_explicit_io_address_from_deref() 1883 index = nir_i2i(b, index, offset_bit_size); in nir_explicit_io_address_from_deref()
|
Completed in 10 milliseconds