/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/ |
H A D | ReswizzleYUVOps.cpp | 113 bool ReswizzleYUVOpsTraverser::adjustOutput(TCompiler *compiler, in adjustOutput() 135 bool ReswizzleYUVOps(TCompiler *compiler, in ReswizzleYUVOps()
|
H A D | RewriteInterpolateAtOffset.cpp | 52 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 D | OutputGLSLBase.cpp | 84 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 D | SymbolEnv.cpp | 47 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/ |
D | Main.cpp | 148 Compiler *compiler = pCompilerDriver.getCompiler(); in ConfigCompiler() local 262 Compiler compiler; in main() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.c | 89 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 D | brw_compile_bs.cpp | 62 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 D | brw_fs_copy_propagation.cpp | 582 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 D | elk_test_vec4_dead_code_eliminate.cpp | 34 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 D | elk_test_vec4_copy_propagation.cpp | 34 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 D | elk_fs_visitor.cpp | 843 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 D | elk_shader.h | 58 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 D | elk_test_fs_copy_propagation.cpp | 36 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 D | ReplaceArrayOfMatrixVarying.cpp | 78 [[nodiscard]] bool ReplaceArrayOfMatrixVarying(TCompiler *compiler, in ReplaceArrayOfMatrixVarying() 156 [[nodiscard]] bool ReplaceArrayOfMatrixVaryings(TCompiler *compiler, in ReplaceArrayOfMatrixVaryings()
|
H A D | RewriteSampleMaskVariable.cpp | 104 [[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 D | RescopeGlobalVariables.cpp | 33 bool rescope(TCompiler *compiler, TIntermBlock &root) in rescope() 161 bool RescopeGlobalVariables(TCompiler &compiler, TIntermBlock &root) in RescopeGlobalVariables()
|
H A D | InitializeVariables.cpp | 183 void InsertInitCode(TCompiler *compiler, in InsertInitCode() 472 bool InitializeUninitializedLocals(TCompiler *compiler, in InitializeUninitializedLocals() 486 bool InitializeVariables(TCompiler *compiler, in InitializeVariables()
|
H A D | EmulateGLFragColorBroadcast.cpp | 104 bool GLFragColorBroadcastTraverser::broadcastGLFragColor(TCompiler *compiler, TIntermBlock *root) in broadcastGLFragColor() 144 bool EmulateGLFragColorBroadcast(TCompiler *compiler, in EmulateGLFragColorBroadcast()
|
H A D | PruneNoOps.cpp | 119 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 D | project_ideas.md | 118 ### Requirements 131 ### Mentors
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.c | 2615 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 D | label.py | 34 compiler, argument 169 compiler, argument
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | javassist.jar | ... NotFoundException e
public void <init> (javassist.compiler.CompileError)
javassist.compiler.CompileError e
public ... |
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/ |
HD | org.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 D | SeparateCompoundExpressions.cpp | 104 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()
|