/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
D | Analyzer.java | 155 Subroutine subroutine = subroutines[insnIndex]; in analyze() local 168 merge(insnIndex + 1, oldFrame, subroutine); in analyze() 172 subroutine = subroutine == null ? null : new Subroutine(subroutine); in analyze() 178 merge(insnIndex + 1, currentFrame, subroutine); in analyze() 189 merge(jumpInsnIndex, currentFrame, subroutine); in analyze() 196 merge(targetInsnIndex, currentFrame, subroutine); in analyze() 202 merge(targetInsnIndex, currentFrame, subroutine); in analyze() 209 merge(targetInsnIndex, currentFrame, subroutine); in analyze() 215 merge(targetInsnIndex, currentFrame, subroutine); in analyze() 219 if (subroutine == null) { in analyze() [all …]
|
D | Subroutine.java | 73 Subroutine(final Subroutine subroutine) { in Subroutine() argument 74 this.start = subroutine.start; in Subroutine() 75 this.localsUsed = subroutine.localsUsed.clone(); in Subroutine() 76 this.callers = new ArrayList<>(subroutine.callers); in Subroutine() 87 public boolean merge(final Subroutine subroutine) { in merge() argument 90 if (subroutine.localsUsed[i] && !localsUsed[i]) { in merge() 95 if (subroutine.start == start) { in merge() 96 for (int i = 0; i < subroutine.callers.size(); ++i) { in merge() 97 JumpInsnNode caller = subroutine.callers.get(i); in merge()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 67 …MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytec… in execute() argument 115 evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame, subroutine); in execute() 118 evalLoad(Type.LONG, iter.byteAt(pos + 1), frame, subroutine); in execute() 121 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); in execute() 124 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); in execute() 127 evalLoad(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine); in execute() 133 evalLoad(Type.INTEGER, opcode - ILOAD_0, frame, subroutine); in execute() 139 evalLoad(Type.LONG, opcode - LLOAD_0, frame, subroutine); in execute() 145 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); in execute() 151 evalLoad(Type.DOUBLE, opcode - DLOAD_0, frame, subroutine); in execute() [all …]
|
D | Analyzer.java | 173 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry() local 176 executor.execute(method, pos, iter, frame, subroutine); in analyzeNextEntry() 188 mergeRet(queue, iter, pos, frame, subroutine); in analyzeNextEntry() 360 …et(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws BadBytec… in mergeRet() argument 361 if (subroutine == null) in mergeRet() 364 for (int caller:subroutine.callers()) { in mergeRet() 376 for (int index:subroutine.accessed()) { in mergeRet()
|
/external/skia/tests/sksl/shared/ |
D | ReservedInGLSLButAllowedInSkSL.asm.frag | 23 OpName %subroutine "subroutine" 56 OpDecorate %subroutine RelaxedPrecision 111 %subroutine = OpVariable %_ptr_Function_v4float Function 150 OpStore %subroutine %65
|
D | ReservedInGLSLButAllowedInSkSL.skrp | 17 copy_4_uniforms subroutine = colorGreen 41 copy_4_slots_unmasked $4..7 = subroutine
|
D | ReservedInGLSLButAllowedInSkSL.metal | 30 half4 subroutine = _uniforms.colorGreen; 31 … filter) * partition) * patch) * precise) * resource) * restrict) * shared) * smooth) * subroutine;
|
/external/skia/resources/sksl/shared/ |
D | ReservedInGLSLButAllowedInSkSL.sksl | 19 half4 subroutine = colorGreen; 33 subroutine;
|
/external/mesa3d/src/gallium/drivers/zink/ci/ |
D | zink-radv-vangogh-flakes.txt | 65 KHR-GL46.explicit_uniform_location.subroutine-index-loc 66 KHR-GL46.explicit_uniform_location.subroutine-index-multiple-uniforms 67 KHR-GL46.explicit_uniform_location.subroutine-loc-all-stages 68 KHR-GL46.explicit_uniform_location.subroutine-loc-arrays 69 KHR-GL46.explicit_uniform_location.subroutine-loc-arrays-mix 70 KHR-GL46.explicit_uniform_location.subroutine-loc-nondecimal
|
/external/arm-optimized-routines/math/tools/ |
D | tgamma128_gen.jl | 117 /* Coefficients of the polynomial used in the tgamma_large() subroutine */ 130 /* Coefficients of the polynomial used in the tgamma_tiny() subroutine */ 183 /* Coefficients of the polynomial used in the tgamma_central() subroutine 196 /* Coefficients of the polynomial used in the tgamma_central() subroutine 209 /* 128-bit float value of pi, used by the sin_pi_x_over_pi subroutine
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | vulkan.frag.out | 40 ERROR: 0:72: 'subroutine' : not allowed when generating SPIR-V 41 ERROR: 0:72: 'subroutine' : feature not yet implemented 42 ERROR: 0:73: 'subroutine' : not allowed when generating SPIR-V 43 ERROR: 0:73: 'subroutine' : feature not yet implemented
|
/external/mesa3d/docs/relnotes/ |
D | 11.1.2.rst | 45 Segfault when compiling shader with a subroutine that takes a 48 glUniformSubroutinesuiv segfaults when subroutine uniform is bound to 63 - glsl: fix subroutine lowering reusing actual parmaters 152 - glsl: fix segfault linking subroutine uniform with explicit location
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | vulkan.frag.out | 40 ERROR: 0:72: 'subroutine' : not allowed when generating SPIR-V 41 ERROR: 0:72: 'subroutine' : feature not yet implemented 42 ERROR: 0:73: 'subroutine' : not allowed when generating SPIR-V 43 ERROR: 0:73: 'subroutine' : feature not yet implemented
|
/external/ot-br-posix/third_party/mDNSResponder/ |
D | 0003-Create-subroutine-for-tearing-down-an-interface.patch | 7 Subject: [PATCH] Create subroutine for tearing down an interface 9 Creates a subroutine for tearing down an interface.
|
D | 0002-Create-subroutine-for-cleaning-recent-interfaces.patch | 7 Subject: [PATCH] Create subroutine for cleaning recent interfaces 10 interfaces into its own subroutine.
|
/external/mesa3d/src/mesa/main/ |
D | shaderobj.h | 189 _mesa_shader_stage_from_subroutine(GLenum subroutine) in _mesa_shader_stage_from_subroutine() argument 191 switch (subroutine) { in _mesa_shader_stage_from_subroutine()
|
/external/deqp-deps/glslang/Test/ |
D | 400.frag | 230 subroutine(subT1, subT2); 231 subroutine float subT1() { return 1.0; } 232 subroutine float subT2() { return 1.0; }
|
D | vulkan.frag | 72 subroutine int fooS; // ERROR, not in SPV 73 subroutine int fooSub(); // ERROR, not in SPV
|
/external/angle/third_party/glslang/src/Test/ |
D | 400.frag | 230 subroutine(subT1, subT2); 231 subroutine float subT1() { return 1.0; } 232 subroutine float subT2() { return 1.0; }
|
D | vulkan.frag | 72 subroutine int fooS; // ERROR, not in SPV 73 subroutine int fooSub(); // ERROR, not in SPV
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderImageSizeTests.cpp | 430 std::string GenShader(int stage, bool ms_and_1d, bool subroutine) in GenShader() argument 461 if (subroutine) in GenShader() 492 if (subroutine) in GenShader() 623 long Run(int stage, bool ms_and_1d, ivec4 expected_result[7], bool subroutine = false) in Run() argument 627 std::string vs = GenShader<T>(stage, ms_and_1d, subroutine); in Run() 637 std::string tcs = GenShader<T>(stage, ms_and_1d, subroutine); in Run() 650 std::string tes = GenShader<T>(stage, ms_and_1d, subroutine); in Run() 661 std::string gs = GenShader<T>(stage, ms_and_1d, subroutine); in Run() 670 std::string cs = GenShader<T>(stage, ms_and_1d, subroutine); in Run() 679 std::string fs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.sed | 13 # sub: <subroutine name> 80 # First, parse out the subroutine name
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 11 > is like a subroutine because it needs to be entered from many points (end of 17 modelled as a subroutine (as java bytecodes do), which is really
|
/external/mesa3d/src/gallium/drivers/nouveau/ci/ |
D | nouveau-gf108-fails.txt | 49 KHR-GL43.explicit_uniform_location.subroutine-index-all-stages,Fail 50 KHR-GL43.explicit_uniform_location.subroutine-index-mix-implicit,Fail 51 KHR-GL43.explicit_uniform_location.subroutine-index-multiple-uniforms,Fail 52 KHR-GL43.explicit_uniform_location.subroutine-index-nondecimal,Fail 53 KHR-GL43.explicit_uniform_location.subroutine-loc,Fail 54 KHR-GL43.explicit_uniform_location.subroutine-loc-arrays,Fail 55 KHR-GL43.explicit_uniform_location.subroutine-loc-mix-with-implicit,Fail
|
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BaseRecognizer.pm | 459 my ($package, $filename, $line, $subroutine) = @frame; 465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) { 473 push @{$rules}, $subroutine;
|