Home
last modified time | relevance | path

Searched refs:t_f (Results 1 – 25 of 59) sorted by relevance

123

/third_party/skia/third_party/externals/tint/test/types/texture/depth/
Dcube_array.wgsl.expected.spvasm11 OpName %t_f "t_f"
13 OpDecorate %t_f DescriptorSet 0
14 OpDecorate %t_f Binding 0
18 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
Dcube.wgsl.expected.spvasm10 OpName %t_f "t_f"
12 OpDecorate %t_f DescriptorSet 0
13 OpDecorate %t_f Binding 0
17 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
D2d.wgsl.expected.spvasm10 OpName %t_f "t_f"
12 OpDecorate %t_f DescriptorSet 0
13 OpDecorate %t_f Binding 0
17 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
D2d_array.wgsl.expected.spvasm10 OpName %t_f "t_f"
12 OpDecorate %t_f DescriptorSet 0
13 OpDecorate %t_f Binding 0
17 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
Dcube_array.wgsl.expected.wgsl1 [[group(0), binding(0)]] var t_f : texture_depth_cube_array;
5 _ = t_f;
Dcube_array.wgsl1 [[group(0), binding(0)]] var t_f : texture_depth_cube_array;
5 _ = t_f;
D2d.wgsl.expected.wgsl1 [[group(0), binding(0)]] var t_f : texture_depth_2d;
5 _ = t_f;
D2d_array.wgsl.expected.wgsl1 [[group(0), binding(0)]] var t_f : texture_depth_2d_array;
5 _ = t_f;
Dcube.wgsl.expected.wgsl1 [[group(0), binding(0)]] var t_f : texture_depth_cube;
5 _ = t_f;
Dcube.wgsl1 [[group(0), binding(0)]] var t_f : texture_depth_cube;
5 _ = t_f;
D2d_array.wgsl1 [[group(0), binding(0)]] var t_f : texture_depth_2d_array;
5 _ = t_f;
D2d.wgsl1 [[group(0), binding(0)]] var t_f : texture_depth_2d;
5 _ = t_f;
/third_party/gstreamer/gstreamer/gst/
Dgsttypefind.h78 #define GST_TYPE_FIND_REGISTER_DEFINE(t_f, t_f_n, r, func, extensions, possible_caps, data, data_no… argument
80 gboolean G_PASTE (gst_type_find_register_, t_f) (GstPlugin * plugin) \
97 #define GST_TYPE_FIND_REGISTER_DECLARE(t_f) \ argument
99 gboolean G_PASTE(gst_type_find_register_, t_f) (GstPlugin * plugin); \
114 #define GST_TYPE_FIND_REGISTER(t_f, plugin) G_PASTE(gst_type_find_register_, t_f) (plugin) argument
/third_party/skia/third_party/externals/tint/test/types/texture/sampled/
D1d.wgsl.expected.spvasm11 OpName %t_f "t_f"
15 OpDecorate %t_f DescriptorSet 0
16 OpDecorate %t_f Binding 0
24 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
D2d_array.wgsl.expected.spvasm10 OpName %t_f "t_f"
14 OpDecorate %t_f DescriptorSet 0
15 OpDecorate %t_f Binding 0
23 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
Dcube_array.wgsl.expected.spvasm11 OpName %t_f "t_f"
15 OpDecorate %t_f DescriptorSet 0
16 OpDecorate %t_f Binding 0
24 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
D2d.wgsl.expected.spvasm10 OpName %t_f "t_f"
14 OpDecorate %t_f DescriptorSet 0
15 OpDecorate %t_f Binding 0
23 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
Dcube.wgsl.expected.spvasm10 OpName %t_f "t_f"
14 OpDecorate %t_f DescriptorSet 0
15 OpDecorate %t_f Binding 0
23 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
D3d.wgsl.expected.spvasm10 OpName %t_f "t_f"
14 OpDecorate %t_f DescriptorSet 0
15 OpDecorate %t_f Binding 0
23 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
D3d.wgsl.expected.wgsl1 [[group(0), binding(0)]] var t_f : texture_3d<f32>;
9 _ = t_f;
D2d_array.wgsl.expected.wgsl1 [[group(0), binding(0)]] var t_f : texture_2d_array<f32>;
9 _ = t_f;
D2d.wgsl.expected.wgsl1 [[group(0), binding(0)]] var t_f : texture_2d<f32>;
9 _ = t_f;
D2d.wgsl1 [[group(0), binding(0)]] var t_f : texture_2d<f32>;
7 _ = t_f;
/third_party/skia/third_party/externals/tint/test/types/texture/multisampled/
D2d.wgsl.expected.spvasm10 OpName %t_f "t_f"
14 OpDecorate %t_f DescriptorSet 0
15 OpDecorate %t_f Binding 0
23 %t_f = OpVariable %_ptr_UniformConstant_3 UniformConstant
D2d.wgsl1 [[group(0), binding(0)]] var t_f : texture_multisampled_2d<f32>;
7 _ = t_f;

123