Home
last modified time | relevance | path

Searched refs:Discard (Results 1 – 25 of 93) sorted by relevance

1234

/external/deqp/doc/testspecs/GLES2/
Dfunctional.shaders.discard.txt30 + Discard in main()
31 + Discard in user-defined function
32 + Discard inside static for loop
33 + Discard inside uniform for loop
34 + Discard inside static loop in user-defined function
38 + Discard when rendering lines and points
/external/deqp/doc/testspecs/GLES3/
Dfunctional.rasterizer_discard.txt31 - Discard test for default framebuffer
32 - Discard test for default framebuffer with scissor test enabled
33 - Discard test for a framebuffer object
Dfunctional.shaders.fragdepth.txt30 - Discard before and after write
/external/scapy/test/
Dp0f.uts84 = Discard non-multiple option values when multiples required
91 = Discard bad timestamp values
100 = Discard 2nd timestamp of 0 if "T" quirk is present
/external/llvm/lib/IR/
DLLVMContext.cpp340 void LLVMContext::setDiscardValueNames(bool Discard) { in setDiscardValueNames() argument
341 pImpl->DiscardValueNames = Discard; in setDiscardValueNames()
/external/v8/src/parsing/
Dexpression-classifier.h111 Discard(); in ~ExpressionClassifier()
373 V8_INLINE void Discard() { in Discard() function
/external/llvm/include/llvm/IR/
DLLVMContext.h119 void setDiscardValueNames(bool Discard);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h128 void setDiscardValueNames(bool Discard);
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9ex.h141 BOOL Discard,
Ddevice9ex.c211 BOOL Discard, in NineDevice9Ex_CreateDepthStencilSurfaceEx() argument
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp248 BoundNodesTreeBuilder Discard(*Builder); in NotUnaryOperator() local
249 return !InnerMatchers[0].matches(DynNode, Finder, &Discard); in NotUnaryOperator()
/external/python/cpython2/Tools/compiler/
Dast.txt37 Discard: expr
/external/libmojo/mojo/edk/system/
Dchannel.cc493 void Discard(size_t num_bytes) { in Discard() function in mojo::edk::Channel::ReadBuffer
663 read_buffer_->Discard(legacy_header->num_bytes); in OnReadComplete()
/external/python/cpython2/Lib/compiler/
Dtransformer.py275 assert isinstance(code.nodes[0], Discard)
311 assert isinstance(code.nodes[0], Discard)
367 return Discard(exprNode, lineno=exprNode.lineno)
419 return Discard(expr, lineno=expr.lineno)
811 return Discard(Const(None))
/external/python/cpython2/Lib/test/
Dtest_compiler.py265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
/external/python/cpython3/Doc/library/
Dtermios.rst65 Discard queued data on file descriptor *fd*. The *queue* selector specifies
/external/python/cpython2/Doc/library/
Dtermios.rst65 Discard queued data on file descriptor *fd*. The *queue* selector specifies
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dinline-asm-fpstack.ll316 ; Discard dead result in st(0), bring x to the top.
321 ; Discard both results.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas963 procedure DiscardOffChannelTokens(const Discard: Boolean);
2367 procedure DiscardOffChannelTokens(const Discard: Boolean);
4772 procedure TCommonTokenStream.DiscardOffChannelTokens(const Discard: Boolean);
4774 FDiscardOffChannelTokens := Discard;
4788 Discard: Boolean;
4794 Discard := False;
4801 Discard := True
4804 Discard := True;
4806 if (not Discard) then
/external/llvm/test/CodeGen/X86/
Dinline-asm-fpstack.ll316 ; Discard dead result in st(0), bring x to the top.
321 ; Discard both results.
/external/golang-protobuf/proto/
Dtext_test.go245 w := ioutil.Discard
/external/ply/ply/example/GardenSnake/
DGardenSnake.py486 p[0] = ast.Discard(p[1])
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86.td237 // Discard comments in assembly strings.
/external/libdrm/intel/tests/
Dgen7-3d.batch-ref.txt52 0x123000cc: 0x00000000: Reorder disable, Discard Adjaceny disable, GS disable
/external/llvm/lib/Target/X86/
DX86.td790 // Discard comments in assembly strings.
803 // Discard comments in assembly strings.

1234