Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/tint/src/val/
Dhlsl.cc34 const EntryPointList& entry_points) { in HlslUsingDXC()
100 const EntryPointList& entry_points) { in HlslUsingFXC()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py168 def format_requirements_lines(required, entry_points): argument
176 def format_extension_requirements_lines(extension, entry_points, api): argument
/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator.h61 std::vector<std::pair<std::string, ast::PipelineStage>> entry_points; member
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator.h85 std::vector<std::pair<std::string, ast::PipelineStage>> entry_points; member
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h230 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
234 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h50 struct spirv_buffer entry_points; member
/third_party/spirv-tools/source/opt/
Dmodule.h449 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
453 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h449 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
453 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h449 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
453 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.hpp102 std::unordered_map<FunctionID, SPIREntryPoint> entry_points; member in SPIRV_CROSS_NAMESPACE::ParsedIR
/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_common_fuzzer.cc264 auto entry_points = inspector.GetEntryPoints(); in RunInspector() local
/third_party/spirv-tools/source/val/
Dvalidate_decorations.cpp925 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
941 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
969 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1048 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
Dvalidate_interfaces.cpp73 std::vector<uint32_t> entry_points; in check_interface_variable() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_decorations.cpp941 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
957 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
985 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1066 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
Dvalidate_interfaces.cpp77 std::vector<uint32_t> entry_points; in check_interface_variable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp941 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
957 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
985 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1066 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
Dvalidate_interfaces.cpp77 std::vector<uint32_t> entry_points; in check_interface_variable() local
/third_party/skia/third_party/externals/tint/samples/
Dmain.cc698 auto entry_points = inspector.GetEntryPoints(); in GenerateMsl() local
1140 auto entry_points = inspector.GetEntryPoints(); in main() local
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py1010 def write_file(annotation, comment, template, entry_points, suffix, includes, lib, file): argument
1029 def write_export_files(entry_points, includes, source, lib_name, lib_description): argument
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.h156 const std::vector<uint32_t>& entry_points() const { return entry_points_; } in entry_points() function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h161 const InstructionList& entry_points() const { return entry_points_; } in entry_points() function
/third_party/python/Lib/importlib/metadata/
D__init__.py600 def entry_points(self): member in Distribution
958 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]: function
/third_party/spirv-tools/source/link/
Dlinker.cpp284 std::vector<std::pair<uint32_t, const char*>> entry_points; in MergeModules() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp285 std::vector<std::pair<uint32_t, const char*>> entry_points; in MergeModules() local

12