HomeSort by relevance Sort by last modified time
    Searched defs:slot (Results 251 - 275 of 541) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/state_tracker/
st_program.c 276 unsigned slot = num_outputs++; local
278 stvp->result_to_output[attr] = slot;
279 output_slot_to_attr[slot] = attr;
283 output_semantic_name[slot] = TGSI_SEMANTIC_POSITION;
284 output_semantic_index[slot] = 0;
287 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
288 output_semantic_index[slot] = 0;
291 output_semantic_name[slot] = TGSI_SEMANTIC_COLOR;
292 output_semantic_index[slot] = 1;
295 output_semantic_name[slot] = TGSI_SEMANTIC_BCOLOR
621 const GLuint slot = fs_num_inputs++; local
1230 const GLuint slot = num_inputs++; local
1307 GLuint slot = num_inputs++; local
1329 GLuint slot = num_outputs++; local
1431 GLuint slot = num_outputs++; local
    [all...]
  /external/tcpdump/
print-wb.c 150 uint32_t slot; member in struct:pgstate
195 EXTRACT_32BITS(&id->pi_ps.slot),
275 EXTRACT_32BITS(&ps->slot),
  /external/v8/src/builtins/
builtins-constructor.cc 22 Node* slot,
130 feedback_vector, slot, 0, CodeStubAssembler::SMI_PARAMETERS);
177 Node* slot = Parameter(FastNewClosureDescriptor::kSlot); local
178 Return(EmitFastNewClosure(shared, vector, slot, context));
  /external/v8/src/crankshaft/
