Home
last modified time | relevance | path

Searched refs:inner_result (Results 1 – 25 of 1784) sorted by relevance

12345678910>>...72

/third_party/skia/third_party/externals/tint/test/shader_io/
Dinterpolate_return_struct.wgsl.expected.hlsl30 const Out inner_result = main_inner();
32 wrapper_result.pos = inner_result.pos;
33 wrapper_result.none = inner_result.none;
34 wrapper_result.flat = inner_result.flat;
35 wrapper_result.perspective_center = inner_result.perspective_center;
36 wrapper_result.perspective_centroid = inner_result.perspective_centroid;
37 wrapper_result.perspective_sample = inner_result.perspective_sample;
38 wrapper_result.linear_center = inner_result.linear_center;
39 wrapper_result.linear_centroid = inner_result.linear_centroid;
40 wrapper_result.linear_sample = inner_result.linear_sample;
Dinterpolate_return_struct.wgsl.expected.msl33 Out const inner_result = tint_symbol_inner();
35 wrapper_result.pos = inner_result.pos;
36 wrapper_result.none = inner_result.none;
37 wrapper_result.flat = inner_result.flat;
38 wrapper_result.perspective_center = inner_result.perspective_center;
39 wrapper_result.perspective_centroid = inner_result.perspective_centroid;
40 wrapper_result.perspective_sample = inner_result.perspective_sample;
41 wrapper_result.linear_center = inner_result.linear_center;
42 wrapper_result.linear_centroid = inner_result.linear_centroid;
43 wrapper_result.linear_sample = inner_result.linear_sample;
Dinterpolate_return_struct.wgsl.expected.glsl33 Out inner_result = tint_symbol_1_inner();
35 wrapper_result.pos = inner_result.pos;
36 wrapper_result.none = inner_result.none;
37 wrapper_result.tint_symbol = inner_result.tint_symbol;
38 wrapper_result.perspective_center = inner_result.perspective_center;
39 wrapper_result.perspective_centroid = inner_result.perspective_centroid;
40 wrapper_result.perspective_sample = inner_result.perspective_sample;
41 wrapper_result.linear_center = inner_result.linear_center;
42 wrapper_result.linear_centroid = inner_result.linear_centroid;
43 wrapper_result.linear_sample = inner_result.linear_sample;
Dfragment_output_mixed.wgsl.expected.hlsl24 const FragmentOutputs inner_result = main_inner();
26 wrapper_result.loc0 = inner_result.loc0;
27 wrapper_result.frag_depth = inner_result.frag_depth;
28 wrapper_result.loc1 = inner_result.loc1;
29 wrapper_result.loc2 = inner_result.loc2;
30 wrapper_result.sample_mask = inner_result.sample_mask;
31 wrapper_result.loc3 = inner_result.loc3;
Dfragment_output_mixed.wgsl.expected.msl27 FragmentOutputs const inner_result = tint_symbol_inner();
29 wrapper_result.loc0 = inner_result.loc0;
30 wrapper_result.frag_depth = inner_result.frag_depth;
31 wrapper_result.loc1 = inner_result.loc1;
32 wrapper_result.loc2 = inner_result.loc2;
33 wrapper_result.sample_mask = inner_result.sample_mask;
34 wrapper_result.loc3 = inner_result.loc3;
Dvertex_output_locations_struct.wgsl.expected.hlsl22 const VertexOutputs inner_result = main_inner();
24 wrapper_result.loc0 = inner_result.loc0;
25 wrapper_result.loc1 = inner_result.loc1;
26 wrapper_result.loc2 = inner_result.loc2;
27 wrapper_result.loc3 = inner_result.loc3;
28 wrapper_result.position = inner_result.position;
Dfragment_output_mixed.wgsl.expected.glsl29 FragmentOutputs inner_result = tint_symbol_inner();
31 wrapper_result.loc0 = inner_result.loc0;
32 wrapper_result.frag_depth = inner_result.frag_depth;
33 wrapper_result.loc1 = inner_result.loc1;
34 wrapper_result.loc2 = inner_result.loc2;
35 wrapper_result.sample_mask = inner_result.sample_mask;
36 wrapper_result.loc3 = inner_result.loc3;
Dvertex_output_locations_struct.wgsl.expected.msl25 VertexOutputs const inner_result = tint_symbol_inner();
27 wrapper_result.loc0 = inner_result.loc0;
28 wrapper_result.loc1 = inner_result.loc1;
29 wrapper_result.loc2 = inner_result.loc2;
30 wrapper_result.loc3 = inner_result.loc3;
31 wrapper_result.position = inner_result.position;
Dvertex_output_locations_struct.wgsl.expected.glsl25 VertexOutputs inner_result = tint_symbol_inner();
27 wrapper_result.loc0 = inner_result.loc0;
28 wrapper_result.loc1 = inner_result.loc1;
29 wrapper_result.loc2 = inner_result.loc2;
30 wrapper_result.loc3 = inner_result.loc3;
31 wrapper_result.position = inner_result.position;
Dinterpolate_integers.wgsl.expected.hlsl22 const Interface inner_result = vert_main_inner();
24 wrapper_result.i = inner_result.i;
25 wrapper_result.u = inner_result.u;
26 wrapper_result.vi = inner_result.vi;
27 wrapper_result.vu = inner_result.vu;
28 wrapper_result.pos = inner_result.pos;
Dfragment_output_locations_struct.wgsl.expected.hlsl20 const FragmentOutputs inner_result = main_inner();
22 wrapper_result.loc0 = inner_result.loc0;
23 wrapper_result.loc1 = inner_result.loc1;
24 wrapper_result.loc2 = inner_result.loc2;
25 wrapper_result.loc3 = inner_result.loc3;
Dfragment_output_locations_struct.wgsl.expected.msl23 FragmentOutputs const inner_result = tint_symbol_inner();
25 wrapper_result.loc0 = inner_result.loc0;
26 wrapper_result.loc1 = inner_result.loc1;
27 wrapper_result.loc2 = inner_result.loc2;
28 wrapper_result.loc3 = inner_result.loc3;
Dinterpolate_integers.wgsl.expected.msl34 Interface const inner_result = vert_main_inner();
36 wrapper_result.i = inner_result.i;
37 wrapper_result.u = inner_result.u;
38 wrapper_result.vi = inner_result.vi;
39 wrapper_result.vu = inner_result.vu;
40 wrapper_result.pos = inner_result.pos;
Dfragment_output_locations_struct.wgsl.expected.glsl23 FragmentOutputs inner_result = tint_symbol_inner();
25 wrapper_result.loc0 = inner_result.loc0;
26 wrapper_result.loc1 = inner_result.loc1;
27 wrapper_result.loc2 = inner_result.loc2;
28 wrapper_result.loc3 = inner_result.loc3;
Dinterpolate_integers.wgsl.expected.glsl38 Interface inner_result = vert_main_inner();
40 wrapper_result.i = inner_result.i;
41 wrapper_result.u = inner_result.u;
42 wrapper_result.vi = inner_result.vi;
43 wrapper_result.vu = inner_result.vu;
44 wrapper_result.pos = inner_result.pos;
Dshared_struct_different_stages.wgsl.expected.hlsl18 const Interface inner_result = vert_main_inner();
20 wrapper_result.col1 = inner_result.col1;
21 wrapper_result.col2 = inner_result.col2;
22 wrapper_result.pos = inner_result.pos;
Dshared_struct_different_stages.wgsl.expected.msl25 Interface const inner_result = vert_main_inner();
27 wrapper_result.col1 = inner_result.col1;
28 wrapper_result.col2 = inner_result.col2;
29 wrapper_result.pos = inner_result.pos;
Dfragment_output_builtins_struct.wgsl.expected.hlsl16 const FragmentOutputs inner_result = main_inner();
18 wrapper_result.frag_depth = inner_result.frag_depth;
19 wrapper_result.sample_mask = inner_result.sample_mask;
Dfragment_output_builtins_struct.wgsl.expected.msl19 FragmentOutputs const inner_result = tint_symbol_inner();
21 wrapper_result.frag_depth = inner_result.frag_depth;
22 wrapper_result.sample_mask = inner_result.sample_mask;
Dshared_struct_different_stages.wgsl.expected.glsl27 Interface inner_result = vert_main_inner();
29 wrapper_result.col1 = inner_result.col1;
30 wrapper_result.col2 = inner_result.col2;
31 wrapper_result.pos = inner_result.pos;
Dfragment_output_builtins_struct.wgsl.expected.glsl21 FragmentOutputs inner_result = tint_symbol_inner();
23 wrapper_result.frag_depth = inner_result.frag_depth;
24 wrapper_result.sample_mask = inner_result.sample_mask;
Dshared_struct_helper_function.wgsl.expected.hlsl21 const VertexOutput inner_result = vert_main1_inner();
23 wrapper_result.pos = inner_result.pos;
24 wrapper_result.loc0 = inner_result.loc0;
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-iterator-object.c448 ecma_value_t inner_result = ecma_op_function_call (return_obj_p, iterator, NULL, 0); in ecma_op_iterator_close() local
454 if (ECMA_IS_VALUE_ERROR (inner_result)) in ecma_op_iterator_close()
460 ecma_free_value (inner_result); in ecma_op_iterator_close()
468 if (ECMA_IS_VALUE_ERROR (inner_result)) in ecma_op_iterator_close()
471 return inner_result; in ecma_op_iterator_close()
475 bool is_object = ecma_is_value_object (inner_result); in ecma_op_iterator_close()
476 ecma_free_value (inner_result); in ecma_op_iterator_close()
/third_party/skia/third_party/externals/tint/test/bug/tint/
D1076.wgsl.expected.hlsl25 const FragIn inner_result = main_inner(tint_symbol_5, tint_symbol_1.b);
27 wrapper_result.a = inner_result.a;
28 wrapper_result.mask = inner_result.mask;
D1076.wgsl.expected.msl27 FragIn const inner_result = tint_symbol_inner(tint_symbol_5, tint_symbol_1.b);
29 wrapper_result.a = inner_result.a;
30 wrapper_result.mask = inner_result.mask;

12345678910>>...72