Home
last modified time | relevance | path

Searched refs:voffset (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c348 static void show_page_range(unsigned long voffset, in show_page_range() argument
357 (!opt_pid || voffset == voff + count)) { in show_page_range()
371 voff = voffset; in show_page_range()
375 static void show_page(unsigned long voffset, in show_page() argument
379 printf("%lx\t", voffset); in show_page()
545 static void add_page(unsigned long voffset, in add_page() argument
559 show_page_range(voffset, offset, flags); in add_page()
561 show_page(voffset, offset, flags); in add_page()
568 static void walk_pfn(unsigned long voffset, in walk_pfn() argument
584 add_page(voffset in walk_pfn()
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h258 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset,
262 LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy);
265 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset,
270 LLVMValueRef vindex, LLVMValueRef voffset,
275 LLVMValueRef voffset, LLVMValueRef soffset,
279 LLVMValueRef voffset, LLVMValueRef soffset,
283 LLVMValueRef vindex, LLVMValueRef voffset,
291 LLVMValueRef vindex, LLVMValueRef voffset,
296 LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset,
300 LLVMValueRef voffset, LLVMValueRe
[all...]
H A Dac_llvm_build.c1204 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_common()
1213 args[idx++] = voffset ? voffset : ctx->i32_0; in ac_build_buffer_store_common()
1232 LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy) in ac_build_buffer_store_format()
1234 ac_build_buffer_store_common(ctx, rsrc, data, vindex, voffset, NULL, cache_policy, true); in ac_build_buffer_store_format()
1239 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_dword()
1253 voffset2 = LLVMBuildAdd(ctx->builder, voffset ? voffset : ctx->i32_0, in ac_build_buffer_store_dword()
1256 ac_build_buffer_store_dword(ctx, rsrc, v01, vindex, voffset, soffset, cache_policy); in ac_build_buffer_store_dword()
1261 ac_build_buffer_store_common(ctx, rsrc, ac_to_float(ctx, vdata), vindex, voffset, soffse in ac_build_buffer_store_dword()
1202 ac_build_buffer_store_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy, bool use_format) ac_build_buffer_store_common() argument
1231 ac_build_buffer_store_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy) ac_build_buffer_store_format() argument
1238 ac_build_buffer_store_dword(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_store_dword() argument
1265 ac_build_buffer_load_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, LLVMTypeRef channel_type, unsigned cache_policy, bool can_speculate, bool use_format, bool structurized) ac_build_buffer_load_common() argument
1302 ac_build_buffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, int num_channels, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, LLVMTypeRef channel_type, unsigned cache_policy, bool can_speculate, bool allow_smem) ac_build_buffer_load() argument
1341 ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, unsigned num_channels, unsigned cache_policy, bool can_speculate, bool d16, bool tfe) ac_build_buffer_load_format() argument
1387 ac_build_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, unsigned dfmt, unsigned nfmt, unsigned cache_policy, bool can_speculate, bool structurized) ac_build_tbuffer_load() argument
1415 ac_build_struct_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, unsigned dfmt, unsigned nfmt, unsigned cache_policy, bool can_speculate) ac_build_struct_tbuffer_load() argument
1425 ac_build_buffer_load_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_load_short() argument
1433 ac_build_buffer_load_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_load_byte() argument
1524 ac_build_opencoded_load_format(struct ac_llvm_context *ctx, unsigned log_size, unsigned num_channels, unsigned format, bool reverse, bool known_aligned, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy, bool can_speculate) ac_build_opencoded_load_format() argument
1732 ac_build_buffer_store_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_store_short() argument
1741 ac_build_buffer_store_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_store_byte() argument
[all...]
H A Dac_nir_to_llvm.c2062 params[arg_count++] = get_src(ctx, instr->src[1]); /* voffset */ in visit_atomic_ssbo()
2110 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, offset, immoffset, ""); in visit_load_buffer() local
2115 ret = ac_build_buffer_load_byte(&ctx->ac, rsrc, voffset, ctx->ac.i32_0, in visit_load_buffer()
2118 ret = ac_build_buffer_load_short(&ctx->ac, rsrc, voffset, ctx->ac.i32_0, in visit_load_buffer()
2124 ret = ac_build_buffer_load(&ctx->ac, rsrc, num_channels, vindex, voffset, ctx->ac.i32_0, in visit_load_buffer()
2859 params[param_count++] = ctx->ac.i32_0; /* voffset */ in visit_image_atomic()
4218 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, addr_voffset, in visit_intrinsic() local
4220 result = ac_build_buffer_load(&ctx->ac, descriptor, num_components, NULL, voffset, in visit_intrinsic()
4245 LLVMValueRef voffset = LLVMBuildAdd( in visit_intrinsic() local
4250 ac_build_buffer_store_dword(&ctx->ac, descriptor, data, NULL, voffset, addr_soffse in visit_intrinsic()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c214 LLVMValueRef voffset = in si_llvm_emit_vertex() local
218 voffset = LLVMBuildAdd(ctx->ac.builder, voffset, gs_next_vertex, ""); in si_llvm_emit_vertex()
219 voffset = LLVMBuildMul(ctx->ac.builder, voffset, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in si_llvm_emit_vertex()
224 voffset, soffset, ac_glc | ac_slc | ac_swizzled); in si_llvm_emit_vertex()
441 LLVMValueRef voffset = in si_generate_gs_copy_shader() local
493 ac_build_buffer_load(&ctx.ac, ctx.gsvs_ring[0], 1, ctx.ac.i32_0, voffset, soffset, in si_generate_gs_copy_shader()
H A Dsi_shader_llvm_vs.c185 LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, fetch_stride * i, 0); in load_input_vs() local
186 fetches[i] = ac_build_buffer_load_format(&ctx->ac, vb_desc, vertex_index, voffset, in load_input_vs()
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c662 vec_s16 vtemp, vweight, voffset, v0, v1; in weight_h264_W_altivec() local
679 voffset = vec_splat(vtemp, 5); in weight_h264_W_altivec()
690 v0 = vec_adds(v0, voffset); in weight_h264_W_altivec()
695 v1 = vec_adds(v1, voffset); in weight_h264_W_altivec()
711 vec_s16 vtemp, vweights, vweightd, voffset, v0, v1, v2, v3; in biweight_h264_W_altivec() local
729 voffset = vec_splat(vtemp, 7); in biweight_h264_W_altivec()
753 v0 = vec_adds(v0, voffset); in biweight_h264_W_altivec()
761 v1 = vec_adds(v1, voffset); in biweight_h264_W_altivec()
/third_party/ffmpeg/libavcodec/
H A Dvorbisdec.c1434 int voffset, partition_count, j_times_ptns_to_read; in vorbis_residue_decode_internal() local
1436 voffset = vr->begin; in vorbis_residue_decode_internal()
1459 voffs = voffset+j*vlen; in vorbis_residue_decode_internal()
1469 voffs = voffset + j * vlen; in vorbis_residue_decode_internal()
1482 } else if (vr_type == 2 && ch == 2 && (voffset & 1) == 0 && (dim & 1) == 0) { // most frequent case optimized in vorbis_residue_decode_internal()
1483 voffs = voffset >> 1; in vorbis_residue_decode_internal()
1516 pass, voffset / ch + (voffs % ch) * vlen, in vorbis_residue_decode_internal()
1517 vec[voffset / ch + (voffs % ch) * vlen], in vorbis_residue_decode_internal()
1523 unsigned voffs_div = ch == 1 ? voffset : FASTDIV(voffset, c in vorbis_residue_decode_internal()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c255 LLVMValueRef voffset = in visit_emit_vertex_with_counter() local
260 voffset = LLVMBuildAdd(ctx->ac.builder, voffset, vertexidx, ""); in visit_emit_vertex_with_counter()
261 voffset = LLVMBuildMul(ctx->ac.builder, voffset, LLVMConstInt(ctx->ac.i32, 4, false), ""); in visit_emit_vertex_with_counter()
266 ac_build_buffer_store_dword(&ctx->ac, ctx->gsvs_ring[stream], out_val, NULL, voffset, in visit_emit_vertex_with_counter()
787 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, so_write_offsets[buf], in radv_emit_stream_output() local
789 ac_build_buffer_store_dword(&ctx->ac, so_buffers[buf], vdata, NULL, voffset, ctx->ac.i32_0, in radv_emit_stream_output()
/third_party/mesa3d/src/mesa/main/
H A Dvarray.h36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
H A Dvarray.c2598 layout->voffset = c; in _mesa_get_interleaved_layout()
2605 layout->voffset = c; in _mesa_get_interleaved_layout()
2612 layout->voffset = 3 * f; in _mesa_get_interleaved_layout()
2618 layout->voffset = 3 * f; in _mesa_get_interleaved_layout()
2626 layout->voffset = 7 * f; in _mesa_get_interleaved_layout()
2632 layout->voffset = 2 * f; in _mesa_get_interleaved_layout()
2638 layout->voffset = 4 * f; in _mesa_get_interleaved_layout()
2646 layout->voffset = c + 2 * f; in _mesa_get_interleaved_layout()
2654 layout->voffset = 5 * f; in _mesa_get_interleaved_layout()
2661 layout->voffset in _mesa_get_interleaved_layout()
[all...]
H A Dglthread_varray.c707 stride, (GLubyte *) pointer + layout.voffset); in _mesa_glthread_InterleavedArrays()
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc198 ssize_t voffset = get_member_function_vtable_offset(mem_fn); in represent() local
202 if (voffset > -1) in represent()
204 out << ", virtual at voffset "; in represent()
H A Dabg-hash.cc416 size_t voffset = get_member_function_vtable_offset(t); in operator ()() local
423 v = hashing::combine_hashes(v, hash_size_t(voffset)); in operator ()()
H A Dabg-writer.cc1548 /// Write the voffset of a member function if it's non-zero
1561 ssize_t voffset = get_member_function_vtable_offset(fn); in write_voffset() local
1562 o << " vtable-offset='" << voffset << "'"; in write_voffset() local
H A Dabg-ir.cc23308 ssize_t voffset = get_member_function_vtable_offset(method); in fixup_virtual_member_function() local
23309 if (voffset == -1) in fixup_virtual_member_function()
23313 klass->priv_->virtual_mem_fns_map_.find(voffset); in fixup_virtual_member_function()
23318 klass->priv_->virtual_mem_fns_map_[voffset] = virtual_mem_fns_at_voffset; in fixup_virtual_member_function()
23637 unsigned voffset = first_v_fn_entry->first; in equals() local
23642 second_v_fn_entry = r.get_virtual_mem_fns_map().find(voffset); in equals()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp5050 resolve_excess_vmem_const_offset(Builder& bld, Temp& voffset, unsigned const_offset)
5056 if (!voffset.id())
5057 voffset = bld.copy(bld.def(v1), Operand::c32(excess_const_offset));
5058 else if (unlikely(voffset.regClass() == s1))
5059 voffset = bld.sop2(aco_opcode::s_add_u32, bld.def(s1), bld.def(s1, scc),
5060 Operand::c32(excess_const_offset), Operand(voffset));
5061 else if (likely(voffset.regClass() == v1))
5062 voffset = bld.vadd32(bld.def(v1), Operand(voffset), Operand::c32(excess_const_offset));
5064 unreachable("Unsupported register class of voffset");
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex9697 % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip;
9704 \voffset = #3\relax
9744 {\voffset}{.25in}%
9800 {\voffset}{\hoffset}%
9818 {\voffset}{\hoffset}%
9834 {\voffset}{4.6mm}%
9846 {\voffset}{-2.95mm}%
9865 \advance\dimen0 by \voffset
9871 {\voffset}{\normaloffset}%

Completed in 88 milliseconds