/third_party/flatbuffers/python/flatbuffers/ |
D | packer.py | 42 voffset = uint16 variable
|
/third_party/flatbuffers/php/ |
D | FlatbufferBuilder.php | 779 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/ |
D | r200_cmdbuf.c | 242 uint32_t voffset; in r200EmitAOS() local
|
/third_party/mesa3d/src/mesa/main/ |
D | varray.h | 36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
D | page-types.c | 348 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/ |
D | si_shader_llvm_gs.c | 274 LLVMValueRef voffset = in si_llvm_emit_vertex() local 446 LLVMValueRef voffset = in si_generate_gs_copy_shader() local
|
D | si_shader_llvm_vs.c | 185 LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, fetch_stride * i, 0); in load_input_vs() local
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 1120 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/ |
D | FlatBufferBuilder.java | 847 public void addStruct(int voffset, int x, int d) { in addStruct() 860 public void slot(int voffset) { in slot()
|
/third_party/flatbuffers/net/FlatBuffers/ |
D | FlatBufferBuilder.cs | 435 public void Slot(int voffset) in Slot() 717 public void AddStruct(int voffset, int x, int d) in AddStruct()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | h264dsp.c | 662 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/ |
D | vorbisdec.c | 1427 int voffset, partition_count, j_times_ptns_to_read; in vorbis_residue_decode_internal() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 4536 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/ |
D | radv_nir_to_llvm.c | 328 LLVMValueRef voffset = in visit_emit_vertex_with_counter() local
|
/third_party/flatbuffers/tests/ |
D | test.cpp | 1325 flatbuffers::voffset_t voffset, T val) { in CompareTableFieldValue()
|