HomeSort by relevance Sort by last modified time
    Searched refs:Buffers (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
63 /// This is all of the buffers that we are reading from.
64 std::vector<SrcBuffer> Buffers;
76 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
100 return Buffers[i - 1];
105 return Buffers[i - 1].Buffer.get();
109 return Buffers.size();
119 return Buffers[i - 1].IncludeLoc;
129 Buffers.push_back(std::move(NB));
130 return Buffers.size()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
63 /// This is all of the buffers that we are reading from.
64 std::vector<SrcBuffer> Buffers;
76 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
100 return Buffers[i - 1];
105 return Buffers[i - 1].Buffer.get();
109 return Buffers.size();
119 return Buffers[i - 1].IncludeLoc;
129 Buffers.push_back(std::move(NB));
130 return Buffers.size()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
63 /// This is all of the buffers that we are reading from.
64 std::vector<SrcBuffer> Buffers;
76 bool isValidBufferID(unsigned i) const { return i && i <= Buffers.size(); }
100 return Buffers[i - 1];
105 return Buffers[i - 1].Buffer.get();
109 return Buffers.size();
119 return Buffers[i - 1].IncludeLoc;
129 Buffers.push_back(std::move(NB));
130 return Buffers.size()
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 49 /* Set up the up to 4 output buffers. These are the ranges defined in the
54 intel_buffer_object(xfb_obj->Buffers[i]);
59 if (!xfb_obj->Buffers[i]) {
73 stride = linked_xfb_info->Buffers[i].Stride * 4;
260 if (xfb_obj->Buffers[i]) {
284 if (xfb_obj->Buffers[0])
285 dw3 |= linked_xfb_info->Buffers[0].Stride * 4;
286 if (xfb_obj->Buffers[1])
287 dw3 |= (linked_xfb_info->Buffers[1].Stride * 4) << 16;
288 if (xfb_obj->Buffers[2]
    [all...]
gen6_sol.c 60 brw, xfb_obj->Buffers[buffer],
63 linked_xfb_info->Buffers[buffer].Stride, buffer_offset);
66 brw, xfb_obj->Buffers[buffer],
69 linked_xfb_info->Buffers[buffer].Stride, buffer_offset);
213 for (unsigned i = 0; i < ARRAY_SIZE(obj->Buffers); i++) {
214 _mesa_reference_buffer_object(ctx, &obj->Buffers[i], NULL);
247 * overflowing any of the buffers currently being used for feedback.
gen8_sol_state.c 49 /* Set up the up to 4 output buffers. These are the ranges defined in the
54 intel_buffer_object(xfb_obj->Buffers[i]);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuFlushTlb.asm 21 ; Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
23 ; Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
  /external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c 99 for (i = 0; i < ARRAY_SIZE(sobj->base.Buffers); i++) {
100 _mesa_reference_buffer_object(ctx, &sobj->base.Buffers[i], NULL);
119 max_num_targets = MIN2(ARRAY_SIZE(sobj->base.Buffers),
124 struct st_buffer_object *bo = st_buffer_object(sobj->base.Buffers[i]);
128 Buffers[i].Stream;
207 Buffers[i].Stream;
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 103 buffer_handle_t *buffers);
221 Buffers *mNextBuffers;
236 Buffers *buffers);
259 Buffers *buffers; member in struct:android::EmulatedFakeCamera2::ReadoutThread::InFlightQueue
272 Buffers *mBuffers;
EmulatedFakeCamera3.h 139 // We need a positive stream ID to distinguish external buffers from
140 // sensor-generated buffers which use a nonpositive ID. Otherwise, HAL3 has
205 HalBufferVector *buffers; member in struct:android::EmulatedFakeCamera3::ReadoutThread::Request
206 Buffers *sensorBuffers;
  /prebuilts/go/darwin-x86/src/net/
writev_unix.go 16 func (c *conn) writeBuffers(v *Buffers) (int64, error) {
27 func (fd *netFD) writeBuffers(v *Buffers) (n int64, err error) {
  /prebuilts/go/linux-x86/src/net/
writev_unix.go 16 func (c *conn) writeBuffers(v *Buffers) (int64, error) {
27 func (fd *netFD) writeBuffers(v *Buffers) (n int64, err error) {
  /external/protobuf/csharp/src/Google.Protobuf/
IMessage.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
39 /// Interface for a Protocol Buffers message, supporting
73 /// Generic interface for a Protocol Buffers message,
InvalidJsonException.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 608 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height);
609 sglr::ReferenceContext context (sglr::ReferenceContextLimits(renderCtx), buffers.getColorbuffer(), buffers.getDepthbuffer(), buffers.getStencilbuffer());
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 50 status_t JpegCompressor::start(Buffers *buffers, JpegListener *listener) {
64 mBuffers = buffers;
78 status_t JpegCompressor::compressSynchronous(Buffers *buffers) {
92 mBuffers = buffers;
125 // Find source and target buffers. Assumes only one buffer matches
140 ALOGE("%s: Unable to find buffers for JPEG source/destination",
  /external/protobuf/js/
test_bootstrap.js 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /external/llvm/lib/Support/
SourceMgr.cpp 1 //===- SourceMgr.cpp - Manager for Simple Source Buffers & Diagnostics ----===//
67 for (unsigned i = 0, e = Buffers.size(); i != e; ++i)
68 if (Loc.getPointer() >= Buffers[i].Buffer->getBufferStart() &&
71 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd())
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 1112 unsigned buffers = 0; local
    [all...]
  /external/mesa3d/src/mesa/main/
transformfeedback.h 143 _mesa_reference_buffer_object(ctx, &tfObj->Buffers[index], bufObj);
  /external/protobuf/editors/
proto.vim 1 " Protocol Buffers - Google's data interchange format
3 " https://developers.google.com/protocol-buffers/
31 " This is the Vim syntax file for Google Protocol Buffers.
  /external/protobuf/
configure.ac 15 AC_INIT([Protocol Buffers],[3.0.0-beta-3],[protobuf@googlegroups.com],[protobuf])
72 # Protocol Buffers contains several checks that are intended to be used only
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
PackageDescriptor.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
  /external/protobuf/csharp/src/Google.Protobuf.Test/
SampleEnum.cs 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/

Completed in 1322 milliseconds

12 3 4 5 6