Home
last modified time | relevance | path

Searched refs:subroutine (Results 1 – 25 of 265) sorted by relevance

1234567891011

/external/deqp-deps/glslang/Test/baseResults/
Dvulkan.frag.out38 ERROR: 0:66: 'subroutine' : not allowed when generating SPIR-V
39 ERROR: 0:66: 'subroutine' : feature not yet implemented
40 ERROR: 0:67: 'subroutine' : not allowed when generating SPIR-V
41 ERROR: 0:67: 'subroutine' : feature not yet implemented
D400.frag.out36 ERROR: 0:197: 'subroutine' : feature not yet implemented
38 ERROR: 0:198: 'subroutine' : feature not yet implemented
39 ERROR: 0:199: 'subroutine' : feature not yet implemented
/external/mesa3d/src/mesa/main/
Dshaderobj.h186 _mesa_shader_stage_from_subroutine(GLenum subroutine) in _mesa_shader_stage_from_subroutine() argument
188 switch (subroutine) { in _mesa_shader_stage_from_subroutine()
/external/deqp-deps/glslang/Test/
D400.frag197 subroutine(subT1, subT2);
198 subroutine float subT1() { return 1.0; }
199 subroutine float subT2() { return 1.0; }
Dvulkan.frag66 subroutine int fooS; // ERROR, not in SPV
67 subroutine int fooSub(); // ERROR, not in SPV
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp430 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/libxml2/vms/
Dbuild_libxml.com237 $!- the BUILD subroutine. Compile then insert into library or link as required
239 $BUILD: subroutine
/external/e2fsprogs/lib/ss/
Dct_c.sed13 # sub: <subroutine name>
80 # First, parse out the subroutine name
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt11 > 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/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt11 > 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/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt11 > 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Ddwarfdump.ll34 ; CHECK-NEXT: DW_AT_type (0x00000054 "subroutine *")
41 ; CHECK-NEXT: DW_AT_type (0x00000059 "subroutine ")
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm459 my ($package, $filename, $line, $subroutine) = @frame;
465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) {
473 push @{$rules}, $subroutine;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Util/
Dstrip-nonlinetable-debuginfo-subroutinetypes.ll2 ; Test that subroutine types are downgraded to (void)().
/external/elfutils/src/
Daddr2line.c734 Dwarf_Die subroutine; in handle_address() local
737 dieoff, &subroutine); in handle_address()
741 nscopes = dwarf_getscopes_die (&subroutine, &scopes); in handle_address()
/external/cblas/
DREADME.android33 Replace Fortran wrappers either with calls to the Eigen "subroutine" versions
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Hexagon/
Djr.txt4 # Call subroutine from register
/external/llvm/test/MC/Disassembler/Hexagon/
Djr.txt4 # Call subroutine from register
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV3.td23 // Call subroutine.
83 // Call subroutine from register.
/external/mesa3d/src/compiler/glsl/
Dast_type.cpp46 subroutine_only.flags.q.subroutine = 1; in has_qualifiers()
121 return this->flags.q.subroutine && !this->subroutine_list; in is_subroutine_decl()
834 bad.flags.q.subroutine ? " subroutine" : "", in validate_flags()
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx584 -> astore_1]', RET ' 62: ret[169](2) 1' is called by a subroutine which
586 JustIce's clean definition of a subroutine forbids both.
2618 (jump into subroutine) and
2624 (return from subroutine) pair of instructions.
7143 subroutine
7181 subroutine
7192 subroutine
7246 subroutine
7277 , the subroutine specification explains how
7313 Intuitively, one gets the idea that a subroutine starts with some jump
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/X86/
Dempty-inline.mir11 # Here should not be an inlined subroutine with 0 length.
/external/ImageMagick/coders/
DMake.com164 $Make: subroutine
/external/curl/packages/vms/
Dgenerate_vax_transfer.com165 $! write out subroutine name
/external/jarjar/lib/
Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class < ...

1234567891011