/third_party/skia/src/sksl/ir/ |
D | SkSLProgram.h | 65 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/ |
D | SkSLProgram.h | 39 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/ |
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 …]
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderer.hpp | 62 struct Program struct 64 …Program (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/ |
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& valOption… in Program() function [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | program.cc | 26 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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Shader.h | 44 friend class Program; variable 97 friend class Program; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLProgram.cpp | 206 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
|
D | MemoryProgramCache.h | 22 class Program; variable
|
D | CLKernel.h | 56 friend class Program; variable
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/src/core/ |
D | SkVM_fwd.h | 14 class Program; variable
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | Program.cs | 37 class Program class
|
/third_party/flatbuffers/tests/FlatBuffers.Benchmarks/ |
D | Program.cs | 21 public static class Program class
|
/third_party/flatbuffers/tests/FlatBuffers.Test/ |
D | Program.cs | 24 static class Program class
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | Program.cs | 40 class Program class
|
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/ |
D | Program.cs | 42 internal class Program class
|
/third_party/protobuf/csharp/src/AddressBook/ |
D | Program.cs | 42 internal class Program class
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | MemoryProgramCache.h | 22 class Program; variable
|
/third_party/skia/third_party/externals/tint/src/val/ |
D | val.h | 26 class Program; variable
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
D | generator.h | 26 class Program; variable
|
/third_party/skia/third_party/externals/tint/docs/ |
D | arch.md | 154 ## Program section in Tint Architecture
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator.h | 29 class Program; variable
|
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Program.cs | 44 class Program class
|