/third_party/skia/third_party/externals/tint/src/val/ |
D | hlsl.cc | 34 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/ |
D | generate_gl_dispatch_table.py | 168 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/ |
D | generate_gl_dispatch_table.py | 169 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/ |
D | generator.h | 61 std::vector<std::pair<std::string, ast::PipelineStage>> entry_points; member
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator.h | 85 std::vector<std::pair<std::string, ast::PipelineStage>> entry_points; member
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 230 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/ |
D | spirv_builder.h | 50 struct spirv_buffer entry_points; member
|
/third_party/spirv-tools/source/opt/ |
D | module.h | 449 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/ |
D | module.h | 449 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/ |
D | module.h | 449 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/ |
D | spirv_cross_parsed_ir.hpp | 102 std::unordered_map<FunctionID, SPIREntryPoint> entry_points; member in SPIRV_CROSS_NAMESPACE::ParsedIR
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | tint_common_fuzzer.cc | 264 auto entry_points = inspector.GetEntryPoints(); in RunInspector() local
|
/third_party/spirv-tools/source/val/ |
D | validate_decorations.cpp | 925 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
|
D | validate_interfaces.cpp | 73 std::vector<uint32_t> entry_points; in check_interface_variable() local
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_decorations.cpp | 941 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
|
D | validate_interfaces.cpp | 77 std::vector<uint32_t> entry_points; in check_interface_variable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_decorations.cpp | 941 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
|
D | validate_interfaces.cpp | 77 std::vector<uint32_t> entry_points; in check_interface_variable() local
|
/third_party/skia/third_party/externals/tint/samples/ |
D | main.cc | 698 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/ |
D | generate_entry_points.py | 1010 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/ |
D | validation_state.h | 156 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/ |
D | builder.h | 161 const InstructionList& entry_points() const { return entry_points_; } in entry_points() function
|
/third_party/python/Lib/importlib/metadata/ |
D | __init__.py | 600 def entry_points(self): member in Distribution 958 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]: function
|
/third_party/spirv-tools/source/link/ |
D | linker.cpp | 284 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/ |
D | linker.cpp | 285 std::vector<std::pair<uint32_t, const char*>> entry_points; in MergeModules() local
|