| /third_party/skia/src/core/ |
| H A D | SkColorSpaceXformSteps.cpp | 199 skvm::Color SkColorSpaceXformSteps::program(skvm::Builder* p, skvm::Uniforms* uniforms, in program() function in SkColorSpaceXformSteps
|
| /third_party/skia/src/gpu/gl/builders/ |
| H A D | GrGLShaderStringBuilder.cpp | 28 std::unique_ptr<SkSL::Program> program; in GrSkSLtoGLSL() local
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLGpuProgramCache.cpp | 108 sk_sp<GrGLProgram> program = GrGLProgramBuilder::CreateProgram(dContext, desc, programInfo); in findOrCreateProgramImpl() local [all...] |
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkUtil.cpp | 102 std::unique_ptr<SkSL::Program> program = gpu->shaderCompiler()->convertProgram( in GrCompileVkShaderModule() local
|
| /third_party/skia/src/sksl/analysis/ |
| H A D | SkSLCheckProgramUnrolledSize.cpp | 26 bool Analysis::CheckProgramUnrolledSize(const Program& program) { in CheckProgramUnrolledSize() argument [all...] |
| H A D | SkSLProgramUsage.cpp | 92 std::unique_ptr<ProgramUsage> Analysis::GetUsage(const Program& program) { in GetUsage() argument
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLCodeGenerator.h | 22 CodeGenerator(const Context* context, const Program* program, OutputStream* out) in CodeGenerator() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| H A D | draw_call_perf_utils.cpp | 103 GLuint program = CompileProgram(kSimpleScaleAndOffsetVS, kSimpleFS); in SetupSimpleScaleAndOffsetProgram() local 122 GLuint program = CompileProgram(kSimpleDrawVS, kSimpleFS); in SetupSimpleDrawProgram() local 136 GLuint program = CompileProgram(kSimpleTexCoordVS, kSimpleTextureFS); SetupSimpleTextureProgram() local 150 GLuint program = CompileProgram(kSimpleTexCoordVS, kDoubleTextureFS); SetupDoubleTextureProgram() local 164 GLuint program = CompileProgram(kSimpleTexCoordVS, kEightTextureFS); SetupEightTextureProgram() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | hb-fc-list.c | 71 usage (char *program, int error) in usage() argument
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
| H A D | fuzzer.cc | 50 auto program = reader::wgsl::Parse(&file); in LLVMFuzzerCustomMutator() local
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/ |
| H A D | replace_identifier.cc | 36 IsApplicable( const tint::Program& program, const NodeIdMap& node_id_map) const IsApplicable() argument
|
| H A D | replace_identifier_test.cc | 47 auto program = reader::wgsl::Parse(&file); in TEST() local 131 auto program = reader::wgsl::Parse(&file); TEST() local 161 auto program = reader::wgsl::Parse(&file); TEST() local 193 auto program = reader::wgsl::Parse(&file); TEST() local 229 auto program = reader::wgsl::Parse(&file); TEST() local 264 auto program = reader::wgsl::Parse(&file); TEST() local 302 auto program = reader::wgsl::Parse(&file); TEST() local 339 auto program = reader::wgsl::Parse(&file); TEST() local 377 auto program = reader::wgsl::Parse(&file); TEST() local 413 auto program = reader::wgsl::Parse(&file); TEST() local 450 auto program = reader::wgsl::Parse(&file); TEST() local 481 auto program = reader::wgsl::Parse(&file); TEST() local 531 auto program = reader::wgsl::Parse(&file); TEST() local 578 auto program = reader::wgsl::Parse(&file); TEST() local 611 auto program = reader::wgsl::Parse(&file); TEST() local 647 auto program = reader::wgsl::Parse(&file); TEST() local [all...] |
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| H A D | tint_common_fuzzer.cc | 71 bool SPIRVToolsValidationCheck(const tint::Program& program, in SPIRVToolsValidationCheck() argument 117 Program program; in Run() local 261 RunInspector(Program* program) RunInspector() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | program.h | 194 ProgramIDOf(const Program* program) ProgramIDOf() argument [all...] |
| H A D | program_builder.cc | 63 ProgramBuilder ProgramBuilder::Wrap(const Program* program) { in Wrap() argument
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | decompose_strided_matrix.cc | 74 void GatherCustomStrideMatrixMembers(const Program* program, F&& callback) { in GatherCustomStrideMatrixMembers() argument 110 bool DecomposeStridedMatrix::ShouldRun(const Program* program) { in ShouldRun() argument
|
| H A D | transform.h | 142 Program program; member in tint::transform::Output [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl.h | 65 Program program; member [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| H A D | generator_impl.h | 67 Program program; member [all...] |
| /third_party/skia/bench/ |
| H A D | SkSLBench.cpp | 81 std::unique_ptr<SkSL::Program> program = SkSL::DSLParser(&fCompiler, variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | BlitGL.h | 181 GLuint program = 0; member
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| H A D | quick_fix_test.cpp | 256 JSHandle<Program> program = in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | pandasm.cpp | 142 bool DumpProgramInJson(panda::pandasm::Program &program, const panda::PandArg<std::string> &scopes_file) in DumpProgramInJson() argument 158 bool EmitProgramInBinary(panda::pandasm::Program &program, panda::PandArgParser &pa_parser, in EmitProgramInBinary() argument 190 bool BuildFiles(panda::pandasm::Program &program, panda::PandArgParser &pa_parser, in BuildFiles() argument 259 auto &program = res.Value(); in main() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | debug_helpers.h | 149 const uint8_t *program = dda.GetLineNumberProgram(); in GetLineNumber() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | recordLowering.cpp | 73 bool RecordLowering::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() argument
|