Home
last modified time | relevance | path

Searched defs:voffset (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c214 LLVMValueRef voffset = in si_llvm_emit_vertex() local
441 LLVMValueRef voffset = in si_generate_gs_copy_shader() local
Dsi_shader_llvm_vs.c185 LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, fetch_stride * i, 0); in load_input_vs() local
/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c348 static void show_page_range(unsigned long voffset, in show_page_range()
375 static void show_page(unsigned long voffset, in show_page()
545 static void add_page(unsigned long voffset, in add_page()
568 static void walk_pfn(unsigned long voffset, in walk_pfn()
/third_party/mesa3d/src/mesa/main/
Dvarray.h36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c1204 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_common()
1232 LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy) in ac_build_buffer_store_format()
1239 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_dword()
1266 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_buffer_load_common()
1303 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_load()
1342 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_buffer_load_format()
1388 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_tbuffer_load()
1416 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_struct_tbuffer_load()
1426 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_load_short()
1434 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_load_byte()
[all …]
Dac_nir_to_llvm.c2110 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, offset, immoffset, ""); in visit_load_buffer() local
4218 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, addr_voffset, in visit_intrinsic() local
4245 LLVMValueRef voffset = LLVMBuildAdd( in visit_intrinsic() local
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c662 vec_s16 vtemp, vweight, voffset, v0, v1; in weight_h264_W_altivec() local
711 vec_s16 vtemp, vweights, vweightd, voffset, v0, v1, v2, v3; in biweight_h264_W_altivec() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c255 LLVMValueRef voffset = in visit_emit_vertex_with_counter() local
787 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, so_write_offsets[buf], in radv_emit_stream_output() local
/third_party/libabigail/src/
Dabg-reporter-priv.cc198 ssize_t voffset = get_member_function_vtable_offset(mem_fn); in represent() local
Dabg-hash.cc416 size_t voffset = get_member_function_vtable_offset(t); in operator ()() local
Dabg-writer.cc1561 ssize_t voffset = get_member_function_vtable_offset(fn); in write_voffset() local
Dabg-ir.cc23308 ssize_t voffset = get_member_function_vtable_offset(method); in fixup_virtual_member_function() local
23637 unsigned voffset = first_v_fn_entry->first; in equals() local
/third_party/ffmpeg/libavcodec/
Dvorbisdec.c1427 int voffset, partition_count, j_times_ptns_to_read; in vorbis_residue_decode_internal() local
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5050 resolve_excess_vmem_const_offset(Builder& bld, Temp& voffset, unsigned const_offset) in resolve_excess_vmem_const_offset()
5071 emit_single_mubuf_store(isel_context* ctx, Temp descriptor, Temp voffset, Temp soffset, Temp vdata, in emit_single_mubuf_store()
5096 store_vmem_mubuf(isel_context* ctx, Temp src, Temp descriptor, Temp voffset, Temp soffset, in store_vmem_mubuf()
5120 load_vmem_mubuf(isel_context* ctx, Temp dst, Temp descriptor, Temp voffset, Temp soffset, in load_vmem_mubuf()