Home
last modified time | relevance | path

Searched refs:discarded (Results 1 – 25 of 78) sorted by relevance

1234

/external/mesa3d/src/glsl/
Dlower_discard_flow.cpp53 lower_discard_flow_visitor(ir_variable *discarded) in lower_discard_flow_visitor() argument
54 : discarded(discarded) in lower_discard_flow_visitor()
56 mem_ctx = ralloc_parent(discarded); in lower_discard_flow_visitor()
70 ir_variable *discarded; member in lower_discard_flow_visitor
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter()
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter()
121 ir_rvalue *if_condition = new(mem_ctx) ir_dereference_variable(discarded); in generate_discard_break()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dlower_discard_flow.cpp53 lower_discard_flow_visitor(ir_variable *discarded) in lower_discard_flow_visitor() argument
54 : discarded(discarded) in lower_discard_flow_visitor()
56 mem_ctx = ralloc_parent(discarded); in lower_discard_flow_visitor()
70 ir_variable *discarded; member in lower_discard_flow_visitor
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter()
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter()
121 ir_rvalue *if_condition = new(mem_ctx) ir_dereference_variable(discarded); in generate_discard_break()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockDiscardablePixelRef.h38 , discarded(false) in MockDiscardablePixelRef()
48 discarded = true; in discard()
68 if (discarded) in SK_DECLARE_UNFLATTENABLE_OBJECT()
70 m_lockedMemory = &discarded; in SK_DECLARE_UNFLATTENABLE_OBJECT()
85 bool discarded; variable
/external/chromium_org/base/strings/
Dsafe_sprintf.cc339 size_t discarded = 0; in IToASCII() local
357 ++discarded; in IToASCII()
367 ++discarded; in IToASCII()
400 if (discarded > 8*sizeof(num) + prefix_length) { in IToASCII()
419 IncrementCount(discarded); in IToASCII()
420 return !discarded; in IToASCII()
/external/kernel-headers/original/uapi/mtd/
Dinftl-user.h30 __u8 discarded; member
39 __u8 discarded; member
/external/valgrind/main/docs/internals/
Darm_thumb_notes_gdbserver.txt45 instruction must be discarded to have the SB re-instrumented for gdbserver.
54 bit in the range being discarded.
77 * use the debug info : this solution was discarded as often debug
82 This was discarded as this implies that an SB cannot mix thumb
D3_9_BUGSTATUS.txt64 327427 ifunc wrapper crashes when symbols are discarded because of false mmap
/external/chromium_org/chrome/common/extensions/api/
Dwebrtc_logging_private.idl48 // otherwise it will be discarded. The default setting is to discard it.
81 // discarded.
/external/doclava/src/com/google/doclava/parser/
DREADME.txt11 these were ignored and discarded. For use, see the Parse Trees link
/external/jdiff/src/jdiff/
DDiffMyers.java548 final byte[] discarded = discardable(f.equivCount()); in discard_confusing_lines()
553 filterDiscards(discarded); in discard_confusing_lines()
556 discard(discarded); in discard_confusing_lines()
/external/llvm/docs/
DExtensions.rst91 Duplicates are discarded, but the linker issues an error if any have
95 Duplicates are discarded, but the linker issues an error if any duplicates
/external/chromium_org/cc/output/
Dgl_renderer_unittest.cc1012 int discarded() const { return discarded_; } in discarded() function in cc::__anon6b0b85c00211::DiscardCheckingContext
1075 EXPECT_EQ(0, context->discarded()); in TEST_F()
1094 EXPECT_EQ(1, context->discarded()); in TEST_F()
1115 EXPECT_EQ(0, context->discarded()); in TEST_F()
1136 EXPECT_EQ(0, context->discarded()); in TEST_F()
1156 EXPECT_EQ(0, context->discarded()); in TEST_F()
1177 EXPECT_EQ(0, context->discarded()); in TEST_F()
/external/chromium_org/third_party/sqlite/src/test/
Dthread004.test62 # all connections to test.db is discarded.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.rasterizer_discard.txt46 color is not present, the performed operation was not discarded according
Dperformance.txt93 are not discarded early due to Z-culling or any other optimization. The
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt46 + Test that patches are discarded when appropriate
145 be discarded. Verification is done firstly by a sanity check that the number of
147 that white primitives exist in the area where non-discarded primitives are
Dfunctional.shaders.sample_variables.txt107 all fragments should be discarded.
110 SAMPLE_MASK. With multisample render targets, all fragments should be discarded.
/external/chromium_org/remoting/ios/bridge/
Dclient_instance_unittest.mm192 // expect it to be discarded when requesting the PIN.
203 // The pairing information was discarded
/external/libvorbis/doc/
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
/external/chromium_org/chrome/browser/ui/cocoa/
Durl_drop_target.mm99 NSArray* titles; // discarded
/external/jarjar/res/com/tonicsystems/jarjar/
Dhelp.txt73 via dependency analysis are discarded when writing the output
/external/qemu/docs/
DANDROID-CONFIG-FILES.TXT45 - Any badly formatted line is discarded (and will print a warning)
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt93 are not discarded early due to Z-culling or any other optimization. The
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in186 * unused, such that they will be discarded rather
/external/chromium_org/ppapi/
Dppapi_nacl.gyp75 # discarded anyway. Remove this and the --strip-all flag if

1234