/external/flatbuffers/js/ |
D | flatbuffers.js | 416 flatbuffers.Builder.prototype.addFieldInt8 = function(voffset, value, defaultValue) { argument 419 this.slot(voffset); 428 flatbuffers.Builder.prototype.addFieldInt16 = function(voffset, value, defaultValue) { argument 431 this.slot(voffset); 440 flatbuffers.Builder.prototype.addFieldInt32 = function(voffset, value, defaultValue) { argument 443 this.slot(voffset); 452 flatbuffers.Builder.prototype.addFieldInt64 = function(voffset, value, defaultValue) { argument 455 this.slot(voffset); 464 flatbuffers.Builder.prototype.addFieldFloat32 = function(voffset, value, defaultValue) { argument 467 this.slot(voffset); [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_cmdbuf.c | 242 uint32_t voffset; in r200EmitAOS() local 261 voffset = rmesa->radeon.tcl.aos[i + 0].offset + in r200EmitAOS() 263 OUT_BATCH(voffset); in r200EmitAOS() 264 voffset = rmesa->radeon.tcl.aos[i + 1].offset + in r200EmitAOS() 266 OUT_BATCH(voffset); in r200EmitAOS() 272 voffset = rmesa->radeon.tcl.aos[nr - 1].offset + in r200EmitAOS() 274 OUT_BATCH(voffset); in r200EmitAOS() 277 voffset = rmesa->radeon.tcl.aos[i + 0].offset + in r200EmitAOS() 283 voffset = rmesa->radeon.tcl.aos[i + 1].offset + in r200EmitAOS() 291 voffset = rmesa->radeon.tcl.aos[nr - 1].offset + in r200EmitAOS()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_ioctl.c | 312 uint32_t voffset; in radeonEmitAOS() 331 voffset = rmesa->radeon.tcl.aos[i + 0].offset + in radeonEmitAOS() 333 OUT_BATCH(voffset); in radeonEmitAOS() 334 voffset = rmesa->radeon.tcl.aos[i + 1].offset + in radeonEmitAOS() 336 OUT_BATCH(voffset); in radeonEmitAOS() 342 voffset = rmesa->radeon.tcl.aos[nr - 1].offset + in radeonEmitAOS() 344 OUT_BATCH(voffset); in radeonEmitAOS() 347 voffset = rmesa->radeon.tcl.aos[i + 0].offset + in radeonEmitAOS() 353 voffset = rmesa->radeon.tcl.aos[i + 1].offset + in radeonEmitAOS() 361 voffset = rmesa->radeon.tcl.aos[nr - 1].offset + in radeonEmitAOS()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.buffer.atomic.ll | 21 define amdgpu_ps float @test1(<4 x i32> inreg %rsrc, i32 %data, i32 %vindex, i32 %voffset) { 25 …%o3 = call i32 @llvm.amdgcn.buffer.atomic.swap(i32 %o2, <4 x i32> %rsrc, i32 0, i32 %voffset, i1 0) 26 …call i32 @llvm.amdgcn.buffer.atomic.swap(i32 %o3, <4 x i32> %rsrc, i32 %vindex, i32 %voffset, i1 0) 27 %ofs.5 = add i32 %voffset, 42 88 define amdgpu_ps float @test3(<4 x i32> inreg %rsrc, i32 %data, i32 %cmp, i32 %vindex, i32 %voffset… 92 …2 @llvm.amdgcn.buffer.atomic.cmpswap(i32 %o2, i32 %cmp, <4 x i32> %rsrc, i32 0, i32 %voffset, i1 0) 93 …m.amdgcn.buffer.atomic.cmpswap(i32 %o3, i32 %cmp, <4 x i32> %rsrc, i32 %vindex, i32 %voffset, i1 0) 94 %ofs.5 = add i32 %voffset, 44
|
D | llvm.amdgcn.tbuffer.store.ll | 50 define amdgpu_ps void @buffer_store_ofs(<4 x i32> inreg, <4 x float> %vdata, i32 %voffset) { 53 …call void @llvm.amdgcn.tbuffer.store.v4i32(<4 x i32> %in1, <4 x i32> %0, i32 0, i32 %voffset, i32 … 59 …amdgpu_ps void @buffer_store_both(<4 x i32> inreg, <4 x float> %vdata, i32 %vindex, i32 %voffset) { 62 …dgcn.tbuffer.store.v4i32(<4 x i32> %in1, <4 x i32> %0, i32 %vindex, i32 %voffset, i32 0, i32 0, i3…
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.buffer.atomic.ll | 20 define amdgpu_ps float @test1(<4 x i32> inreg %rsrc, i32 %data, i32 %vindex, i32 %voffset) { 24 …%o3 = call i32 @llvm.amdgcn.buffer.atomic.swap(i32 %o2, <4 x i32> %rsrc, i32 0, i32 %voffset, i1 0) 25 …call i32 @llvm.amdgcn.buffer.atomic.swap(i32 %o3, <4 x i32> %rsrc, i32 %vindex, i32 %voffset, i1 0) 26 %ofs.5 = add i32 %voffset, 42 85 define amdgpu_ps float @test3(<4 x i32> inreg %rsrc, i32 %data, i32 %cmp, i32 %vindex, i32 %voffset… 89 …2 @llvm.amdgcn.buffer.atomic.cmpswap(i32 %o2, i32 %cmp, <4 x i32> %rsrc, i32 0, i32 %voffset, i1 0) 90 …m.amdgcn.buffer.atomic.cmpswap(i32 %o3, i32 %cmp, <4 x i32> %rsrc, i32 %vindex, i32 %voffset, i1 0) 91 %ofs.5 = add i32 %voffset, 42
|
/external/flatbuffers/net/FlatBuffers/ |
D | FlatBufferBuilder.cs | 427 public void Slot(int voffset) in Slot() argument 429 if (voffset >= _vtableSize) in Slot() 432 _vtable[voffset] = Offset; in Slot() 585 public void AddStruct(int voffset, int x, int d) in AddStruct() argument 590 Slot(voffset); in AddStruct()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.h | 202 LLVMValueRef voffset, 214 LLVMValueRef voffset, 225 LLVMValueRef voffset, 233 LLVMValueRef voffset,
|
D | ac_llvm_build.c | 841 LLVMValueRef voffset, in ac_build_buffer_store_dword() argument 865 ac_build_buffer_store_dword(ctx, rsrc, v01, 2, voffset, in ac_build_buffer_store_dword() 868 ac_build_buffer_store_dword(ctx, rsrc, v[2], 1, voffset, in ac_build_buffer_store_dword() 883 if (voffset) in ac_build_buffer_store_dword() 884 offset = LLVMBuildAdd(ctx->builder, offset, voffset, ""); in ac_build_buffer_store_dword() 918 voffset ? voffset : LLVMGetUndef(ctx->i32), in ac_build_buffer_store_dword() 923 LLVMConstInt(ctx->i32, voffset != NULL, 0), in ac_build_buffer_store_dword() 931 assert(voffset || inst_offset < (1 << 12)); in ac_build_buffer_store_dword() 949 LLVMValueRef voffset, in ac_build_buffer_load() argument 958 if (voffset) in ac_build_buffer_load() [all …]
|
D | ac_nir_to_llvm.c | 4256 …LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, (slot * 4 + j) * ctx->gs_max_out_vertices, false); in visit_emit_vertex() local 4257 voffset = LLVMBuildAdd(ctx->builder, voffset, gs_next_vertex, ""); in visit_emit_vertex() 4258 voffset = LLVMBuildMul(ctx->builder, voffset, LLVMConstInt(ctx->ac.i32, 4, false), ""); in visit_emit_vertex() 4264 voffset, ctx->gs2vs_offset, 0, in visit_emit_vertex()
|
/external/flatbuffers/php/ |
D | FlatbufferBuilder.php | 779 public function addStructX($voffset, $x, $d) argument 783 $this->slot($voffset); 793 public function addStruct($voffset, $x, $d) argument 797 $this->slot($voffset); 804 public function slot($voffset) argument 806 $this->vtable[$voffset] = $this->offset();
|
/external/mesa3d/src/mesa/main/ |
D | varray.c | 1661 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ in _mesa_InterleavedArrays() local 1680 voffset = 0; in _mesa_InterleavedArrays() 1686 voffset = 0; in _mesa_InterleavedArrays() 1694 voffset = c; in _mesa_InterleavedArrays() 1702 voffset = c; in _mesa_InterleavedArrays() 1710 voffset = 3*f; in _mesa_InterleavedArrays() 1717 voffset = 3*f; in _mesa_InterleavedArrays() 1726 voffset = 7*f; in _mesa_InterleavedArrays() 1732 voffset = 2*f; in _mesa_InterleavedArrays() 1738 voffset = 4*f; in _mesa_InterleavedArrays() [all …]
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlatBufferBuilder.java | 739 public void addStruct(int voffset, int x, int d) { in addStruct() argument 742 slot(voffset); in addStruct() 752 public void slot(int voffset) { in slot() argument 753 vtable[voffset] = offset(); in slot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | BUFInstructions.td | 1057 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 1059 (!cast<MUBUF_Pseudo>(opcode # _OFFEN) $voffset, $rsrc, $soffset, (as_i16imm $offset), 1065 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 1068 (REG_SEQUENCE VReg_64, $vindex, sub0, $voffset, sub1), 1115 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 1117 (!cast<MUBUF_Pseudo>(opcode # _OFFEN_exact) $vdata, $voffset, $rsrc, $soffset, 1124 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 1128 (REG_SEQUENCE VReg_64, $vindex, sub0, $voffset, sub1), 1177 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 1179 (!cast<MUBUF_Pseudo>(opcode # _OFFEN_RTN) $vdata_in, $voffset, $rsrc, $soffset, [all …]
|
/external/flatbuffers/python/flatbuffers/ |
D | packer.py | 42 voffset = uint16 variable
|
D | builder.py | 211 vt2Len = encode.Get(packer.voffset, self.Bytes, vt2Start) 715 encode.Write(packer.voffset, self.Bytes, self.Head(), x) 744 x = encode.Get(packer.voffset, b, i * N.VOffsetTFlags.bytewidth)
|
/external/libvpx/libvpx/vp8/common/ |
D | reconinter.c | 180 int voffset = 20 + i * 2 + j; in vp8_build_inter4x4_predictors_mbuv() local 202 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int; in vp8_build_inter4x4_predictors_mbuv() 456 int voffset = 20 + i * 2 + j; in build_4x4uvmvs() local 482 x->block[voffset].bmi.mv.as_int = x->block[uoffset].bmi.mv.as_int; in build_4x4uvmvs()
|
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 731 const int voffset = RESTORATION_UNIT_OFFSET >> ss_y; in enqueue_lr_jobs() local 732 limits.v_start = AOMMAX(tile_rect.top, limits.v_start - voffset); in enqueue_lr_jobs() 733 if (limits.v_end < tile_rect.bottom) limits.v_end -= voffset; in enqueue_lr_jobs()
|
D | mvref_common.c | 561 const int voffset = AOMMAX(mi_size_high[BLOCK_8X8], xd->n4_h); in setup_ref_mv_list() local 567 { voffset, -2 }, in setup_ref_mv_list() 568 { voffset, hoffset }, in setup_ref_mv_list() 569 { voffset - 2, hoffset }, in setup_ref_mv_list()
|
D | restoration.c | 1265 const int voffset = RESTORATION_UNIT_OFFSET >> ss_y; in foreach_rest_unit_in_tile() local 1266 limits.v_start = AOMMAX(tile_rect->top, limits.v_start - voffset); in foreach_rest_unit_in_tile() 1267 if (limits.v_end < tile_rect->bottom) limits.v_end -= voffset; in foreach_rest_unit_in_tile()
|
/external/flatbuffers/go/ |
D | builder.go | 530 func (b *Builder) PrependStructSlot(voffset int, x, d UOffsetT) { 536 b.Slot(voffset)
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 2173 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 2175 (!cast<MUBUF>(opcode # _OFFEN) $voffset, $rsrc, $soffset, (as_i16imm $offset), 2181 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 2184 (REG_SEQUENCE VReg_64, $vindex, sub0, $voffset, sub1), 2218 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 2220 (!cast<MUBUF>(opcode # _OFFEN) $vdata, $voffset, $rsrc, $soffset, 2227 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 2231 (REG_SEQUENCE VReg_64, $vindex, sub0, $voffset, sub1), 2266 (MUBUFIntrinsicVOffset i32:$soffset, i16:$offset, i32:$voffset), 2268 (!cast<MUBUF>(opcode # _RTN_OFFEN) $vdata_in, $voffset, $rsrc, $soffset, [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 609 LLVMValueRef voffset = LLVMConstInt(ctx->i32, fetch_stride * i, 0); in si_llvm_load_input_vs() local 612 vertex_index, voffset, in si_llvm_load_input_vs() 4348 LLVMValueRef voffset = in si_llvm_emit_vertex() local 4353 voffset = lp_build_add(uint, voffset, gs_next_vertex); in si_llvm_emit_vertex() 4354 voffset = lp_build_mul_imm(uint, voffset, 4); in si_llvm_emit_vertex() 4361 voffset, soffset, 0, in si_llvm_emit_vertex() 5678 LLVMValueRef voffset = in si_generate_gs_copy_shader() local 5737 ctx.i32_0, voffset, in si_generate_gs_copy_shader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 822 llvm_i32_ty, // voffset(VGPR) 837 llvm_i32_ty, // voffset(VGPR)
|
/external/flatbuffers/tests/ |
D | test.cpp | 953 flatbuffers::voffset_t voffset, T val) { in CompareTableFieldValue() argument 954 T read = table->GetField(voffset, static_cast<T>(0)); in CompareTableFieldValue()
|