Home
last modified time | relevance | path

Searched refs:Simulate (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpropagator.cpp87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() function in spvtools::opt::SSAPropagator
175 bool SSAPropagator::Simulate(BasicBlock* block) { in Simulate() function in spvtools::opt::SSAPropagator
186 [&changed, this](Instruction* instr) { changed |= Simulate(instr); }); in Simulate()
193 changed |= Simulate(instr); in Simulate()
248 changed |= Simulate(block); in Run()
256 changed |= Simulate(instr); in Run()
Dpropagator.h221 bool Simulate(BasicBlock* block);
227 bool Simulate(Instruction* instr);
/third_party/spirv-tools/source/opt/
Dpropagator.cpp87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() function in spvtools::opt::SSAPropagator
175 bool SSAPropagator::Simulate(BasicBlock* block) { in Simulate() function in spvtools::opt::SSAPropagator
186 [&changed, this](Instruction* instr) { changed |= Simulate(instr); }); in Simulate()
193 changed |= Simulate(instr); in Simulate()
248 changed |= Simulate(block); in Run()
256 changed |= Simulate(instr); in Run()
Dpropagator.h221 bool Simulate(BasicBlock* block);
227 bool Simulate(Instruction* instr);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dpropagator.cpp87 bool SSAPropagator::Simulate(Instruction* instr) { in Simulate() function in spvtools::opt::SSAPropagator
175 bool SSAPropagator::Simulate(BasicBlock* block) { in Simulate() function in spvtools::opt::SSAPropagator
186 [&changed, this](Instruction* instr) { changed |= Simulate(instr); }); in Simulate()
193 changed |= Simulate(instr); in Simulate()
248 changed |= Simulate(block); in Run()
256 changed |= Simulate(instr); in Run()
Dpropagator.h221 bool Simulate(BasicBlock* block);
227 bool Simulate(Instruction* instr);
/third_party/mbedtls/programs/test/cmake_package/
DCMakeLists.txt4 # Simulate configuring and building Mbed TLS as the user might do it. We'll
/third_party/mbedtls/programs/test/cmake_package_install/
DCMakeLists.txt4 # Simulate configuring and building Mbed TLS as the user might do it. We'll
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dsliver_fixed_extent_layout_test.dart39 // Simulate double precision error.
Dslivers_block_test.dart326 // Simulate double precision error.
/third_party/node/deps/npm/node_modules/lockfile/
DCHANGELOG.md33 * Simulate staleness instead of waiting excessively
/third_party/python/Doc/library/
D_thread.rst66 Simulate the effect of a signal arriving in the main thread.
Dasyncio-stream.rst485 # Simulate the reception of data from the network
/third_party/gstreamer/gstplugins_bad/po/
Dsl.po268 #~ msgid "Simulate Stereo"
Deu.po274 #~ msgid "Simulate Stereo"
Dgl.po274 #~ msgid "Simulate Stereo"
Dfi.po279 #~ msgid "Simulate Stereo"
Dit.po289 #~ msgid "Simulate Stereo"
Dzh_CN.po398 #~ msgid "Simulate Stereo"
Des.po277 #~ msgid "Simulate Stereo"
Dde.po425 #~ msgid "Simulate Stereo"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp142 deInt32 Simulate (deInt32 rate0, deInt32 rate1, deInt32 rate2);
602 deInt32 FSRTestInstance::Simulate(deInt32 rate0, deInt32 rate1, deInt32 rate2) in Simulate() function in vkt::FragmentShadingRate::__anon7f1f85de0111::FSRTestInstance
2284 deInt32 expectedMasks = Simulate(pipelineRate, primitiveRate, attachmentRate); in iterate()
/third_party/flutter/flutter/packages/flutter/test/material/
Dchip_test.dart902 // Simulate a tap on the label to select the chip.
920 // Simulate another tap on the label to deselect the chip.
978 // Simulate a tap on the label to select the chip.
996 // Simulate another tap on the label to deselect the chip.
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dmouse_tracking_test.dart220 // Simulate layer going away by detaching it.
/third_party/python/Doc/howto/
Ddescriptor.rst1137 "Simulate func_descr_get() in Objects/funcobject.c"
1544 'Simulate how the type metaclass adds member objects for slots'
1561 'Simulate how object.__new__() allocates memory for __slots__'

123