HomeSort by relevance Sort by last modified time
    Searched refs:entry_points (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/walt/pywalt/
setup.py 7 entry_points={ variable
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_interfaces.cpp 66 std::vector<uint32_t> entry_points; local
69 entry_points.push_back(id);
73 std::sort(entry_points.begin(), entry_points.end());
74 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()),
75 entry_points.end());
77 for (auto id : entry_points) {
validate_mode_setting.cpp 228 const auto found = std::find(_.entry_points().cbegin(),
229 _.entry_points().cend(), entry_point_id);
230 if (found == _.entry_points().cend()) {
validate_decorations.cpp 640 for (uint32_t entry_point : vstate.entry_points()) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_interfaces.cpp 66 std::vector<uint32_t> entry_points; local
69 entry_points.push_back(id);
73 std::sort(entry_points.begin(), entry_points.end());
74 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()),
75 entry_points.end());
77 for (auto id : entry_points) {
validate_mode_setting.cpp 228 const auto found = std::find(_.entry_points().cbegin(),
229 _.entry_points().cend(), entry_point_id);
230 if (found == _.entry_points().cend()) {
validate_decorations.cpp 647 for (uint32_t entry_point : vstate.entry_points()) {
    [all...]
  /external/python/rsa/
setup.py 57 entry_points={'console_scripts': [ variable
  /external/swiftshader/third_party/LLVM/utils/lit/
setup.py 65 entry_points = { variable
  /external/llvm/utils/lit/
setup.py 72 entry_points = { variable
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/
setup.py 72 entry_points = { variable
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
setup.py 41 entry_points={ variable
  /external/mesa3d/src/mapi/glapi/gen/
gl_procs.py 97 for n in func.entry_points:
116 for n in func.entry_points:
125 for n in func.entry_points:
133 for n in func.entry_points:
gl_XML.py 600 self.entry_points = []
656 self.entry_points.append( name )
757 entry_points = []
758 for ent in self.entry_points:
764 entry_points.append(ent)
766 if not entry_points:
769 self.entry_points = entry_points
770 if self.name not in entry_points:
772 self.name = entry_points[0
    [all...]
gl_SPARC_asm.py 233 for n in f.entry_points:
gl_x86_asm.py 205 for n in f.entry_points:
remap_helper.py 50 for ent in func.entry_points:
  /external/python/apitools/
setup.py 71 entry_points={'console_scripts': CONSOLE_SCRIPTS}, variable
  /external/yapf/
setup.py 67 entry_points={
  /external/deqp-deps/SPIRV-Tools/source/opt/
module.h 184 inline IteratorRange<inst_iterator> entry_points();
185 inline IteratorRange<const_inst_iterator> entry_points() const;
403 inline IteratorRange<Module::inst_iterator> Module::entry_points() { function in class:spvtools::opt::Module
407 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { function in class:spvtools::opt::Module
  /external/python/setuptools/
setup.py 111 entry_points={ variable
124 "entry_points = setuptools.dist:check_entry_points",
142 "entry_points.txt = setuptools.command.egg_info:write_entries",
  /external/python/setuptools/setuptools/tests/
test_install_scripts.py 17 entry_points={'console_scripts': ['foo=foo:foo']},
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
module.h 184 inline IteratorRange<inst_iterator> entry_points();
185 inline IteratorRange<const_inst_iterator> entry_points() const;
403 inline IteratorRange<Module::inst_iterator> Module::entry_points() { function in class:spvtools::opt::Module
407 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { function in class:spvtools::opt::Module
  /external/deqp-deps/SPIRV-Tools/test/val/
val_validation_state_test.cpp 173 // Tests that the entry_points in ValidationState is correct.
180 EXPECT_EQ(size_t(1), vstate_->entry_points().size());
182 vstate_->FindDef(vstate_->entry_points()[0])->opcode());
  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_validation_state_test.cpp 173 // Tests that the entry_points in ValidationState is correct.
180 EXPECT_EQ(size_t(1), vstate_->entry_points().size());
182 vstate_->FindDef(vstate_->entry_points()[0])->opcode());

Completed in 891 milliseconds

1 2 3