Home
last modified time | relevance | path

Searched defs:Program (Results 1 – 25 of 122) 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() argument
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/skia/m133/src/sksl/ir/
DSkSLProgram.h65 struct SK_API 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 …]
/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() argument
71 const VertexShader* vertexShader;
72 const FragmentShader* fragmentShader;
73 const GeometryShader* geometryShader;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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() argument
[all …]
/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/mesa3d/src/gallium/frontends/rusticl/core/
Dprogram.rs83 pub struct Program { struct
87 pub src: ProgramSourceType, argument
88 build: Mutex<ProgramBuild>, argument
91 impl_cl_type_trait!(cl_program, Program, CL_INVALID_PROGRAM); argument
280 impl Program { implementation
297 pub fn new(context: Arc<Context>, src: CString) -> Arc<Program> { in new()
379 ) -> Result<Arc<Program>, Vec<cl_int>> { in from_bins()
430 pub fn from_spirv(context: Arc<Context>, spirv: &[u8]) -> Arc<Program> { in from_spirv()
665 progs: &[Arc<Program>], in link()
667 ) -> Arc<Program> { in link()
/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/lwip/contrib/apps/LwipMibCompiler/MibViewer/
DProgram.cs38 static class Program class
/third_party/flatbuffers/tests/FlatBuffers.Benchmarks/
DProgram.cs21 public static class Program class
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/
DProgram.cs19 internal class Program class
/third_party/skia/m133/src/sksl/codegen/
DSkSLRasterPipelineCodeGenerator.h19 namespace RP { class Program; } variable
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestExtraOptions/
DProgram.cs23 public class Program class
/third_party/skia/src/core/
DSkVM_fwd.h14 class Program; variable
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestAtInPath/
DProgram.cs23 public class Program class
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/
DProgram.cs23 public class Program class
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestSetOutputDirs/
DProgram.cs23 public class Program class
/third_party/protobuf/csharp/src/AddressBook/
DProgram.cs19 internal class Program class
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestGrpcServicesMetadata/
DProgram.cs23 public class Program class
/third_party/flatbuffers/tests/FlatBuffers.Test/
DProgram.cs24 static class Program class
/third_party/grpc/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestProtoOutsideProject/project/
DProgram.cs23 public class Program class

12345