Home
last modified time | relevance | path

Searched refs:this_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c1111 …LLVMValueRef this_offset = LLVMBuildExtractElement(gallivm->builder, store_offset, loop_state.coun… in lp_build_store_rgba_soa() local
1114 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int8_ptr_type, ""); in lp_build_store_rgba_soa()
1117 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int16_ptr_type, ""); in lp_build_store_rgba_soa()
1120 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int32_ptr_type, ""); in lp_build_store_rgba_soa()
1121 LLVMBuildStore(gallivm->builder, data, this_offset); in lp_build_store_rgba_soa()
Dlp_bld_nir_aos.c238 LLVMValueRef this_offset = lp_build_const_int32(gallivm, in emit_load_ubo() local
242 &this_offset, 1, ""); in emit_load_ubo()
Dlp_bld_nir_soa.c788 …LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, offset_bit_size == 64 ? lp_build_const_in… in emit_load_kernel_arg() local
790 LLVMValueRef scalar = lp_build_pointer_get(builder, kernel_args_ptr, this_offset); in emit_load_kernel_arg()
1121 …LLVMValueRef this_offset = lp_build_add(uint_bld, offset, lp_build_const_int_vec(gallivm, uint_bld… in emit_load_ubo() local
1123 this_offset, num_consts); in emit_load_ubo()
1124 … result[c] = build_gather(bld_base, bld_broad, consts_ptr, this_offset, overflow_mask, NULL); in emit_load_ubo()