Searched defs:compiler (Results 1 - 8 of 8) sorted by relevance
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnbackend.cpp | 139 OH_NN_ReturnCode NNBackend::DestroyCompiler(Compiler* compiler) in DestroyCompiler() argument
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | version.h | 29 char compiler[64]; member
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | version.h | 29 char compiler[64]; member
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | spirv_cross_helpers_gles.cpp | 54 const spirv_cross::SPIRConstant& ConstByName(const spirv_cross::CompilerGLSL& compiler, const char* name)
in ConstByName() argument 68 const spirv_cross::SPIRConstant& SpecConstByName(const spirv_cross::CompilerGLSL& compiler, const char* name)
in SpecConstByName() argument 99 void ReflectPushConstants(spirv_cross::Compiler& compiler, const spirv_cross::ShaderResources& resources,
in ReflectPushConstants() argument 115 ProcessStruct(std::string_view(name.data(), name.size()), 0, compiler, remap.base_type_id, reflections, stage); ReflectPushConstants() local 121 ConvertSpecConstToConstant(spirv_cross::CompilerGLSL& compiler, const char* name) ConvertSpecConstToConstant() argument 131 ConvertConstantToUniform(const spirv_cross::CompilerGLSL& compiler, std::string& source, const char* name) ConvertConstantToUniform() argument 175 SetSpecMacro(spirv_cross::CompilerGLSL& compiler, const char* name, uint32_t value) SetSpecMacro() argument 186 ProcessStruct(std::string_view baseName, size_t baseOffset, const spirv_cross::Compiler& compiler, uint32_t structTypeId, std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage) ProcessStruct() argument 367 CreateSpecInfos(const spirv_cross::Compiler& compiler, std::vector<SpecConstantInfo>& outSpecInfo) CreateSpecInfos() argument 394 ConstId(spirv_cross::CompilerGLSL& compiler, const char* name) ConstId() argument 400 SpecConstId(spirv_cross::CompilerGLSL& compiler, const char* name) SpecConstId() argument [all...] |
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | sys-hypervisor.c | 194 HYPERVISOR_ATTR_RO(compiler); variable
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | sys-hypervisor.c | 196 HYPERVISOR_ATTR_RO(compiler); variable
|
/kernel/linux/linux-6.6/ |
H A D | Makefile | [all...] |
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 397 OH_NN_ReturnCode CreateCompiler(Compilation* compilation, Compiler** compiler) in CreateCompiler() argument 721 Compiler* compiler = nullptr; OH_NNCompilation_Build() local [all...] |
Completed in 7 milliseconds