Home
last modified time | relevance | path

Searched refs:Function (Results 1 – 25 of 6332) sorted by relevance

12345678910>>...254

/third_party/glslang/Test/baseResults/
Drecurse1.vert.out4 0:3 Function Definition: main( ( global void)
5 0:3 Function Parameters:
6 0:9 Function Definition: self( ( global void)
7 0:9 Function Parameters:
9 0:11 Function Call: self( ( global void)
10 0:16 Function Definition: foo(f1; ( global void)
11 0:16 Function Parameters:
14 0:18 Function Call: bar(i1; ( global float)
17 0:21 Function Definition: bar(i1; ( global float)
18 0:21 Function Parameters:
[all …]
Dhlsl.overload.frag.out5 0:2 Function Definition: foo1(d1;b1; ( temp void)
6 0:2 Function Parameters:
9 0:3 Function Definition: foo1(d1;u1; ( temp void)
10 0:3 Function Parameters:
13 0:4 Function Definition: foo1(d1;i1; ( temp void)
14 0:4 Function Parameters:
17 0:5 Function Definition: foo1(d1;f1; ( temp void)
18 0:5 Function Parameters:
21 0:6 Function Definition: foo1(d1;d1; ( temp void)
22 0:6 Function Parameters:
[all …]
Dremap.hlsl.templatetypes.none.frag.out54 8: TypePointer Function 7(fvec4)
64 23: TypePointer Function 22(bool)
67 27: TypePointer Function 26(int)
69 30: TypePointer Function 6(float)
71 33: TypePointer Function 32(float64_t)
74 37: TypePointer Function 36(int)
77 41: TypePointer Function 40(bvec2)
81 46: TypePointer Function 45(ivec2)
85 51: TypePointer Function 50(fvec2)
88 55: TypePointer Function 54(f64vec2)
[all …]
D400.vert.out20 0:8 Function Definition: foo1(d1;u1; ( global void)
21 0:8 Function Parameters:
24 0:9 Function Definition: foo1(d1;i1; ( global void)
25 0:9 Function Parameters:
28 0:10 Function Definition: foo1(d1;f1; ( global void)
29 0:10 Function Parameters:
32 0:11 Function Definition: foo1(d1;d1; ( global void)
33 0:11 Function Parameters:
36 0:13 Function Definition: foo2(d1;f1; ( global void)
37 0:13 Function Parameters:
[all …]
DmissingBodies.vert.out4 0:4 Function Definition: foo( ( global void)
5 0:4 Function Parameters:
7 0:4 Function Call: bar( ( global void)
8 0:8 Function Definition: C(i1;i1; ( global void)
9 0:8 Function Parameters:
12 0:10 Function Definition: A( ( global void)
13 0:10 Function Parameters:
15 0:10 Function Call: B( ( global void)
16 0:10 Function Call: C(i1; ( global void)
19 0:10 Function Call: C(b1; ( global void)
[all …]
Dhlsl.void.frag.out5 0:1 Function Definition: foo1( ( temp void)
6 0:1 Function Parameters:
7 0:2 Function Definition: foo2( ( temp void)
8 0:2 Function Parameters:
9 0:5 Function Definition: @PixelShaderFunction(vf4; ( temp void)
10 0:5 Function Parameters:
13 0:6 Function Call: foo1( ( temp void)
14 0:7 Function Call: foo2( ( temp void)
16 0:5 Function Definition: PixelShaderFunction( ( temp void)
17 0:5 Function Parameters:
[all …]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DUCharacterPerf.java45 PerfTest.Function testDigit() in testDigit()
47 return new PerfTest.Function() { in testDigit()
60 PerfTest.Function testJDKDigit()
62 return new PerfTest.Function() {
75 PerfTest.Function testGetNumericValue()
77 return new PerfTest.Function() {
90 PerfTest.Function testJDKGetNumericValue()
92 return new PerfTest.Function() {
105 PerfTest.Function testGetType()
107 return new PerfTest.Function() {
[all …]
DResourceBundlePerf.java31 PerfTest.Function TestResourceBundleConstructionJava() { in TestResourceBundleConstructionJava()
32 return new PerfTest.Function() { in TestResourceBundleConstructionJava()
38 PerfTest.Function TestResourceBundleConstructionICU() {
39 return new PerfTest.Function() {
46 PerfTest.Function TestEmptyArrayJava() {
47 return new PerfTest.Function(){
55 PerfTest.Function TestEmptyArrayICU() {
56 return new PerfTest.Function(){
64 class GetStringJava extends PerfTest.Function {
77 class GetStringIcu extends PerfTest.Function {
[all …]
DNormalizerPerformanceTest.java31 PerfTest.Function TestICU_NFC_NFD_Text() { in TestICU_NFC_NFD_Text()
32 return new PerfTest.Function() { in TestICU_NFC_NFD_Text()
49 PerfTest.Function TestICU_NFC_NFC_Text() {
50 return new PerfTest.Function() {
67 PerfTest.Function TestICU_NFC_Orig_Text() {
68 return new PerfTest.Function() {
86 PerfTest.Function TestICU_NFD_NFD_Text() {
87 return new PerfTest.Function() {
104 PerfTest.Function TestICU_NFD_NFC_Text() {
105 return new PerfTest.Function() {
[all …]
/third_party/typescript/tests/baselines/reference/
DconstructorOverloads4.types5 export class Function {
6 >Function : Function
11 export function Function(...args: any[]): any;
12 >Function : typeof Function
15 export function Function(...args: string[]): Function;
16 >Function : typeof Function
21 (new M.Function("return 5"))();
22 >(new M.Function("return 5"))() : any
23 >(new M.Function("return 5")) : M.Function
24 >new M.Function("return 5") : M.Function
[all …]
Des5-importHelpersAsyncFunctions.types12 export declare function __extends(d: Function, b: Function): void;
13 >__extends : (d: Function, b: Function) => void
14 >d : Function
15 >b : Function
22 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc…
23 >__decorate : (decorators: Function[], target: any, key?: string | symbol, desc?: any) => any
24 >decorators : Function[]
29 export declare function __param(paramIndex: number, decorator: Function): Function;
30 >__param : (paramIndex: number, decorator: Function) => Function
32 >decorator : Function
[all …]
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.symbols6 interface Function<T extends (...args: any) => any> {
7 >Function : Symbol(Function, Decl(working.ts, 1, 21), Decl(working.ts, 4, 5))
11 throttle(): Function<T>;
12 >throttle : Symbol(Function.throttle, Decl(working.ts, 2, 57))
13 >Function : Symbol(Function, Decl(working.ts, 1, 21), Decl(working.ts, 4, 5))
16 interface Function<T> {
17 >Function : Symbol(Function, Decl(working.ts, 1, 21), Decl(working.ts, 4, 5))
20 unary(): Function<() => ReturnType<T>>;
21 >unary : Symbol(Function.unary, Decl(working.ts, 5, 27))
22 >Function : Symbol(Function, Decl(working.ts, 1, 21), Decl(working.ts, 4, 5))
[all …]
DconstructorOverloads4.symbols5 export class Function {
6 >Function : Symbol(Function, Decl(constructorOverloads4.ts, 3, 5), Decl(constructorOverloads4.ts, 4…
11 export function Function(...args: any[]): any;
12 >Function : Symbol(Function, Decl(constructorOverloads4.ts, 3, 5), Decl(constructorOverloads4.ts, 4…
15 export function Function(...args: string[]): Function;
16 >Function : Symbol(Function, Decl(constructorOverloads4.ts, 3, 5), Decl(constructorOverloads4.ts, 4…
18 >Function : Symbol(Function, Decl(constructorOverloads4.ts, 3, 5), Decl(constructorOverloads4.ts, 4…
22 (new M.Function("return 5"))();
23 >M.Function : Symbol(M.Function, Decl(constructorOverloads4.ts, 3, 5), Decl(constructorOverloads4.t…
25 >Function : Symbol(M.Function, Decl(constructorOverloads4.ts, 3, 5), Decl(constructorOverloads4.ts,…
[all …]
DimportHelpersSystem.types15 export declare function __extends(d: Function, b: Function): void;
16 >__extends : (d: Function, b: Function) => void
17 >d : Function
18 >b : Function
25 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc…
26 >__decorate : (decorators: Function[], target: any, key?: string | symbol, desc?: any) => any
27 >decorators : Function[]
32 export declare function __param(paramIndex: number, decorator: Function): Function;
33 >__param : (paramIndex: number, decorator: Function) => Function
35 >decorator : Function
[all …]
DimportHelpersAmd.types15 export declare function __extends(d: Function, b: Function): void;
16 >__extends : (d: Function, b: Function) => void
17 >d : Function
18 >b : Function
30 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc…
31 >__decorate : (decorators: Function[], target: any, key?: string | symbol, desc?: any) => any
32 >decorators : Function[]
37 export declare function __param(paramIndex: number, decorator: Function): Function;
38 >__param : (paramIndex: number, decorator: Function) => Function
40 >decorator : Function
[all …]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dstable-binarysearch-tree-nested-if-and-conditional.amber223 %8 = OpTypePointer Function %7
224 %9 = OpTypePointer Function %6
260 %140 = OpVariable %9 Function
261 %142 = OpVariable %8 Function
262 %145 = OpVariable %9 Function
263 %152 = OpVariable %9 Function
264 %154 = OpVariable %9 Function
265 %159 = OpVariable %9 Function
266 %161 = OpVariable %9 Function
267 %166 = OpVariable %9 Function
[all …]
Dstable-binarysearch-tree-fragcoord-less-than-zero.amber222 %8 = OpTypePointer Function %7
223 %9 = OpTypePointer Function %6
259 %140 = OpVariable %9 Function
260 %142 = OpVariable %8 Function
261 %145 = OpVariable %9 Function
262 %152 = OpVariable %9 Function
263 %154 = OpVariable %9 Function
264 %159 = OpVariable %9 Function
265 %161 = OpVariable %9 Function
266 %166 = OpVariable %9 Function
[all …]
Dstable-binarysearch-tree-with-loop-read-write-global.amber228 %8 = OpTypePointer Function %7
229 %9 = OpTypePointer Function %6
265 %140 = OpVariable %9 Function
266 %142 = OpVariable %8 Function
267 %145 = OpVariable %9 Function
268 %152 = OpVariable %9 Function
269 %154 = OpVariable %9 Function
270 %159 = OpVariable %9 Function
271 %161 = OpVariable %9 Function
272 %166 = OpVariable %9 Function
[all …]
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/vec3/
Di32.wgsl.expected.spvasm148 %_ptr_Function_v3int = OpTypePointer Function %v3int
151 %_ptr_Function_int = OpTypePointer Function %int
156 %_ptr_Function_v2int = OpTypePointer Function %v2int
159 %_ptr_Function_v4int = OpTypePointer Function %v4int
167 %v = OpVariable %_ptr_Function_v3int Function %20
168 %x = OpVariable %_ptr_Function_int Function %26
169 %y = OpVariable %_ptr_Function_int Function %26
170 %z = OpVariable %_ptr_Function_int Function %26
171 %xx = OpVariable %_ptr_Function_v2int Function %41
172 %xy = OpVariable %_ptr_Function_v2int Function %41
[all …]
Df32.wgsl.expected.spvasm148 %_ptr_Function_v3float = OpTypePointer Function %v3float
151 %_ptr_Function_float = OpTypePointer Function %float
156 %_ptr_Function_v2float = OpTypePointer Function %v2float
159 %_ptr_Function_v4float = OpTypePointer Function %v4float
167 %v = OpVariable %_ptr_Function_v3float Function %20
168 %x = OpVariable %_ptr_Function_float Function %26
169 %y = OpVariable %_ptr_Function_float Function %26
170 %z = OpVariable %_ptr_Function_float Function %26
171 %xx = OpVariable %_ptr_Function_v2float Function %41
172 %xy = OpVariable %_ptr_Function_v2float Function %41
[all …]
Du32.wgsl.expected.spvasm147 %_ptr_Function_v3uint = OpTypePointer Function %v3uint
150 %_ptr_Function_uint = OpTypePointer Function %uint
155 %_ptr_Function_v2uint = OpTypePointer Function %v2uint
158 %_ptr_Function_v4uint = OpTypePointer Function %v4uint
166 %v = OpVariable %_ptr_Function_v3uint Function %19
167 %x = OpVariable %_ptr_Function_uint Function %25
168 %y = OpVariable %_ptr_Function_uint Function %25
169 %z = OpVariable %_ptr_Function_uint Function %25
170 %xx = OpVariable %_ptr_Function_v2uint Function %40
171 %xy = OpVariable %_ptr_Function_v2uint Function %40
[all …]
/third_party/skia/third_party/externals/tint/test/expressions/swizzle/read/packed_vec3/
Di32.wgsl.expected.spvasm151 %_ptr_Function_v3int = OpTypePointer Function %v3int
154 %_ptr_Function_int = OpTypePointer Function %int
159 %_ptr_Function_v2int = OpTypePointer Function %v2int
162 %_ptr_Function_v4int = OpTypePointer Function %v4int
170 %v = OpVariable %_ptr_Function_v3int Function %19
171 %x = OpVariable %_ptr_Function_int Function %25
172 %y = OpVariable %_ptr_Function_int Function %25
173 %z = OpVariable %_ptr_Function_int Function %25
174 %xx = OpVariable %_ptr_Function_v2int Function %40
175 %xy = OpVariable %_ptr_Function_v2int Function %40
[all …]
Df32.wgsl.expected.spvasm151 %_ptr_Function_v3float = OpTypePointer Function %v3float
154 %_ptr_Function_float = OpTypePointer Function %float
159 %_ptr_Function_v2float = OpTypePointer Function %v2float
162 %_ptr_Function_v4float = OpTypePointer Function %v4float
170 %v = OpVariable %_ptr_Function_v3float Function %19
171 %x = OpVariable %_ptr_Function_float Function %25
172 %y = OpVariable %_ptr_Function_float Function %25
173 %z = OpVariable %_ptr_Function_float Function %25
174 %xx = OpVariable %_ptr_Function_v2float Function %40
175 %xy = OpVariable %_ptr_Function_v2float Function %40
[all …]
Du32.wgsl.expected.spvasm150 %_ptr_Function_v3uint = OpTypePointer Function %v3uint
153 %_ptr_Function_uint = OpTypePointer Function %uint
158 %_ptr_Function_v2uint = OpTypePointer Function %v2uint
161 %_ptr_Function_v4uint = OpTypePointer Function %v4uint
169 %v = OpVariable %_ptr_Function_v3uint Function %18
170 %x = OpVariable %_ptr_Function_uint Function %24
171 %y = OpVariable %_ptr_Function_uint Function %24
172 %z = OpVariable %_ptr_Function_uint Function %24
173 %xx = OpVariable %_ptr_Function_v2uint Function %39
174 %xy = OpVariable %_ptr_Function_v2uint Function %39
[all …]
/third_party/skia/third_party/externals/tint/test/types/
Dfunction_scope_var_conversions.wgsl.expected.spvasm39 %_ptr_Function_float = OpTypePointer Function %float
42 %_ptr_Function_v2float = OpTypePointer Function %v2float
46 %_ptr_Function_bool = OpTypePointer Function %bool
50 %_ptr_Function_int = OpTypePointer Function %int
55 %_ptr_Function_uint = OpTypePointer Function %uint
60 %_ptr_Function_v3bool = OpTypePointer Function %v3bool
64 %_ptr_Function_v3int = OpTypePointer Function %v3int
69 %_ptr_Function_v3uint = OpTypePointer Function %v3uint
76 %_ptr_Function_v4bool = OpTypePointer Function %v4bool
80 %a = OpVariable %_ptr_Function_float Function %6
[all …]

12345678910>>...254