Home
last modified time | relevance | path

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

/third_party/flatbuffers/python/flatbuffers/
Dpacker.py42 voffset = uint16 variable
/third_party/flatbuffers/php/
DFlatbufferBuilder.php779 public function addStructX($voffset, $x, $d)
793 public function addStruct($voffset, $x, $d)
804 public function slot($voffset)
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_cmdbuf.c242 uint32_t voffset; in r200EmitAOS() local
/third_party/mesa3d/src/mesa/main/
Dvarray.h36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
/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/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c274 LLVMValueRef voffset = in si_llvm_emit_vertex() local
446 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/mesa3d/src/amd/llvm/
Dac_llvm_build.c1120 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_common()
1148 LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy) in ac_build_buffer_store_format()
1158 unsigned num_channels, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_dword()
1203 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_buffer_load_common()
1240 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_load()
1281 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_buffer_load_format()
1325 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_tbuffer_load()
1356 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_struct_tbuffer_load()
1366 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_tbuffer_load_short()
1376 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_tbuffer_load_byte()
[all …]
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java847 public void addStruct(int voffset, int x, int d) { in addStruct()
860 public void slot(int voffset) { in slot()
/third_party/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs435 public void Slot(int voffset) in Slot()
717 public void AddStruct(int voffset, int x, int d) in AddStruct()
/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/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.cpp4536 resolve_excess_vmem_const_offset(Builder& bld, Temp& voffset, unsigned const_offset) in resolve_excess_vmem_const_offset()
4557 emit_single_mubuf_store(isel_context* ctx, Temp descriptor, Temp voffset, Temp soffset, Temp vdata, in emit_single_mubuf_store()
4581 store_vmem_mubuf(isel_context* ctx, Temp src, Temp descriptor, Temp voffset, Temp soffset, in store_vmem_mubuf()
4605 load_vmem_mubuf(isel_context* ctx, Temp dst, Temp descriptor, Temp voffset, Temp soffset, in load_vmem_mubuf()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c328 LLVMValueRef voffset = in visit_emit_vertex_with_counter() local
/third_party/flatbuffers/tests/
Dtest.cpp1325 flatbuffers::voffset_t voffset, T val) { in CompareTableFieldValue()