Home
last modified time | relevance | path

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

123456

/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() argument
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/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
/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/boost/libs/math/dot_net_example/distribution_explorer/
DProgram.cs7 static class Program class
/third_party/grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
DProgram.cs21 class Program class
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DProgram.cs23 class Program class
/third_party/grpc/examples/csharp/Helloworld/GreeterClient/
DProgram.cs21 class Program class
/third_party/grpc/src/csharp/Grpc.IntegrationTesting.Server/
DProgram.cs23 class Program class
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideServer/
DProgram.cs24 class Program class
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/
DProgram.cs42 internal class Program class
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DProgram.cs37 class Program class
/third_party/skia/src/core/
DSkVM_fwd.h14 class Program; variable
/third_party/grpc/src/csharp/Grpc.IntegrationTesting.QpsWorker/
DProgram.cs24 class Program class
/third_party/grpc/src/csharp/Grpc.IntegrationTesting.Client/
DProgram.cs24 class Program class
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DProgram.cs40 class Program class
/third_party/flatbuffers/tests/FlatBuffers.Test/
DProgram.cs24 static class Program class
/third_party/protobuf/csharp/src/AddressBook/
DProgram.cs42 internal class Program class
/third_party/grpc/src/csharp/Grpc.IntegrationTesting.XdsClient/
DProgram.cs24 class Program class
/third_party/flatbuffers/tests/FlatBuffers.Benchmarks/
DProgram.cs21 public static class Program class

123456