Home
last modified time | relevance | path

Searched defs:Program (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/skia/src/sksl/ir/
DSkSLProgram.h65 struct Program { struct
66 using Settings = ProgramSettings; argument
76 Program(std::unique_ptr<String> source, in Program() function
97 ~Program() { in ~Program() argument
140 using Shared = std::vector<const ProgramElement*>::const_iterator; argument
163 friend struct Program; argument
165 ElementsCollection(const Program& program) : fProgram(program) {} in ElementsCollection() argument
166 const Program& fProgram; argument
176 for (const ProgramElement* e : this->elements()) { in description() argument
182 const ProgramUsage* usage() const { return fUsage.get(); } in usage() argument
[all …]
/third_party/flutter/skia/src/sksl/ir/
DSkSLProgram.h39 struct Program { struct
60 case Program::Settings::Value::kBool_Kind: in literal() argument
113 struct Inputs {
175 friend struct Program; argument
218 friend struct Program; argument
230 Program(Kind kind, in Program() function
247 iterator begin() { in begin()
255 iterator end() { in end()
263 const_iterator begin() const { in begin()
290 std::vector<std::unique_ptr<ProgramElement>>* fInheritedElements; argument
[all …]
/third_party/rust/crates/regex/src/
Dprog.rs18 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 …]
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.hpp62 struct Program struct
64Program (const VertexShader* vertexShader_, const FragmentShader* fragmentShader_, const GeometryS… in Program() function
71 const VertexShader* vertexShader;
72 const FragmentShader* fragmentShader;
73 const GeometryShader* geometryShader;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp184 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& valOption… in Program() function
[all …]
/third_party/skia/third_party/externals/tint/src/
Dprogram.cc26 std::string DefaultPrinter(const Program*) { in DefaultPrinter()
36 Program::Program(Program&& program) in Program() function in tint::Program
51 Program::Program(ProgramBuilder&& builder) { in Program() function in tint::Program
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProgram.cpp30 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()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DShader.h44 friend class Program; variable
97 friend class Program; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLProgram.cpp206 Program::Program(Context &context, std::string &&source, cl_int &errorCode) in Program() function in cl::Program
214 Program::Program(Context &context, const void *il, size_t length, cl_int &errorCode) in Program() function in cl::Program
223 Program::Program(Context &context, in Program() function in cl::Program
237 Program::Program(Context &context, DevicePtrs &&devices, const char *kernelNames, cl_int &errorCode) in Program() function in cl::Program
245 Program::Program(Context &context, in Program() function in cl::Program
DMemoryProgramCache.h22 class Program; variable
DCLKernel.h56 friend class Program; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DProgram.cpp30 int sys::ExecuteAndWait(StringRef Program, const char **args, const char **envp, in ExecuteAndWait()
49 ProcessInfo sys::ExecuteNoWait(StringRef Program, const char **args, in ExecuteNoWait()
/third_party/skia/src/core/
DSkVM_fwd.h14 class Program; variable
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DProgram.cs37 class Program class
/third_party/flatbuffers/tests/FlatBuffers.Benchmarks/
DProgram.cs21 public static class Program class
/third_party/flatbuffers/tests/FlatBuffers.Test/
DProgram.cs24 static class Program class
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DProgram.cs40 class Program class
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/
DProgram.cs42 internal class Program class
/third_party/protobuf/csharp/src/AddressBook/
DProgram.cs42 internal class Program class
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.h22 class Program; variable
/third_party/skia/third_party/externals/tint/src/val/
Dval.h26 class Program; variable
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator.h26 class Program; variable
/third_party/skia/third_party/externals/tint/docs/
Darch.md154 ## Program section in Tint Architecture
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator.h29 class Program; variable
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DProgram.cs44 class Program class

12345