typing.cc 408 FeedbackSlot slot = prop->GetSlot(); local
410 oracle()->CollectReceiverTypes(slot, &maps);
438 FeedbackSlot slot = expr->AssignmentSlot(); local
439 expr->set_is_uninitialized(oracle()->StoreIsUninitialized(slot));
446 oracle()->AssignmentReceiverTypes(slot, name, receiver_types);
450 oracle()->KeyedAssignmentReceiverTypes(slot, receiver_types,
489 FeedbackSlot slot = expr->PropertyFeedbackSlot(); local
490 expr->set_inline_cache_state(oracle()->LoadInlineCacheState(slot));
497 oracle()->PropertyReceiverTypes(slot, name, expr->GetReceiverTypes());
501 oracle()->KeyedPropertyReceiverTypes(slot, expr->GetReceiverTypes()
518 FeedbackSlot slot = expr->CallFeedbackICSlot(); local
604 FeedbackSlot slot = expr->CountSlot(); local
    [all...]
  /external/v8/src/
feedback-vector.cc 29 FeedbackSlotKind FeedbackMetadata::GetKind(FeedbackSlot slot) const {
30 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt());
32 return VectorICComputer::decode(data, slot.ToInt());
35 void FeedbackMetadata::SetKind(FeedbackSlot slot, FeedbackSlotKind kind) {
36 int index = VectorICComputer::index(kReservedIndexCount, slot.ToInt());
38 int new_data = VectorICComputer::encode(data, slot.ToInt(), kind);
81 FeedbackSlot slot(i);
82 FeedbackSlotKind kind = spec->GetKind(slot);
83 metadata->SetKind(slot, kind);
104 FeedbackSlot slot(i)
273 FeedbackSlot slot = iter.Next(); local
    [all...]
  /external/v8/src/heap/
slot-set.h 25 // splits the valid slot offset range into kBuckets buckets.
26 // Each bucket is a bitmap with a bit corresponding to a single slot offset.
31 PREFREE_EMPTY_BUCKETS, // An empty bucket will be unlinked from the slot
52 // The slot offset specifies a slot at address page_start_ + slot_offset.
68 // The slot offset specifies a slot at address page_start_ + slot_offset.
69 // Returns true if the set contains the slot.
80 // The slot offset specifies a slot at address page_start_ + slot_offset
194 uint32_t slot = (cell_offset + bit_offset) << kPointerSizeLog2; local
296 int slot = slot_offset >> kPointerSizeLog2; local
    [all...]
  /external/v8/src/ic/
ic.h 76 // The ICs that don't pass slot and vector through the stack have to
208 FeedbackSlot slot() const { return nexus()->slot(); } function in class:v8::internal::IC
366 return nexus()->vector()->GetLanguageMode(nexus()->slot());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServices.java 104 final String slot = tile.getComponent().getClassName(); local
105 // TileServices doesn't know how to add more than 1 icon per slot, so remove all
107 .removeAllIconsForSlot(slot));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarSignalPolicy.java 157 newState.slot = mSlotWifi;
310 public String slot; field in class:StatusBarSignalPolicy.SignalIconState
324 Objects.equals(slot, that.slot);
329 return Objects.hash(visible, activityOut, slot);
336 other.slot = slot;
  /frameworks/base/rs/java/android/renderscript/
Script.java 39 KernelID(long id, RenderScript rs, Script s, int slot, int sig) {
42 mSlot = slot;
51 protected KernelID createKernelID(int slot, int sig, Element ein,
53 KernelID k = mKIDs.get(slot);
58 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
63 k = new KernelID(id, mRS, this, slot, sig);
64 mKIDs.put(slot, k);
79 InvokeID(long id, RenderScript rs, Script s, int slot) {
82 mSlot = slot;
90 protected InvokeID createInvokeID(int slot) {
150 mRS.nScriptInvoke(getID(mRS), slot); local
159 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); local
161 mRS.nScriptInvoke(getID(mRS), slot); local
218 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
283 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
322 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
367 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot); local
369 mRS.nScriptBindAllocation(getID(mRS), 0, slot); local
    [all...]
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 410 png_colorp slot = color_palette_bytes.get() + index; local
411 slot->red = color >> 24;
412 slot->green = color >> 16;
413 slot->blue = color >> 8;
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 312 uint32_t slot = 0; local
315 I != E; I++, slot++) {
371 mOut.indent() << "forEach(" << slot << ", ";
395 uint32_t slot = 0; local
413 mOut.indent() << "invoke(" << slot;
421 slot++;
596 uint32_t slot = getNextExportVarSlot(); local
601 mOut.indent() << "bindAllocation(v, " << slot << ");\n";
652 uint32_t slot = getNextExportVarSlot(); local
654 tmp << slot; local
686 uint32_t slot = getNextExportVarSlot(); local
688 tmp << slot; local
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 65 status_t BufferQueueProducer::requestBuffer(int slot, sp<GraphicBuffer>* buf) {
67 BQ_LOGV("requestBuffer: slot %d", slot);
80 if (slot < 0 || slot >= BufferQueueDefs::NUM_BUFFER_SLOTS) {
81 BQ_LOGE("requestBuffer: slot index %d out of range [0, %d)",
82 slot, BufferQueueDefs::NUM_BUFFER_SLOTS);
84 } else if (!mSlots[slot].mBufferState.isDequeued()) {
85 BQ_LOGE("requestBuffer: slot %d is not owned by the producer "
86 "(state = %s)", slot, mSlots[slot].mBufferState.string())
234 int slot = mCore->mFreeBuffers.front(); local
243 int slot = *(mCore->mFreeSlots.begin()); local
301 int slot = getFreeBufferLocked(); local
309 int slot = getFreeSlotLocked(); local
1403 auto slot = mCore->mFreeSlots.begin(); local
    [all...]
GLConsumer.cpp 273 GLC_LOGV("releaseTexImage: (slot=%d, mAttached=%d)", buf, mAttached);
276 // Do whatever sync ops we need to do before releasing the slot.
279 GLC_LOGE("syncForReleaseLocked failed (slot=%d), err=%d", buf, err);
361 int slot = item->mSlot; local
362 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
373 // buffer has reallocated the original buffer slot after this buffer
386 int slot = item.mSlot; local
391 releaseBufferLocked(slot, mSlots[slot].mGraphicBuffer,
399 releaseBufferLocked(slot, mSlots[slot].mGraphicBuffer
    [all...]
IGraphicBufferProducer.cpp 179 virtual status_t detachBuffer(int slot) {
182 data.writeInt32(slot);
231 virtual status_t attachBuffer(int* slot, const sp<GraphicBuffer>& buffer) {
240 *slot = reply.readInt32();
243 (*slot < 0 || *slot >= BufferQueueDefs::NUM_BUFFER_SLOTS)) {
244 ALOGE("attachBuffer returned invalid slot %d", *slot);
541 status_t requestBuffer(int slot, sp<GraphicBuffer>* buf) override {
542 return mBase->requestBuffer(slot, buf)
788 int slot = data.readInt32(); local
815 int slot = 0; local
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 70 KernelID(long id, RenderScript rs, Script s, int slot, int sig) {
73 mSlot = slot;
83 * @param slot
90 protected KernelID createKernelID(int slot, int sig, Element ein, Element eout) {
91 KernelID k = mKIDs.get(slot);
96 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig, mUseIncSupp);
101 k = new KernelID(id, mRS, this, slot, sig);
103 mKIDs.put(slot, k);
118 InvokeID(long id, RenderScript rs, Script s, int slot) {
121 mSlot = slot;
195 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); local
206 mRS.nScriptInvokeV(getID(mRS), slot, v.getData(), mUseIncSupp); local
208 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); local
221 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp); local
223 mRS.nScriptBindAllocation(getID(mRS), 0, slot, mUseIncSupp); local
267 mRS.nScriptForEach(getID(mRS), slot, ainInc, aoutInc, params, mUseIncSupp); local
269 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params, mUseIncSupp); local
308 mRS.nScriptForEachClipped(getID(mRS), slot, ainInc, aoutInc, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp); local
310 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp); local
382 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
422 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 51 long slot = (long)nativeConfig; local
55 switch (slot) {
69 ETRACE("Invalid overlay plane zorder %ld", slot);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 59 int slot = (int)nativeConfig; local
63 switch (slot) {
77 ELOGTRACE("Invalid overlay plane zorder %d", slot);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 40 // file. The offset is 0 when the slot is free. Note that 0 is a valid value
543 // The slot offset in the index file is saved in mSlotOffset. If the lookup
544 // is successful, it's the slot found. Otherwise it's the slot suitable for
551 int slot = (int) (key % mMaxEntries); local
552 if (slot < 0) slot += mMaxEntries;
553 int slotBegin = slot;
555 int offset = hashStart + slot * 12;
566 if (++slot >= mMaxEntries)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
edd.h 94 __u8 slot; member in struct:edd_device_params::__anon62475::__anon62477
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 105 PTR *slot; member in struct:__anon63426
  /system/bt/btif/src/
btif_sock_rfc.cc 81 uint32_t id; // Non-zero indicates a valid (in-use) slot.
162 LOG_ERROR(LOG_TAG, "%s unable to find RFCOMM slot id: %u", __func__, id);
168 int slot = -1; local
173 slot = i;
176 return (slot == -1) ? NULL : &rfc_slots[slot];
198 rfc_slot_t* slot = find_free_slot(); local
199 if (!slot) {
200 LOG_ERROR(LOG_TAG, "%s unable to find free RFCOMM slot.", __func__);
211 // Increment slot id and make sure we don't use id=0
304 rfc_slot_t* slot = local
346 rfc_slot_t* slot = local
469 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
482 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
517 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
541 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
555 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
570 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
685 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
701 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
806 rfc_slot_t* slot = find_rfc_slot_by_id(user_id); local
851 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
888 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
904 rfc_slot_t* slot = find_rfc_slot_by_id(id); local
    [all...]
  /art/openjdkjvmti/
ti_redefine.cc 103 int32_t slot = next_free_slot_++; local
104 DCHECK_LT(slot, obsolete_methods_->GetLength());
106 obsolete_methods_->GetElementPtrSize<art::ArtMethod*>(slot, art::kRuntimePointerSize));
107 DCHECK(nullptr == obsolete_dex_caches_->Get(slot));
108 obsolete_methods_->SetElementPtrSize(slot, obsolete, art::kRuntimePointerSize);
109 obsolete_dex_caches_->Set(slot, original_dex_cache_);
110 id_map_.insert({original, slot});
120 // Figure out where the first unused slot in the obsolete_methods_ array is.
126 // Sanity check that the same slot in obsolete_dex_caches_ is free.
    [all...]
  /art/runtime/base/
mutex.cc 309 uint32_t slot = data->cur_content_log_entry.LoadRelaxed(); local
310 if (log[slot].blocked_tid == blocked_tid &&
311 log[slot].owner_tid == blocked_tid) {
312 ++log[slot].count;
316 slot = data->cur_content_log_entry.LoadRelaxed();
317 new_slot = (slot + 1) % kContentionLogSize;
318 } while (!data->cur_content_log_entry.CompareAndSetWeakRelaxed(slot, new_slot));
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 116 // The slot header.
117 class Slot {
119 Slot* Next() const {
122 void SetNext(Slot* next) {
125 // The slot right before this slot in terms of the address.
126 Slot* Left(size_t bracket_size) {
127 return reinterpret_cast<Slot*>(reinterpret_cast<uintptr_t>(this) - bracket_size);
134 Slot* next_; // Next slot in the list
158 Slot* slot; local
    [all...]

Completed in 1089 milliseconds

<<11121314151617181920>>