Home
last modified time | relevance | path

Searched refs:Conditional (Results 1 – 25 of 167) 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/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/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_conditional_rendering.adoc36 *RESOLVED*: Conditional rendering should not affect copies and blits.
44 Conditional rendering must: not be active in the primary command buffer if
DVK_EXT_conditional_rendering.txt36 *RESOLVED*: Conditional rendering should not affect copies and blits.
44 Conditional rendering must: not be active in the primary command buffer if
/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/node/test/es-module/
Dtest-esm-exports.mjs21 // Conditional split for require
26 // Conditional object exports sugar
82 // Conditional exports with no match are "not exported" errors
154 // Conditional export, even with no match, should still be used instead
/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/mbedtls/tests/suites/
Dtest_suite_cipher.misc.data1 CIPHER - Conditional invalid parameter checks
/third_party/node/deps/v8/tools/torque/vim-torque/syntax/
Dtorque.vim57 hi def link torqueBranch Conditional
59 hi def link torqueConditional Conditional
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterBanks.td18 /// Conditional register: NZCV.
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-conditional-types/
Darkts-no-conditional-types-5-error.ets17 // Counterexample: Conditional type selection
Darkts-no-conditional-types-3-error.ets17 // Counterexample: Conditional type selection
Darkts-no-conditional-types-7-error.ets17 // Counterexample: Conditional type selection
/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/typescript/tests/arkTSTest/testcase/arkts-no-misplaced-imports/
Darkts-no-misplaced-imports-12-ok.ets20 // Conditional statements and loops
Darkts-no-misplaced-imports-11-error.ets18 // Conditional statements and loops
/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/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/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/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/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:

1234567