| /external/skia/src/sksl/ir/ |
| D | SkSLProgram.h | 65 struct Program { struct 106 using Shared = std::vector<const ProgramElement*>::const_iterator; argument 129 friend struct Program; argument 131 ElementsCollection(const Program& program) : fProgram(program) {} in ElementsCollection() argument 132 const Program& fProgram; argument 150 const ProgramUsage* usage() const { return fUsage.get(); } in usage() argument 153 std::unique_ptr<ProgramConfig> fConfig; argument 155 std::unique_ptr<ProgramUsage> fUsage; argument 161 std::vector<std::unique_ptr<ProgramElement>> fOwnedElements; argument 164 std::vector<const ProgramElement*> fSharedElements; argument [all …]
|
| /external/rust/crates/regex/src/ |
| D | prog.rs | 18 pub struct Program { struct 20 pub insts: Vec<Inst>, 24 pub matches: Vec<InstPtr>, 27 pub captures: Vec<Option<String>>, 29 pub capture_name_idx: Arc<HashMap<String, usize>>, 35 pub start: InstPtr, 38 pub byte_classes: Vec<u8>, 40 pub only_utf8: bool, 43 pub is_bytes: bool, 47 pub is_dfa: bool, [all …]
|
| /external/deqp/framework/referencerenderer/ |
| D | rrRenderer.hpp | 75 struct Program struct 77 Program(const VertexShader *vertexShader_, const FragmentShader *fragmentShader_, in Program() argument 85 const VertexShader *vertexShader; 86 const FragmentShader *fragmentShader; 87 const GeometryShader *geometryShader;
|
| /external/deqp/external/vulkancts/modules/vulkan/ |
| D | vktBuildPrograms.cpp | 184 struct Program struct 186 enum Status 195 vk::ProgramIdentifier id; 197 Status buildStatus; 198 std::string buildLog; 199 ProgramBinarySp binary; 201 Status validationStatus; 202 std::string validationLog; 204 vk::SpirvValidatorOptions validatorOptions; 206 explicit Program(const vk::ProgramIdentifier &id_, const vk::SpirvValidatorOptions &valOptions_) in Program() function [all …]
|
| /external/angle/src/tests/perf_tests/ |
| D | ParallelLinkProgramPerfTest.cpp | 104 struct Program struct in __anonb395bef30111::ParallelLinkProgramBenchmark 106 std::string vertexShader; 107 std::string fragmentShader; 109 GLuint vs; 110 GLuint fs; 111 GLuint program;
|
| /external/tensorflow/tensorflow/core/profiler/convert/ |
| D | op_profile_builder.h | 55 struct Program { struct 60 std::string GenerateProgramName(uint64_t program_id) const; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Program.cpp | 30 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait() 51 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait() 67 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits()
|
| /external/angle/src/libANGLE/ |
| D | CLProgram.cpp | 207 Program::Program(Context &context, std::string &&source) in Program() function in cl::Program 217 Program::Program(Context &context, const void *il, size_t length) in Program() function in cl::Program 227 Program::Program(Context &context, in Program() function in cl::Program 238 Program::Program(Context &context, DevicePtrs &&devices, const char *kernelNames) in Program() function in cl::Program 245 Program::Program(Context &context, in Program() function in cl::Program
|
| D | MemoryProgramCache.h | 22 class Program; variable
|
| /external/mesa3d/src/gallium/frontends/rusticl/core/ |
| D | program.rs | 76 pub struct Program { struct 80 pub src: ProgramSourceType, argument 81 build: Mutex<ProgramBuild>, argument 84 impl_cl_type_trait!(cl_program, Program, CL_INVALID_PROGRAM); argument 337 impl Program { impl 358 pub fn new(context: Arc<Context>, src: CString) -> Arc<Program> { in new() 377 ) -> Arc<Program> { in from_bins() 449 pub fn from_spirv(context: Arc<Context>, spirv: &[u8]) -> Arc<Program> { in from_spirv() 691 progs: &[Arc<Program>], in link() 693 ) -> Arc<Program> { in link()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | Program.cpp | 32 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait() 57 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait() 74 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits()
|
| /external/starlark-go/starlark/ |
| D | eval.go | 282 type Program struct { struct 283 compiled *compile.Program 293 func (prog *Program) Filename() string { return prog.compiled.Toplevel.Pos.Filename() } 295 func (prog *Program) String() string { return prog.Filename() } 298 func (prog *Program) NumLoads() int { return len(prog.compiled.Loads) } 303 func (prog *Program) Load(i int) (string, syntax.Position) { 309 func (prog *Program) Write(out io.Writer) error { 408 func (prog *Program) Init(thread *Thread, predeclared StringDict) (StringDict, error) { 469 func makeToplevelFunction(prog *compile.Program, predeclared StringDict) *Function {
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Program.cpp | 30 int sys::ExecuteAndWait(StringRef Program, const char **args, const char **envp, in ExecuteAndWait() 49 ProcessInfo sys::ExecuteNoWait(StringRef Program, const char **args, in ExecuteNoWait()
|
| /external/llvm/lib/Support/ |
| D | Program.cpp | 30 int sys::ExecuteAndWait(StringRef Program, const char **args, const char **envp, in ExecuteAndWait() 49 ProcessInfo sys::ExecuteNoWait(StringRef Program, const char **args, in ExecuteNoWait()
|
| /external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestProtoOutsideProject/project/ |
| D | Program.cs | 23 public class Program class
|
| /external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/ |
| D | Program.cs | 23 public class Program class
|
| /external/cronet/third_party/protobuf/csharp/src/AddressBook/ |
| D | Program.cs | 42 internal class Program class
|
| /external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
| D | Program.cs | 37 class Program class
|
| /external/flatbuffers/tests/FlatBuffers.Benchmarks/ |
| D | Program.cs | 21 public static class Program class
|
| /external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestSingleProto/ |
| D | Program.cs | 23 public class Program class
|
| /external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| D | Program.cs | 40 class Program class
|
| /external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestExtraOptions/ |
| D | Program.cs | 23 public class Program class
|
| /external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| D | Program.cs | 40 class Program class
|
| /external/grpc-grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestMultipleProtos/ |
| D | Program.cs | 23 public class Program class
|
| /external/protobuf/csharp/src/AddressBook/ |
| D | Program.cs | 42 internal class Program class
|