HomeSort by relevance Sort by last modified time
    Searched refs:discarded (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_discard_flow.cpp 35 * the shader" sounds like the discarded fragments should effectively
41 * point that the only active channels left are discarded pixels" or
42 * "discarded pixels become inactive at the point that control flow
53 lower_discard_flow_visitor(ir_variable *discarded)
54 : discarded(discarded)
56 mem_ctx = ralloc_parent(discarded);
70 ir_variable *discarded; member in class:lower_discard_flow_visitor
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
    [all...]
  /external/mesa3d/src/glsl/
lower_discard_flow.cpp 35 * the shader" sounds like the discarded fragments should effectively
41 * point that the only active channels left are discarded pixels" or
42 * "discarded pixels become inactive at the point that control flow
53 lower_discard_flow_visitor(ir_variable *discarded)
54 : discarded(discarded)
56 mem_ctx = ralloc_parent(discarded);
70 ir_variable *discarded; member in class:lower_discard_flow_visitor
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
    [all...]
  /bionic/libc/kernel/uapi/mtd/
inftl-user.h 40 __u8 discarded; member in struct:inftl_unithead1
50 __u8 discarded; member in struct:inftl_unithead2
  /external/kernel-headers/original/uapi/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /external/chromium_org/base/strings/
safe_sprintf.cc 343 size_t discarded = 0; local
361 ++discarded;
364 // Need to increment either |count_| or |discarded| to make progress.
371 ++discarded;
404 if (discarded > 8*sizeof(num) + prefix_length) {
423 IncrementCount(discarded);
424 return !discarded;
  /external/chromium_org/components/test/data/web_database/
version_35.sql 29 /* A subset of "John Doe". Should get discarded. */
36 /* A profile with incomplete address. Should get discarded. */
40 /* A profile with bad email. Should get discarded. */
44 /* A profile with bad State (country == US). Should get discarded. */
48 /* A profile with bad zip (country == US). Should get discarded. */
  /external/jdiff/src/jdiff/
DiffMyers.java 286 All line numbers are origin-0 and discarded lines are not counted. */
534 A line which is discarded will not be considered by the actual
537 (which don't count the discarded lines) into real line numbers;
539 that are comprehensible when the discarded lines are counted.
547 /* Set up table of which lines are going to be discarded. */
548 final byte[] discarded = discardable(f.equivCount());
553 filterDiscards(discarded);
556 discard(discarded);
559 /** Mark to be discarded each line that matches no line of another file.
707 @param discards flags lines to be discarded
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 37 * discarded while script2's will be saved.
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 152 output samples preceeding time zero should be discarded during
155 streams. The number of samples to be discarded must not exceed
06-floor0.tex 98 decode. The extra values are not used and may be ignored or discarded.
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 280 // Expected: it is discarded and damage tracker is reset.
313 // Begin drawing a frame while a framebuffer is discarded.
1076 int discarded() const { return discarded_; } function in class:cc::__anon7348::DiscardCheckingContext
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
block-leave.js 34 // to actually verify that the inner context has been discarded. A static
  /external/chromium_org/v8/test/mjsunit/
with-leave.js 65 // to actually verify that the inner context has been discarded. A static
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bytes.pxd 65 # extra arguments discarded.
115 # to string will still be discarded and the value of *string will
string.pxd 65 # extra arguments discarded.
115 # to string will still be discarded and the value of *string will
  /external/chromium_org/v8/src/
regexp.js 168 // algorithm, step 5) even if the value is discarded for non-global RegExps.
216 // algorithm, step 5) even if the value is discarded for non-global RegExps.
string.js 147 // value is discarded.
218 // value is discarded.
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 240 addl $ab0,$nm0,$nm0 ; low part is discarded
359 addl $ab0,$nm0,$nm0 ; low part is discarded
573 add $ablo,$nmlo0,$nmlo0 ; discarded
697 add $ablo,$nmlo0,$nmlo0 ; discarded
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 795 int32_t discarded = outputDelayRingBufferGetSamples(0, discard); local
796 mOutputDelayCompensated += discarded;
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 156 bool discarded() const { return discarded_; } function in class:TabStripModel::WebContentsData
182 // easily discarded, e.g. when the user switches to a tab not part of the
201 // Has the tab data been discarded to save memory?
719 return contents_data_[index]->discarded();
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_selection.js 143 * of any previous call to computeBytes() will be discarded.
  /external/chromium_org/ui/file_manager/image_loader/
image_loader_client.js 105 // should be discarded anyway.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.js 268 // from the GAIA login form are no longer relevant and can be discarded.

Completed in 971 milliseconds

1 2