Home
last modified time | relevance | path

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

12

/third_party/mbedtls/scripts/data_files/driver_jsons/
Dmbedtls_test_transparent_driver.json10 "entry_points": ["import_key"], array
16 "entry_points": ["export_public_key"], array
Dmbedtls_test_opaque_driver.json11 "entry_points": ["import_key", "export_key", "export_public_key"] array
16 "entry_points": ["copy_key", "get_builtin_key"], array
Dp256_transparent_driver.json10 "entry_points": ["import_key", "export_public_key"], array
Ddriver_transparent_schema.json38 "entry_points": { object
Ddriver_opaque_schema.json42 "entry_points": { object
/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/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/mesa3d/.gitlab-ci/windows/
Dspirv2dxil_check.ps128 …$entry_points = $content | Select-String -Pattern '^OpEntryPoint\s(\w+)[^"]+"(\w+)"' | Select-Obje… variable
/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/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h50 struct spirv_buffer entry_points; member
/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/spirv-tools/source/opt/
Dmodule.h477 inline IteratorRange<Module::inst_iterator> Module::entry_points() { in entry_points() function
481 inline IteratorRange<Module::const_inst_iterator> Module::entry_points() const { in entry_points() function
Dinvocation_interlock_placement_pass.cpp457 std::unordered_set<Function*> entry_points; in Process() local
/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/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/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/spirv-tools/source/val/
Dvalidate_decorations.cpp1068 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1084 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1112 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
1194 auto entry_points = vstate.EntryPointReferences(var_id); in CheckDecorationsOfBuffers() local
Dvalidate_interfaces.cpp79 std::vector<uint32_t> entry_points; in check_interface_variable() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h161 const InstructionList& entry_points() const { return entry_points_; } in entry_points() function

12