Home
last modified time | relevance | path

Searched defs:program (Results 26 - 50 of 614) sorted by relevance

12345678910>>...25

/third_party/skia/tests/
H A DSkSLSPIRVTestbed.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, SkSL::String(src), in test() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser.cc48 auto program = Program(std::move(output)); in Parse() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator.cc32 Result Generate(const Program* program, const Options& options) { in Generate() argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator.cc34 Result Generate(const Program* program, const Options& options) { in Generate() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dgenerator.cc27 Result Generate(const Program* program, const Options& options) { in Generate() argument
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator.cc26 Result Generate(const Program* program, const Options&) { in Generate() argument
H A Dtest_helper.h56 std::unique_ptr<Program> program; member in tint::writer::wgsl::TestHelperBase
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzSKSL2Pipeline.cpp20 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2Pipeline() local
H A DFuzzSKSL2SPIRV.cpp26 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2SPIRV() local
H A DFuzzSKSL2Metal.cpp18 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2Metal() local
H A DFuzzSKSL2GLSL.cpp18 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2GLSL() local
/third_party/glslang/gtests/
H A DLink.FromFile.cpp70 glslang::TProgram program; in TEST_P() local
/third_party/libunwind/libunwind/tests/
H A Dforker.c35 char *program, **child_argv; in main() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_dead_code_analysis.cpp96 dead_code_analysis(Program* program) in dead_code_analysis() argument
H A Daco_reduce_assign.cpp40 setup_reduce_temp(Program* program) in setup_reduce_temp() argument
[all...]
/third_party/mesa3d/src/mesa/program/
H A Darbprogparse.c65 _mesa_parse_arb_fragment_program(struct gl_context* ctx, GLenum target, const GLvoid *str, GLsizei len, struct gl_program *program) _mesa_parse_arb_fragment_program() argument
159 _mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target, const GLvoid *str, GLsizei len, struct gl_program *program) _mesa_parse_arb_vertex_program() argument
[all...]
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
H A Drpc_server.c13 int program = 2000333; variable
/third_party/skia/third_party/externals/spirv-tools/tools/link/
H A Dlinker.cpp30 void print_usage(const char* program) { in print_usage() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DContextLostTest.cpp89 GLuint program = glCreateProgram(); in TEST_P() local
143 GLuint program = glCreateProgram(); in TEST_P() local
H A DLinkAndRelinkTest.cpp44 GLuint program in TEST_P() local
69 GLuint program = glCreateProgram(); TEST_P() local
204 GLuint program = glCreateProgram(); TEST_P() local
232 GLuint program = glCreateProgram(); TEST_P() local
326 GLuint program = glCreateProgram(); TEST_P() local
391 GLuint program = glCreateProgram(); TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DShaderVariable_test.cpp224 const char *program[] = { in TEST() local
/third_party/skia/src/core/
H A DSkBlenderBase.h36 skvm::Color program(skvm::Builder* p, skvm::Color src, skvm::Color dst, in program() function in SkBlenderBase
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexProgram.cpp69 void VertexProgram::program(Pointer<UInt> &batch, UInt &vertexCount) in program() function in sw::VertexProgram
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/link/
H A Dlinker.cpp30 void print_usage(const char* program) { in print_usage() argument
/third_party/skia/src/sksl/transform/
H A DSkSLEliminateUnreachableCode.cpp20 void Transform::EliminateUnreachableCode(Program& program, ProgramUsage* usage) { in EliminateUnreachableCode() argument

Completed in 8 milliseconds

12345678910>>...25