Searched refs:discarded (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_discard_flow.cpp35 * 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) argument
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/
H A Dlower_discard_flow.cpp35 * 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) argument
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/kernel-headers/original/uapi/mtd/
H A Dinftl-user.h30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
/external/chromium_org/base/strings/
H A Dsafe_sprintf.cc343 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/
H A Dversion_35.sql29 /* 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/
H A DDiffMyers.java286 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/libvorbis/doc/
H A Da1-encapsulation-ogg.tex152 output samples preceeding time zero should be discarded during
155 streams. The number of samples to be discarded must not exceed
H A D06-floor0.tex98 decode. The extra values are not used and may be ignored or discarded.
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc280 // 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::__anon2723::DiscardCheckingContext
1145 EXPECT_EQ(0, context->discarded());
1164 EXPECT_EQ(1, context->discarded());
1185 EXPECT_EQ(0, context->discarded());
1206 EXPECT_EQ(0, context->discarded());
1226 EXPECT_EQ(0, context->discarded());
1247 EXPECT_EQ(0, context->discarded());
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd65 # extra arguments discarded.
115 # to string will still be discarded and the value of *string will
H A Dstring.pxd65 # extra arguments discarded.
115 # to string will still be discarded and the value of *string will
/external/openssl/crypto/bn/asm/
H A Dparisc-mont.pl240 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
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc156 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();
1326 // Activating a discarded tab reloads it, so it is no longer discarded.
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1465 error.SetErrorStringWithFormat("expression discarded for the expression '%s'", expr_str.c_str());
/external/iproute2/doc/
H A Dip-cref.tex387 mode i.e.\ all packets sent to it are immediately discarded.
1160 are discarded and the ICMP message {\em host unreachable\/} is generated.
1163 are discarded silently. The local senders get an \verb|EINVAL| error.
1165 are discarded and the ICMP message {\em communication administratively
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c3097 PRInt32 discarded = 0; local
3123 discarded = 1;
3168 totalSent = totalSent + discarded - 1;
3176 return totalSent + discarded;

Completed in 1367 milliseconds