Home
last modified time | relevance | path

Searched defs:compiler (Results 151 – 175 of 1131) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DReswizzleYUVOps.cpp113 bool ReswizzleYUVOpsTraverser::adjustOutput(TCompiler *compiler, in adjustOutput()
135 bool ReswizzleYUVOps(TCompiler *compiler, in ReswizzleYUVOps()
H A DRewriteInterpolateAtOffset.cpp52 bool Traverser::update(TCompiler *compiler, TIntermBlock *root) in update()
148 bool RewriteInterpolateAtOffset(TCompiler *compiler, in RewriteInterpolateAtOffset()
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp84 TOutputGLSLBase::TOutputGLSLBase(TCompiler *compiler, in TOutputGLSLBase()
1543 void EmitEarlyFragmentTestsGLSL(const TCompiler &compiler, TInfoSinkBase &sink) in EmitEarlyFragmentTestsGLSL()
1551 void EmitWorkGroupSizeGLSL(const TCompiler &compiler, TInfoSinkBase &sink) in EmitWorkGroupSizeGLSL()
1561 void EmitMultiviewGLSL(const TCompiler &compiler, in EmitMultiviewGLSL()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DSymbolEnv.cpp47 StructFinder(TCompiler &compiler) : TIntermRebuild(compiler, true, false) {} in StructFinder()
74 static NameToStruct FindStructs(TCompiler &compiler, TIntermBlock &root) in FindStructs()
282 SymbolEnv::SymbolEnv(TCompiler &compiler, TIntermBlock &root) in SymbolEnv()
/aosp_15_r20/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp148 Compiler *compiler = pCompilerDriver.getCompiler(); in ConfigCompiler() local
262 Compiler compiler; in main() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_compiler.c89 struct brw_compiler *compiler = rzalloc(mem_ctx, struct brw_compiler); in brw_compiler_create() local
213 brw_get_compiler_config_value(const struct brw_compiler *compiler) in brw_get_compiler_config_value()
H A Dbrw_compile_bs.cpp62 compile_single_bs(const struct brw_compiler *compiler, in compile_single_bs()
151 brw_compile_bs(const struct brw_compiler *compiler, in brw_compile_bs()
H A Dbrw_fs_copy_propagation.cpp582 const struct brw_compiler *compiler) in can_take_stride()
659 try_copy_propagate(const brw_compiler *compiler, fs_inst *inst, in try_copy_propagate()
1312 opt_copy_propagation_local(const brw_compiler *compiler, linear_ctx *lin_ctx, in opt_copy_propagation_local()
1487 try_copy_propagate_def(const brw_compiler *compiler, in try_copy_propagate_def()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_test_vec4_dead_code_eliminate.cpp34 struct elk_compiler *compiler; member in dead_code_eliminate_vec4_test
46 dead_code_eliminate_vec4_visitor(struct elk_compiler *compiler, in dead_code_eliminate_vec4_visitor()
H A Delk_test_vec4_copy_propagation.cpp34 struct elk_compiler *compiler; member in copy_propagation_vec4_test
46 copy_propagation_vec4_visitor(struct elk_compiler *compiler, in copy_propagation_vec4_visitor()
H A Delk_fs_visitor.cpp843 elk_fs_visitor::elk_fs_visitor(const struct elk_compiler *compiler, in elk_fs_visitor()
862 elk_fs_visitor::elk_fs_visitor(const struct elk_compiler *compiler, in elk_fs_visitor()
886 elk_fs_visitor::elk_fs_visitor(const struct elk_compiler *compiler, in elk_fs_visitor()
H A Delk_shader.h58 const struct elk_compiler *compiler; member
133 elk_nir_no_indirect_mask(const struct elk_compiler *compiler, in elk_nir_no_indirect_mask()
H A Delk_test_fs_copy_propagation.cpp36 struct elk_compiler *compiler; member in copy_propagation_test
49 copy_propagation_fs_visitor(struct elk_compiler *compiler, in copy_propagation_fs_visitor()
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DReplaceArrayOfMatrixVarying.cpp78 [[nodiscard]] bool ReplaceArrayOfMatrixVarying(TCompiler *compiler, in ReplaceArrayOfMatrixVarying()
156 [[nodiscard]] bool ReplaceArrayOfMatrixVaryings(TCompiler *compiler, in ReplaceArrayOfMatrixVaryings()
H A DRewriteSampleMaskVariable.cpp104 [[nodiscard]] bool RewriteSampleMask(TCompiler *compiler, in RewriteSampleMask()
166 [[nodiscard]] bool RewriteSampleMaskIn(TCompiler *compiler, in RewriteSampleMaskIn()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRescopeGlobalVariables.cpp33 bool rescope(TCompiler *compiler, TIntermBlock &root) in rescope()
161 bool RescopeGlobalVariables(TCompiler &compiler, TIntermBlock &root) in RescopeGlobalVariables()
H A DInitializeVariables.cpp183 void InsertInitCode(TCompiler *compiler, in InsertInitCode()
472 bool InitializeUninitializedLocals(TCompiler *compiler, in InitializeUninitializedLocals()
486 bool InitializeVariables(TCompiler *compiler, in InitializeVariables()
H A DEmulateGLFragColorBroadcast.cpp104 bool GLFragColorBroadcastTraverser::broadcastGLFragColor(TCompiler *compiler, TIntermBlock *root) in broadcastGLFragColor()
144 bool EmulateGLFragColorBroadcast(TCompiler *compiler, in EmulateGLFragColorBroadcast()
H A DPruneNoOps.cpp119 bool PruneNoOpsTraverser::apply(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in apply()
271 bool PruneNoOps(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()
/aosp_15_r20/external/coreboot/Documentation/contributing/
H A Dproject_ideas.md118 ### Requirements
131 ### Mentors
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2615 struct ac_llvm_compiler *compiler, in si_nir_generate_gs_copy_shader()
2889 bool si_compile_shader(struct si_screen *sscreen, struct ac_llvm_compiler *compiler, in si_compile_shader()
3107 struct ac_llvm_compiler *compiler, struct util_debug_callback *debug, in si_get_shader_part()
3152 static bool si_shader_select_tcs_parts(struct si_screen *sscreen, struct ac_llvm_compiler *compiler, in si_shader_select_tcs_parts()
3167 static bool si_shader_select_gs_parts(struct si_screen *sscreen, struct ac_llvm_compiler *compiler, in si_shader_select_gs_parts()
3331 static bool si_shader_select_ps_parts(struct si_screen *sscreen, struct ac_llvm_compiler *compiler, in si_shader_select_ps_parts()
3395 bool si_create_shader_variant(struct si_screen *sscreen, struct ac_llvm_compiler *compiler, in si_create_shader_variant()
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dlabel.py34 compiler, argument
169 compiler, argument
/aosp_15_r20/external/guice/extensions/persist/lib/
HDjavassist.jar ... NotFoundException e public void <init> (javassist.compiler.CompileError) javassist.compiler.CompileError e public ...
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/
HDorg.eclipse.jdt.core_3.14.0.v20180528-0519.jar ... util/ org/eclipse/jdt/core/compiler/ org/eclipse/jdt/core/compiler ...
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DSeparateCompoundExpressions.cpp104 PrePass(TCompiler &compiler) : TIntermRebuild(compiler, true, true) {} in PrePass()
158 Separator(TCompiler &compiler, SymbolEnv &symbolEnv, IdGen &idGen) in Separator()
652 bool sh::SeparateCompoundExpressions(TCompiler &compiler, in SeparateCompoundExpressions()

12345678910>>...46