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

12 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSafeRefCounted.h 83 void deref() function in class:WTF::ThreadSafeRefCounted
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_vec_index_to_cond_assign.cpp 73 ir_dereference *deref; local
94 deref = new(base_ir) ir_dereference_variable(index);
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
116 /* Just clone the rest of the deref chain when trying to get at the
123 deref = new(base_ir) ir_dereference_variable(var);
124 assign = new(base_ir) ir_assignment(deref, swizzle, condition_swizzle);
165 ir_dereference_variable *deref; local
191 deref = new(ir) ir_dereference_variable(index);
192 assign = new(ir) ir_assignment(deref, orig_deref->array_index, NULL);
199 deref = new(ir) ir_dereference_variable(var)
    [all...]
opt_array_splitting.cpp 176 ir_dereference_variable *deref = ir->array->as_dereference_variable(); local
177 if (!deref)
180 variable_entry *entry = this->get_variable_entry(deref->var);
257 void split_deref(ir_dereference **deref);
280 ir_array_splitting_visitor::split_deref(ir_dereference **deref)
282 ir_dereference_array *deref_array = (*deref)->as_dereference_array();
299 *deref = new(entry->mem_ctx)
312 *deref = new(entry->mem_ctx) ir_dereference_variable(temp);
322 ir_dereference *deref = (*rvalue)->as_dereference();
324 if (!deref)
    [all...]
opt_structure_splitting.cpp 201 void split_deref(ir_dereference **deref);
227 ir_structure_splitting_visitor::split_deref(ir_dereference **deref)
229 if ((*deref)->ir_type != ir_type_dereference_record)
232 ir_dereference_record *deref_record = (ir_dereference_record *)*deref;
249 *deref = new(entry->mem_ctx) ir_dereference_variable(entry->components[i]);
258 ir_dereference *deref = (*rvalue)->as_dereference();
260 if (!deref)
263 split_deref(&deref);
264 *rvalue = deref;
lower_variable_index_to_cond_assign.cpp 162 : deref(NULL)
171 this->deref = ir;
181 ir_dereference_array *deref; member in class:find_variable_index
199 /* Just clone the rest of the deref chain when trying to get at the
300 ir_dereference_variable *deref = local
305 deref, middle_c);
349 bool storage_type_needs_lowering(ir_dereference_array *deref) const
357 const ir_variable *const var = deref->array->variable_referenced();
380 bool needs_lowering(ir_dereference_array *deref) const
382 if (deref == NULL || deref->array_index->as_constant(
    [all...]
opt_constant_propagation.cpp 145 ir_dereference_variable *deref = (*rvalue)->as_dereference_variable(); local
146 if (!deref) {
151 deref = swiz->val->as_dereference_variable();
152 if (!deref)
177 if (entry->var == deref->var && entry->write_mask & (1 << channel)) {
213 *rvalue = new(ralloc_parent(deref)) ir_constant(type, &data);
440 ir_dereference_variable *deref = ir->lhs->as_dereference_variable();
443 if (!deref || !constant)
449 if (!deref->var->type->is_vector() && !deref->var->type->is_scalar()
    [all...]
  /external/mesa3d/src/glsl/
lower_vec_index_to_cond_assign.cpp 73 ir_dereference *deref; local
94 deref = new(base_ir) ir_dereference_variable(index);
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
116 /* Just clone the rest of the deref chain when trying to get at the
123 deref = new(base_ir) ir_dereference_variable(var);
124 assign = new(base_ir) ir_assignment(deref, swizzle, condition_swizzle);
165 ir_dereference_variable *deref; local
191 deref = new(ir) ir_dereference_variable(index);
192 assign = new(ir) ir_assignment(deref, orig_deref->array_index, NULL);
199 deref = new(ir) ir_dereference_variable(var)
    [all...]
opt_array_splitting.cpp 176 ir_dereference_variable *deref = ir->array->as_dereference_variable(); local
177 if (!deref)
180 variable_entry *entry = this->get_variable_entry(deref->var);
257 void split_deref(ir_dereference **deref);
280 ir_array_splitting_visitor::split_deref(ir_dereference **deref)
282 ir_dereference_array *deref_array = (*deref)->as_dereference_array();
299 *deref = new(entry->mem_ctx)
312 *deref = new(entry->mem_ctx) ir_dereference_variable(temp);
322 ir_dereference *deref = (*rvalue)->as_dereference();
324 if (!deref)
    [all...]
opt_structure_splitting.cpp 201 void split_deref(ir_dereference **deref);
227 ir_structure_splitting_visitor::split_deref(ir_dereference **deref)
229 if ((*deref)->ir_type != ir_type_dereference_record)
232 ir_dereference_record *deref_record = (ir_dereference_record *)*deref;
249 *deref = new(entry->mem_ctx) ir_dereference_variable(entry->components[i]);
258 ir_dereference *deref = (*rvalue)->as_dereference();
260 if (!deref)
263 split_deref(&deref);
264 *rvalue = deref;
lower_variable_index_to_cond_assign.cpp 162 : deref(NULL)
171 this->deref = ir;
181 ir_dereference_array *deref; member in class:find_variable_index
199 /* Just clone the rest of the deref chain when trying to get at the
300 ir_dereference_variable *deref = local
305 deref, middle_c);
349 bool storage_type_needs_lowering(ir_dereference_array *deref) const
357 const ir_variable *const var = deref->array->variable_referenced();
380 bool needs_lowering(ir_dereference_array *deref) const
382 if (deref == NULL || deref->array_index->as_constant(
    [all...]
opt_constant_propagation.cpp 145 ir_dereference_variable *deref = (*rvalue)->as_dereference_variable(); local
146 if (!deref) {
151 deref = swiz->val->as_dereference_variable();
152 if (!deref)
177 if (entry->var == deref->var && entry->write_mask & (1 << channel)) {
213 *rvalue = new(ralloc_parent(deref)) ir_constant(type, &data);
440 ir_dereference_variable *deref = ir->lhs->as_dereference_variable();
443 if (!deref || !constant)
449 if (!deref->var->type->is_vector() && !deref->var->type->is_scalar()
    [all...]
  /external/opencv/cv/src/
_cvkdtree.hpp 72 scalar_type boundary; // left if deref(value,dim)<=boundary, otherwise right
76 __deref deref; // requires operator() (__valuetype lhs,int dim) member in class:CvKDTree
93 mean += deref(ctor(*k), j);
97 accum_type diff = accum_type(deref(ctor(*k), j)) - mean;
129 __deref deref; member in struct:CvKDTree::median_pr
132 : pivot(_pivot), dim(_dim), deref(_deref), ctor(_ctor) {
135 return deref(ctor(lhs), dim) <= deref(ctor(pivot), dim);
147 (last[-1], dim, deref, ctor));
167 for (; split != last && deref(ctor(*split), dim) ==
    [all...]
  /external/chromium_org/skia/config/
sk_ref_cnt_ext_debug.h 19 void deref() const { SkRefCntBase::unref(); } function in class:SkRefCnt
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaSource.h 54 void deref() { derefHTMLMediaSource(); } function in class:blink::HTMLMediaSource
ClassList.h 50 virtual void deref() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromiseResolver.cpp 50 // deref() will be called in clear().
87 deref();
91 // |Resolving| nor |Rejecting| and hence |this->deref()| can't be executed.
94 deref();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.h 52 void deref() { m_document->deref(); } function in class:blink::FINAL
DatasetDOMStringMap.h 46 virtual void deref() OVERRIDE;
NamedNodeMap.cpp 43 void NamedNodeMap::deref() function in class:blink::NamedNodeMap
45 m_element->deref();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
NullExecutionContext.h 50 using RefCounted<NullExecutionContext>::deref;
53 virtual void derefExecutionContext() OVERRIDE { deref(); }
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebAudioBus.cpp 54 (static_cast<AudioBus*>(m_private))->deref();
80 (static_cast<AudioBus*>(m_private))->deref();
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 79 p->deref();
90 virtual void deref();
  /external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
Android.mk 31 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.members/deref
32 test_src := deref.pass.cpp
  /external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Android.mk 31 test_name := iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/deref
32 test_src := deref.pass.cpp
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.h 42 void deref();

Completed in 227 milliseconds

12 3 4 5 6 7 8