/external/flatbuffers/js/ |
D | flatbuffers.js | 416 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/ |
D | packer.py | 42 voffset = uint16 variable
|
/external/flatbuffers/php/ |
D | FlatbufferBuilder.php | 779 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/ |
D | r200_cmdbuf.c | 242 uint32_t voffset; in r200EmitAOS() local
|
/external/mesa3d/src/mesa/main/ |
D | varray.h | 36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
|
/external/libvpx/libvpx/vp8/common/ |
D | reconinter.c | 180 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/ |
D | ac_llvm_build.c | 1070 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/ |
D | si_shader_llvm_gs.c | 288 LLVMValueRef voffset = in si_llvm_emit_vertex() local 460 LLVMValueRef voffset = in si_generate_gs_copy_shader() local
|
D | si_shader_llvm_vs.c | 159 LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, fetch_stride * i, 0); in load_input_vs() local
|
/external/flatbuffers/net/FlatBuffers/ |
D | FlatBufferBuilder.cs | 427 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/ |
D | FlatBufferBuilder.java | 739 public void addStruct(int voffset, int x, int d) { in addStruct() 752 public void slot(int voffset) { in slot()
|
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 738 const int voffset = RESTORATION_UNIT_OFFSET >> ss_y; in enqueue_lr_jobs() local
|
D | mvref_common.c | 542 const int voffset = AOMMAX(mi_size_high[BLOCK_8X8], xd->height); in setup_ref_mv_list() local
|
D | restoration.c | 1282 const int voffset = RESTORATION_UNIT_OFFSET >> ss_y; in foreach_rest_unit_in_tile() local
|
/external/flatbuffers/tests/ |
D | test.cpp | 964 flatbuffers::voffset_t voffset, T val) { in CompareTableFieldValue()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 3894 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/ |
D | radv_nir_to_llvm.c | 797 LLVMValueRef voffset = in visit_emit_vertex_with_counter() local
|