Home
last modified time | relevance | path

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

/external/flatbuffers/js/
Dflatbuffers.js422 flatbuffers.Builder.prototype.addFieldInt8 = function(voffset, value, defaultValue) { argument
434 flatbuffers.Builder.prototype.addFieldInt16 = function(voffset, value, defaultValue) { argument
446 flatbuffers.Builder.prototype.addFieldInt32 = function(voffset, value, defaultValue) { argument
458 flatbuffers.Builder.prototype.addFieldInt64 = function(voffset, value, defaultValue) { argument
470 flatbuffers.Builder.prototype.addFieldFloat32 = function(voffset, value, defaultValue) { argument
482 flatbuffers.Builder.prototype.addFieldFloat64 = function(voffset, value, defaultValue) { argument
494 flatbuffers.Builder.prototype.addFieldOffset = function(voffset, value, defaultValue) { argument
508 flatbuffers.Builder.prototype.addFieldStruct = function(voffset, value, defaultValue) { argument
543 flatbuffers.Builder.prototype.slot = function(voffset) { argument
/external/flatbuffers/python/flatbuffers/
Dpacker.py42 voffset = uint16 variable
/external/flatbuffers/php/
DFlatbufferBuilder.php779 public function addStructX($voffset, $x, $d)
793 public function addStruct($voffset, $x, $d)
804 public function slot($voffset)
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_cmdbuf.c242 uint32_t voffset; in r200EmitAOS() local
/external/mesa3d/src/mesa/main/
Dvarray.h36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
/external/libvpx/libvpx/vp8/common/
Dreconinter.c180 int voffset = 20 + i * 2 + j; in vp8_build_inter4x4_predictors_mbuv() local
463 int voffset = 20 + i * 2 + j; in build_4x4uvmvs() local
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c1070 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_common()
1098 LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy) in ac_build_buffer_store_format()
1108 unsigned num_channels, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_dword()
1154 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_buffer_load_common()
1191 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_load()
1232 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_buffer_load_format()
1242 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_tbuffer_load()
1273 LLVMValueRef vindex, LLVMValueRef voffset, in ac_build_struct_tbuffer_load()
1283 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_raw_tbuffer_load()
1292 LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_tbuffer_load_short()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c288 LLVMValueRef voffset = in si_llvm_emit_vertex() local
460 LLVMValueRef voffset = in si_generate_gs_copy_shader() local
Dsi_shader_llvm_vs.c159 LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, fetch_stride * i, 0); in load_input_vs() local
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs431 public void Slot(int voffset) in Slot()
615 public void AddStruct(int voffset, int x, int d) in AddStruct()
/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java783 public void addStruct(int voffset, int x, int d) { in addStruct()
796 public void slot(int voffset) { in slot()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp366 uint32_t voffset = desc_extractor.GetU32(&offset); in SetUpRegion() local
/external/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.cc1549 ssize_t voffset = get_member_function_vtable_offset(fn); in write_voffset() local
Dabg-ir.cc21162 ssize_t voffset = get_member_function_vtable_offset(method); in fixup_virtual_member_function() local
21454 unsigned voffset = first_v_fn_entry->first; in equals() local
/external/libaom/libaom/av1/common/
Dthread_common.c738 const int voffset = RESTORATION_UNIT_OFFSET >> ss_y; in enqueue_lr_jobs() local
Dmvref_common.c542 const int voffset = AOMMAX(mi_size_high[BLOCK_8X8], xd->height); in setup_ref_mv_list() local
Drestoration.c1282 const int voffset = RESTORATION_UNIT_OFFSET >> ss_y; in foreach_rest_unit_in_tile() local
/external/flatbuffers/tests/
Dtest.cpp1264 flatbuffers::voffset_t voffset, T val) { in CompareTableFieldValue()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp3894 inline unsigned resolve_excess_vmem_const_offset(Builder &bld, Temp &voffset, unsigned const_offset) in resolve_excess_vmem_const_offset()
3913 void emit_single_mubuf_store(isel_context *ctx, Temp descriptor, Temp voffset, Temp soffset, Temp v… in emit_single_mubuf_store()
3935 void store_vmem_mubuf(isel_context *ctx, Temp src, Temp descriptor, Temp voffset, Temp soffset, in store_vmem_mubuf()
3956 void load_vmem_mubuf(isel_context *ctx, Temp dst, Temp descriptor, Temp voffset, Temp soffset, in load_vmem_mubuf()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c797 LLVMValueRef voffset = in visit_emit_vertex_with_counter() local