Home
last modified time | relevance | path

Searched refs:interesting (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/third_party/skia/experimental/lowp-basic/
Dbilerp-study.cpp95 auto interesting = {0, 1, 2, 3, 4, 5, 6, 7, 8, 60, 61, 62, 63, 64, 65, 66, 67, 68, 124, 125, in check_bilerp() local
100 for (int p00 : interesting) in check_bilerp()
101 for (int p01 : interesting) in check_bilerp()
102 for (int p10 : interesting) in check_bilerp()
103 for (int p11 : interesting) { in check_bilerp()
/third_party/spirv-tools/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists()
242 interesting = true; in InterestingWhileOpcodeExists()
247 if (interesting) { in InterestingWhileOpcodeExists()
251 return interesting; in InterestingWhileOpcodeExists()
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists()
242 interesting = true; in InterestingWhileOpcodeExists()
247 if (interesting) { in InterestingWhileOpcodeExists()
251 return interesting; in InterestingWhileOpcodeExists()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists()
242 interesting = true; in InterestingWhileOpcodeExists()
247 if (interesting) { in InterestingWhileOpcodeExists()
251 return interesting; in InterestingWhileOpcodeExists()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreducer.cpp200 bool interesting = false; in RunPasses() local
226 interesting = true; in RunPasses()
230 pass->NotifyInteresting(interesting); in RunPasses()
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreduction_pass.h62 void NotifyInteresting(bool interesting);
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dreducer.cpp200 bool interesting = false; in RunPasses() local
226 interesting = true; in RunPasses()
230 pass->NotifyInteresting(interesting); in RunPasses()
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreduction_pass.h62 void NotifyInteresting(bool interesting);
/third_party/spirv-tools/source/reduce/
Dreducer.cpp200 bool interesting = false; in RunPasses() local
226 interesting = true; in RunPasses()
230 pass->NotifyInteresting(interesting); in RunPasses()
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreduction_pass.h62 void NotifyInteresting(bool interesting);
/third_party/python/Lib/html/
Dparser.py99 self.interesting = interesting_normal
124 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
127 self.interesting = interesting_normal
153 match = self.interesting.search(rawdata, i) # < or &
/third_party/typescript/tests/baselines/reference/
DextendingClassFromAliasAndUsageInIndexer.types66 // interesting stuff here
79 // different interesting stuff here
DextendingClassFromAliasAndUsageInIndexer.symbols67 // interesting stuff here
80 // different interesting stuff here
DamdImportAsPrimaryExpression.types14 // Should cause runtime import - interesting optimization possibility, as gets inlined to 0.
DaliasUsageInVarAssignment.types41 // interesting stuff here
DamdImportAsPrimaryExpression.symbols12 // Should cause runtime import - interesting optimization possibility, as gets inlined to 0.
/third_party/python/Lib/test/test_email/data/
Dmsg_35.txt3 Subject: here's something interesting
/third_party/vk-gl-cts/data/gles2/shaders/
Dmisc.test1 group compound_assignment "Compound assignments with interesting lvalues"
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp187 auto& interesting = interestingSamples<T>(); in getInputValues() local
191 const size_t numValues = interesting.size() + normals.size() + otherNormals.size(); in getInputValues()
198 values.reserve(interesting.size() + normals.size() + otherNormals.size() + extra.size()); in getInputValues()
200 std::copy(begin(interesting), end(interesting), std::back_inserter(values)); in getInputValues()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp187 auto& interesting = interestingSamples<T>(); in getInputValues() local
191 const size_t numValues = interesting.size() + normals.size() + otherNormals.size(); in getInputValues()
198 values.reserve(interesting.size() + normals.size() + otherNormals.size() + extra.size()); in getInputValues()
200 std::copy(begin(interesting), end(interesting), std::back_inserter(values)); in getInputValues()
/third_party/curl/docs/cmdline-opts/
Dretry-delay.md20 between retries). This option is only interesting if --retry is also
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
Dcoverage.txt4 1 YES - Noticing interesting things in the amount of time

12345678910>>...14