Home
last modified time | relevance | path

Searched refs:Conditional (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.shaders.discard.txt26 + Conditional discard with compile-time false condition
27 + Conditional discard based on uniform value
28 + Conditional discard based on varying value
29 + Conditional discard based on texture lookup result
/third_party/flutter/skia/src/gpu/
DGrVertexWriter.h29 class Conditional {
31 explicit Conditional(bool condition, const T& value) in Conditional() function
41 static Conditional<T> If(bool condition, const T& value) { in If()
42 return Conditional<T>(condition, value); in If()
79 void write(const Conditional<T>& val, const Args&... remainder) { in write()
/third_party/skia/src/gpu/
DBufferWriter.h71 struct Conditional { struct
77 static Conditional<T> If(bool condition, const T& value) { in If()
198 inline VertexWriter& operator<<(VertexWriter& w, const VertexWriter::Conditional<T>& val) {
/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.misc.data1 CIPHER - Conditional invalid parameter checks
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc60 using ::testing::Conditional;
378 EXPECT_THAT(result, Conditional(shared(), Ne(leaf), Eq(leaf))); in TEST_P()
396 EXPECT_THAT(result, Conditional(shared(), Ne(leaf), Eq(leaf))); in TEST_P()
423 EXPECT_THAT(result, Conditional(shared(), Ne(leaf), Eq(leaf))); in TEST_P()
480 ASSERT_THAT(result, Conditional(shared(), Ne(tree), Eq(tree))); in TEST_P()
511 ASSERT_THAT(result, Conditional(shared(), Ne(tree), Eq(tree))); in TEST_P()
541 ASSERT_THAT(result, Conditional(shared(), Ne(tree), Eq(tree))); in TEST_P()
572 ASSERT_THAT(result, Conditional(shared(), Ne(tree), Eq(tree))); in TEST_P()
829 EXPECT_THAT(result, Conditional(shared(), Ne(leaf), Eq(leaf))); in TEST_P()
845 EXPECT_THAT(result, Conditional(shared(), Ne(tree), Eq(tree))); in TEST_P()
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/
Dgst-plugins-good.supp149 <lame Conditional jump or move depends on uninitialised values>
159 <twolame Conditional jump or move depends on uninitialised values>
167 <twolame Conditional jump or move depends on uninitialised values>
/third_party/node/test/es-module/
Dtest-esm-exports.mjs23 // Conditional split for require
28 // Conditional object exports sugar
77 // Conditional exports with no match are "not exported" errors
143 // Conditional export, even with no match, should still be used instead
Dtest-esm-nowarn-exports.mjs23 'ExperimentalWarning: Conditional exports'
/third_party/python/Misc/
Dvalgrind-python.supp38 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
152 ### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
182 ### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
294 # Valgrind emits "Conditional jump or move depends on uninitialised value(s)"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterBanks.td18 /// Conditional register: NZCV.
/third_party/boost/tools/quickbook/test/
Danchor-1_1.quickbook34 [section Conditional Section Anchor]
Danchor-1_6.quickbook36 [section Conditional Section Anchor]
Danchor-1_7.quickbook36 [section Conditional Section Anchor]
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/
DNVX_conditional_render.txt83 Section 2.X, Conditional Rendering
85 Conditional rendering can be used to discard rendering commands based on
86 the result of an occlusion query. Conditional rendering is started and
/third_party/openGLES/extensions/NVX/
DNVX_conditional_render.txt83 Section 2.X, Conditional Rendering
85 Conditional rendering can be used to discard rendering commands based on
86 the result of an occlusion query. Conditional rendering is started and
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Dfirst_of.hpp.txt81 /// * [Conditional overloading](<Conditional overloading>)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===//
64 // Conditional moves with folded loads with operands swapped and conditions
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_occlusion_query2.txt52 Conditional rendering interacts with this extension.
109 Conditional Rendering
211 Conditional Rendering
213 If Conditional Rendering is not supported, delete edits to
214 section on Conditional Rendering.
DARB_transform_feedback_overflow_query.txt136 Modify Section 10.10, Conditional Rendering
140 Conditional rendering can be used to discard rendering commands based on
141 the result of a query. Conditional rendering is started and stopped using
/third_party/openGLES/extensions/ARB/
DARB_occlusion_query2.txt62 Conditional rendering interacts with this extension.
119 Conditional Rendering
221 Conditional Rendering
223 If Conditional Rendering is not supported, delete edits to
224 section on Conditional Rendering.
DARB_transform_feedback_overflow_query.txt146 Modify Section 10.10, Conditional Rendering
150 Conditional rendering can be used to discard rendering commands based on
151 the result of a query. Conditional rendering is started and stopped using
/third_party/openGLES/extensions/NV/
DNV_conditional_render.txt124 Section 2.X, Conditional Rendering
126 Conditional rendering can be used to discard rendering commands based on
127 the result of an occlusion query. Conditional rendering is started and
315 Conditional rendering uses the results of rasterizing one primitive (an
331 RESOLVED: Conditional rendering may be used for a variety of effects.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_conditional_render.txt124 Section 2.X, Conditional Rendering
126 Conditional rendering can be used to discard rendering commands based on
127 the result of an occlusion query. Conditional rendering is started and
315 Conditional rendering uses the results of rasterizing one primitive (an
331 RESOLVED: Conditional rendering may be used for a variety of effects.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCondMov.td1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===//
9 // This is the Conditional Moves implementation.
13 // Conditional moves:
/third_party/skia/src/gpu/tessellate/
DPatchWriter.h139 static VertexWriter::Conditional<T> If(bool c, const T& v) { return VertexWriter::If(c,v); } in If()

1234567