Home
last modified time | relevance | path

Searched defs:program (Results 126 - 150 of 838) sorted by relevance

12345678910>>...34

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DbigintLowering.cpp91 bool BigIntLowering::Perform(public_lib::Context *const ctx, parser::Program *const program) in Perform() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DclassBuilder.cpp42 ir::ClassDeclaration *ClassBuilder::Build(parser::Program *program) && in Build() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DirCheckHelper.cpp95 void IrCheckHelper::CheckGlobalEntity(parser::Program *program, ir::AstNode *node, bool mustCheck) in CheckGlobalEntity() argument
31 CheckNewNode(ir::AstNode *node, varbinder::Scope *scope, ir::AstNode *parentClass, parser::Program *program) CheckNewNode() argument
[all...]
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyProgramProto.cpp19 void Program::Serialize(const panda::pandasm::Program &program, protoPanda::Program &protoProgram) in Serialize() argument
52 void Program::Deserialize(const protoPanda::Program &protoProgram, panda::pandasm::Program &program, in Deserialize() argument
[all...]
H A DprotobufSnapshotGenerator.cpp22 void ProtobufSnapshotGenerator::GenerateSnapshot(const panda::pandasm::Program &program, const std::string &outputName) in GenerateSnapshot() argument
73 auto *program = allocator->New<panda::pandasm::Program>(); in GetCacheContext() local
/arkcompiler/ets_frontend/es2panda/util/
H A Dconcurrent.cpp80 void Concurrent::CollectRelativeModule(const binder::ScopeFindResult &result, parser::Program *program) in CollectRelativeModule() argument
64 ProcessConcurrent(const lexer::LineIndex &lineIndex, const ir::AstNode *node, const binder::ScopeFindResult &result, parser::Program *program) ProcessConcurrent() argument
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dprogram.cpp67 void Program::CheckProgramLinkErrors(GLuint program) in CheckProgramLinkErrors() argument
/third_party/eudev/src/udev/
H A Dudevadm-test.c154 char program[UTIL_PATH_SIZE]; in adm_test() local
/third_party/glslang/glslang/OSDependent/Web/
H A Dglslang.js.cpp241 glslang::TProgram program; in convert_glsl_to_spirv() local
/third_party/glslang/gtests/
H A DLink.FromFile.Vk.cpp72 glslang::TProgram program; in TEST_P() local
H A DConfig.FromFile.cpp79 glslang::TProgram program; in TEST_P() local
/third_party/glslang/SPIRV/CInterface/
H A Dspirv_c_interface.cpp42 glslang::TProgram* program; member
84 GLSLANG_EXPORT void glslang_program_SPIRV_generate(glslang_program_t* program, glslang_stage_t stage) in glslang_program_SPIRV_generate() argument
93 GLSLANG_EXPORT void glslang_program_SPIRV_generate_with_options(glslang_program_t* program, glslang_stage_t stage, glslang_spv_options_t* spv_options) { in glslang_program_SPIRV_generate_with_options() argument
103 GLSLANG_EXPORT size_t glslang_program_SPIRV_get_size(glslang_program_t* program) { return program argument
105 glslang_program_SPIRV_get(glslang_program_t* program, unsigned int* out) glslang_program_SPIRV_get() argument
110 glslang_program_SPIRV_get_ptr(glslang_program_t* program) glslang_program_SPIRV_get_ptr() argument
115 glslang_program_SPIRV_get_messages(glslang_program_t* program) glslang_program_SPIRV_get_messages() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_form_hard_clauses.cpp65 form_hard_clauses(Program* program) in form_hard_clauses() argument
H A Daco_reindex_ssa.cpp64 reindex_program(idx_ctx& ctx, Program* program) in reindex_program() argument
111 reindex_ssa(Program* program) reindex_ssa() argument
120 reindex_ssa(Program* program, std::vector<IDSet>& live_out) reindex_ssa() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.hpp35 class program : public ref_counter, public _cl_program { class
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3D11InputLayoutCacheTest.cpp85 GLuint program = makeProgramWithAttribCount(attribCount); in TEST_P() local
98 GLuint program = programs[attribCount]; in TEST_P() local
H A DPackUnpackTest.cpp103 void compareBeforeAfter(GLuint program, float input1, float input2) in compareBeforeAfter() argument
108 void compareBeforeAfter(GLuint program, in compareBeforeAfter() argument
H A DShaderInterpTest.cpp26 void draw(GLuint program, float skew) in draw() argument
H A DFenceSyncTests.cpp297 GLuint program = 0; in TEST_P() local
/third_party/skia/src/gpu/mtl/
H A DGrMtlUniformHandler.h57 explicit GrMtlUniformHandler(GrGLSLProgramBuilder* program) in GrMtlUniformHandler() argument
/third_party/skia/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.cpp15 GrGLSLFragmentShaderBuilder::GrGLSLFragmentShaderBuilder(GrGLSLProgramBuilder* program) in GrGLSLFragmentShaderBuilder() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_function_decl_test.cc90 Program program = p->program(); in TEST_F() local
104 Program program = p->program(); in TEST_F() local
123 Program program = p->program(); in TEST_F() local
148 Program program in TEST_F() local
166 Program program = p->program(); TEST_F() local
186 Program program = p->program(); TEST_F() local
213 Program program = p->program(); TEST_F() local
239 Program program = p->program(); TEST_F() local
270 Program program = p->program(); TEST_F() local
300 Program program = p->program(); TEST_F() local
334 Program program = p->program(); TEST_F() local
352 Program program = p->program(); TEST_F() local
385 Program program = p->program(); TEST_F() local
416 Program program = p->program(); TEST_F() local
439 Program program = p->program(); TEST_F() local
463 Program program = p->program(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtest_helper.h57 auto program = reader::wgsl::Parse(file.get()); local
71 Output Run(Program&& program, const DataMap& data = {}) { in Run() argument
[all...]
H A Dtransform.cc49 Output Transform::Run(const Program* program, const DataMap& data /* = {} */) { in Run() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluProgramInterfaceQuery.cpp33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) in getProgramResourceUint() argument
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst) in getProgramResourceName() argument
61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::vector<int>& activeVariables) in getProgramInterfaceActiveVariables() argument
74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info) in getProgramInterfaceBlockInfo() argument
86 getProgramInterfaceVariableInfo(const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info) getProgramInterfaceVariableInfo() argument
[all...]

Completed in 10 milliseconds

12345678910>>...34