Home
last modified time | relevance | path

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

/external/flatbuffers/js/
Dflatbuffers.js416 flatbuffers.Builder.prototype.addFieldInt8 = function(voffset, value, defaultValue) { argument
428 flatbuffers.Builder.prototype.addFieldInt16 = function(voffset, value, defaultValue) { argument
440 flatbuffers.Builder.prototype.addFieldInt32 = function(voffset, value, defaultValue) { argument
452 flatbuffers.Builder.prototype.addFieldInt64 = function(voffset, value, defaultValue) { argument
464 flatbuffers.Builder.prototype.addFieldFloat32 = function(voffset, value, defaultValue) { argument
476 flatbuffers.Builder.prototype.addFieldFloat64 = function(voffset, value, defaultValue) { argument
488 flatbuffers.Builder.prototype.addFieldOffset = function(voffset, value, defaultValue) { argument
502 flatbuffers.Builder.prototype.addFieldStruct = function(voffset, value, defaultValue) { argument
537 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/libvpx/libvpx/vp8/common/
Dreconinter.c180 int voffset = 20 + i * 2 + j; in vp8_build_inter4x4_predictors_mbuv() local
456 int voffset = 20 + i * 2 + j; in build_4x4uvmvs() local
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs427 public void Slot(int voffset) in Slot()
585 public void AddStruct(int voffset, int x, int d) in AddStruct()
/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java739 public void addStruct(int voffset, int x, int d) { in addStruct()
752 public void slot(int voffset) { in slot()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c841 LLVMValueRef voffset, in ac_build_buffer_store_dword()
949 LLVMValueRef voffset, in ac_build_buffer_load()
1014 LLVMValueRef voffset, in ac_build_buffer_load_format()
1034 LLVMValueRef voffset, in ac_build_buffer_load_format_gfx9_safe()
Dac_nir_to_llvm.c4256 …LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, (slot * 4 + j) * ctx->gs_max_out_vertices, false); in visit_emit_vertex() local
/external/libaom/libaom/av1/common/
Dthread_common.c731 const int voffset = RESTORATION_UNIT_OFFSET >> ss_y; in enqueue_lr_jobs() local
Dmvref_common.c561 const int voffset = AOMMAX(mi_size_high[BLOCK_8X8], xd->n4_h); in setup_ref_mv_list() local
Drestoration.c1265 const int voffset = RESTORATION_UNIT_OFFSET >> ss_y; in foreach_rest_unit_in_tile() local
/external/flatbuffers/tests/
Dtest.cpp953 flatbuffers::voffset_t voffset, T val) { in CompareTableFieldValue()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c609 LLVMValueRef voffset = LLVMConstInt(ctx->i32, fetch_stride * i, 0); in si_llvm_load_input_vs() local
4348 LLVMValueRef voffset = in si_llvm_emit_vertex() local
5678 LLVMValueRef voffset = in si_generate_gs_copy_shader() local
/external/mesa3d/src/mesa/main/
Dvarray.c1661 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ in _mesa_InterleavedArrays() local