Home
last modified time | relevance | path

Searched defs:program (Results 201 - 225 of 842) sorted by relevance

12345678910>>...34

/third_party/skia/src/core/
H A DSkColorSpaceXformSteps.cpp199 skvm::Color SkColorSpaceXformSteps::program(skvm::Builder* p, skvm::Uniforms* uniforms, in program() function in SkColorSpaceXformSteps
/third_party/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp28 std::unique_ptr<SkSL::Program> program; in GrSkSLtoGLSL() local
/third_party/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp108 sk_sp<GrGLProgram> program = GrGLProgramBuilder::CreateProgram(dContext, desc, programInfo); in findOrCreateProgramImpl() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkUtil.cpp102 std::unique_ptr<SkSL::Program> program = gpu->shaderCompiler()->convertProgram( in GrCompileVkShaderModule() local
/third_party/skia/src/sksl/analysis/
H A DSkSLCheckProgramUnrolledSize.cpp26 bool Analysis::CheckProgramUnrolledSize(const Program& program) { in CheckProgramUnrolledSize() argument
[all...]
H A DSkSLProgramUsage.cpp92 std::unique_ptr<ProgramUsage> Analysis::GetUsage(const Program& program) { in GetUsage() argument
/third_party/skia/src/sksl/codegen/
H A DSkSLCodeGenerator.h22 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 Ddraw_call_perf_utils.cpp103 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 Dhb-fc-list.c71 usage (char *program, int error) in usage() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dfuzzer.cc50 auto program = reader::wgsl::Parse(&file); in LLVMFuzzerCustomMutator() local
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
H A Dreplace_identifier.cc36 IsApplicable( const tint::Program& program, const NodeIdMap& node_id_map) const IsApplicable() argument
H A Dreplace_identifier_test.cc47 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 Dtint_common_fuzzer.cc71 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 Dprogram.h194 ProgramIDOf(const Program* program) ProgramIDOf() argument
[all...]
H A Dprogram_builder.cc63 ProgramBuilder ProgramBuilder::Wrap(const Program* program) { in Wrap() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc74 void GatherCustomStrideMatrixMembers(const Program* program, F&& callback) { in GatherCustomStrideMatrixMembers() argument
110 bool DecomposeStridedMatrix::ShouldRun(const Program* program) { in ShouldRun() argument
H A Dtransform.h142 Program program; member in tint::transform::Output
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.h65 Program program; member
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.h67 Program program; member
[all...]
/third_party/skia/bench/
H A DSkSLBench.cpp81 std::unique_ptr<SkSL::Program> program = SkSL::DSLParser(&fCompiler, variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.h181 GLuint program = 0; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Dquick_fix_test.cpp256 JSHandle<Program> program = in HWTEST_F_L0() local
/arkcompiler/runtime_core/assembler/
H A Dpandasm.cpp142 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 Ddebug_helpers.h149 const uint8_t *program = dda.GetLineNumberProgram(); in GetLineNumber() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DrecordLowering.cpp73 bool RecordLowering::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() argument

Completed in 11 milliseconds

12345678910>>...34