Home
last modified time | relevance | path

Searched defs:entry_points (Results 1 – 23 of 23) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py169 def format_requirements_lines(required, entry_points): argument
177 def format_extension_requirements_lines(extension, entry_points, api): argument
/external/python/setuptools/docs/userguide/
Dentry_point.rst1 .. _`entry_points`: target
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h48 struct spirv_buffer entry_points; member
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h451 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
455 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h451 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
455 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmodule.h451 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
455 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_decorations.cpp962 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
978 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1006 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1087 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
Dvalidate_interfaces.cpp77 std::vector<uint32_t> entry_points; in check_interface_variable() local
Dvalidation_state.h227 const std::vector<uint32_t>& entry_points() const { return entry_points_; } in entry_points() function
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp962 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
978 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1006 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1087 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
Dvalidate_interfaces.cpp77 std::vector<uint32_t> entry_points; in check_interface_variable() local
Dvalidation_state.h229 const std::vector<uint32_t>& entry_points() const { return entry_points_; } in entry_points() function
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp962 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
978 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1006 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1087 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
Dvalidate_interfaces.cpp77 std::vector<uint32_t> entry_points; in check_interface_variable() local
Dvalidation_state.h227 const std::vector<uint32_t>& entry_points() const { return entry_points_; } in entry_points() function
/external/python/setuptools/setuptools/config/
Dexpand.py375 def entry_points(text: str, text_source="entry-points") -> Dict[str, dict]: function
/external/python/cpython3/Lib/importlib/metadata/
D__init__.py630 def entry_points(self): member in Distribution
987 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]: function
/external/python/setuptools/setuptools/_vendor/importlib_metadata/
D__init__.py608 def entry_points(self): member in Distribution
977 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]: function
/external/vulkan-validation-layers/layers/
Dshader_validation.h120 std::unordered_multimap<std::string, EntryPoint> entry_points; member
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp315 std::vector<std::pair<uint32_t, std::string>> entry_points; in MergeModules() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/link/
Dlinker.cpp315 std::vector<std::pair<uint32_t, std::string>> entry_points; in MergeModules() local
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp315 std::vector<std::pair<uint32_t, std::string>> entry_points; in MergeModules() local
/external/angle/scripts/
Dgenerate_entry_points.py1981 def write_file(annotation, comment, template, entry_points, suffix, includes, lib, file): argument
2000 def write_export_files(entry_points, includes, source, lib_name, lib_description): argument