Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c1107 …LLVMValueRef this_offset = LLVMBuildExtractElement(gallivm->builder, store_offset, loop_state.coun… in lp_build_store_rgba_soa() local
1110 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int8_ptr_type, ""); in lp_build_store_rgba_soa()
1113 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int16_ptr_type, ""); in lp_build_store_rgba_soa()
1116 this_offset = LLVMBuildBitCast(gallivm->builder, this_offset, int32_ptr_type, ""); in lp_build_store_rgba_soa()
1117 LLVMBuildStore(gallivm->builder, data, this_offset); in lp_build_store_rgba_soa()
Dlp_bld_nir_soa.c747 …LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, offset_bit_size == 64 ? lp_build_const_in… in emit_load_kernel_arg() local
749 LLVMValueRef scalar = lp_build_pointer_get(builder, kernel_args_ptr, this_offset); in emit_load_kernel_arg()
1005 … LLVMValueRef this_offset = LLVMBuildAdd(builder, offset, lp_build_const_int32(gallivm, c), ""); in emit_load_ubo() local
1007 LLVMValueRef scalar = lp_build_pointer_get(builder, consts_ptr, this_offset); in emit_load_ubo()
1023 …LLVMValueRef this_offset = lp_build_add(uint_bld, offset, lp_build_const_int_vec(gallivm, uint_bld… in emit_load_ubo() local
1025 this_offset, num_consts); in emit_load_ubo()
1026 … result[c] = build_gather(bld_base, bld_broad, consts_ptr, this_offset, overflow_mask, NULL); in emit_load_ubo()
/third_party/boost/libs/exception/src/
Dclone_current_exception_non_intrusive.cpp107 int this_offset; member
/third_party/boost/boost/interprocess/detail/
Dintersegment_ptr.hpp310 std::size_t this_offset; in set_from_pointer() local
315 get_segment_info_and_offset(this, this_info, this_offset, this_base); in set_from_pointer()
/third_party/glib/glib/pcre/
Dpcre_compile.c5258 int this_offset = this_hwm - cd->start_workspace; in compile_branch() local
5262 this_hwm = (pcre_uchar *)cd->start_workspace + this_offset; in compile_branch()
5340 int this_offset = this_hwm - cd->start_workspace; in compile_branch() local
5344 this_hwm = (pcre_uchar *)cd->start_workspace + this_offset; in compile_branch()