Home
last modified time | relevance | path

Searched refs:centroid (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/third_party/vk-gl-cts/data/gles3/shaders/
Dqualification_order.test17 invariant smooth centroid out lowp float x0;
36 smooth centroid in lowp float x0;
58 smooth centroid out lowp float x0;
77 smooth centroid in lowp float x0;
99 invariant smooth centroid out float x0;
118 smooth centroid in float x0;
140 invariant centroid out lowp float x0;
159 centroid in lowp float x0;
181 centroid out lowp float x0;
200 centroid in lowp float x0;
[all …]
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.shaders.multisample_interpolation.txt64 interpolate_at_sample.centroid_qualifier cases interpolate a centroid-qualified
67 different centroid-qualification. The centroid qualifier should not have any
79 interpolateAtCentroid are equal to the values of a centroid qualified varying.
81 centroid-qualified and non-centroid-qualified varying and then compares the
82 values of centroid-qualified varying and interpolateAtCentroid function return
83 value when given the non-centroid-qualified varying as an input.
95 qualifiers, with centroid qualifier and with per-sample qualifier.
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp152 input->data.centroid != output->data.centroid) { in cross_validate_types_and_qualifiers()
158 (output->data.centroid) ? "has" : "lacks", in cross_validate_types_and_qualifiers()
160 (input->data.centroid) ? "has" : "lacks"); in cross_validate_types_and_qualifiers()
323 bool centroid; member
336 bool centroid, in check_location_aliasing() argument
442 if (info->centroid != centroid || in check_location_aliasing()
461 info->centroid = centroid; in check_location_aliasing()
536 field->centroid, in validate_explicit_variable_location()
547 var->data.centroid, in validate_explicit_variable_location()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_shader_multisample_interpolation.txt69 center, a specific sample number, or at the centroid.
118 "centroid in", the variable is sampled at a location within the pixel
129 though they were declared with the "centroid" or "sample" qualifiers,
199 precede the qualifiers in, centroid in, sample in, out, centroid out, or
206 with the in, centroid in, or sample in storage qualifiers. ... Variables
207 declared as in, centroid in, or sample in may not be written to during
210 (modify the last paragraph, p. 35) ... It is an error to use "centroid in",
215 outputs. They are declared in fragment shaders with the in, centroid in,
235 with the out, centroid out, or sample out storage qualifiers. ...
238 output per-vertex data and are declared using the out, centroid out, or
[all …]
/third_party/openGLES/extensions/OES/
DOES_shader_multisample_interpolation.txt79 center, a specific sample number, or at the centroid.
128 "centroid in", the variable is sampled at a location within the pixel
139 though they were declared with the "centroid" or "sample" qualifiers,
209 precede the qualifiers in, centroid in, sample in, out, centroid out, or
216 with the in, centroid in, or sample in storage qualifiers. ... Variables
217 declared as in, centroid in, or sample in may not be written to during
220 (modify the last paragraph, p. 35) ... It is an error to use "centroid in",
225 outputs. They are declared in fragment shaders with the in, centroid in,
245 with the out, centroid out, or sample out storage qualifiers. ...
248 output per-vertex data and are declared using the out, centroid out, or
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelShader.cpp28 centroid = false; in PixelShader()
53 centroid = false; in PixelShader()
123 return centroid; in containsCentroid()
727 bool centroid = inst->dst.centroid; in analyzeInterpolants() local
733 input[reg][0].centroid = centroid; in analyzeInterpolants()
736 input[2 + reg][0].centroid = centroid; in analyzeInterpolants()
742 this->centroid = this->centroid || centroid; in analyzeInterpolants()
/third_party/ffmpeg/libavcodec/
Delbg.c84 static int eval_error_cell(elbg_data *elbg, int *centroid, cell *cells) in eval_error_cell() argument
88 … error += distance_limited(centroid, elbg->points + cells->index*elbg->dim, elbg->dim, INT_MAX); in eval_error_cell()
134 int *centroid[3], in simple_lbg()
153 idx = distance_limited(centroid[0], points + tempcell->index*dim, dim, INT_MAX)>= in simple_lbg()
154 distance_limited(centroid[1], points + tempcell->index*dim, dim, INT_MAX); in simple_lbg()
160 vect_division(centroid[0], newcentroid[0], numpoints[0], dim); in simple_lbg()
161 vect_division(centroid[1], newcentroid[1], numpoints[1], dim); in simple_lbg()
164 int dist[2] = {distance_limited(centroid[0], points + tempcell->index*dim, dim, INT_MAX), in simple_lbg()
165 distance_limited(centroid[1], points + tempcell->index*dim, dim, INT_MAX)}; in simple_lbg()
/third_party/glslang/Test/
Dspv.qualifiers.vert5 centroid out vec4 outVc;
10 centroid noperspective out vec4 outVcn;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/
Dpull-interpolant-access-chain.msl23.frag2 layout(location = 0) centroid in vec4 a[2];
3 layout(location = 2) centroid in vec4 b[2];
/third_party/skia/third_party/externals/tint/test/shader_io/
Dinterpolate_input_parameters.wgsl.expected.wgsl2centroid)]] perspective_centroid : f32, [[location(4), interpolate(perspective, sample)]] perspect…
Dinterpolate_input_parameters.wgsl6 [[location(3), interpolate(perspective, centroid)]] perspective_centroid : f32,
9 [[location(6), interpolate(linear, centroid)]] linear_centroid : f32,
Dinterpolate_input_struct.wgsl.expected.wgsl8 [[location(3), interpolate(perspective, centroid)]]
14 [[location(6), interpolate(linear, centroid)]]
Dinterpolate_input_struct.wgsl5 [[location(3), interpolate(perspective, centroid)]] perspective_centroid : f32;
8 [[location(6), interpolate(linear, centroid)]] linear_centroid : f32;
Dinterpolate_return_struct.wgsl.expected.wgsl10 [[location(3), interpolate(perspective, centroid)]]
16 [[location(6), interpolate(linear, centroid)]]
Dinterpolate_return_struct.wgsl6 [[location(3), interpolate(perspective, centroid)]] perspective_centroid : f32;
9 [[location(6), interpolate(linear, centroid)]] linear_centroid : f32;
Dinterpolate_input_parameters.wgsl.expected.hlsl5 linear centroid float perspective_centroid : TEXCOORD3;
8 noperspective centroid float linear_centroid : TEXCOORD6;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/desktop-only/vert/
Dout-block-qualifiers.vert6 centroid vec4 g;
12 layout(location = 5) centroid out vec4 g;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/desktop-only/vert/
Dout-block-qualifiers.vert6 centroid vec4 g;
12 layout(location = 5) centroid out vec4 g;
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/vert/
Dqualifiers.vert4 layout(location = 1) centroid out float vCentroid;
11 centroid float vCentroid;
/third_party/skia/third_party/externals/spirv-cross/shaders/desktop-only/vert/
Dout-block-qualifiers.vert5 centroid vec4 g;
11 layout(location = 5) out centroid vec4 g;
/third_party/skia/third_party/externals/spirv-cross/shaders/desktop-only/frag/
Din-block-qualifiers.frag5 centroid vec4 g;
11 layout(location = 5) in centroid vec4 g;
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Dzink-radv-fails.txt161 spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
162 spec@arb_sample_shading@ignore-centroid-qualifier 4,Fail
163 spec@arb_sample_shading@ignore-centroid-qualifier 6,Fail
164 spec@arb_sample_shading@ignore-centroid-qualifier 8,Fail
281 spec@ext_framebuffer_multisample@interpolation 2 centroid-deriv-disabled,Fail
282 spec@ext_framebuffer_multisample@interpolation 2 centroid-disabled,Fail
283 spec@ext_framebuffer_multisample@interpolation 2 non-centroid-deriv-disabled,Fail
284 spec@ext_framebuffer_multisample@interpolation 2 non-centroid-disabled,Fail
285 spec@ext_framebuffer_multisample@interpolation 4 centroid-deriv-disabled,Fail
286 spec@ext_framebuffer_multisample@interpolation 4 centroid-disabled,Fail
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dinterpolation-qualifiers.frag5 layout(location=2) in centroid vec3 v2;
6 layout(location=3) in centroid noperspective vec4 v3;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/desktop-only/frag/
Din-block-qualifiers.frag7 centroid vec4 g;
13 layout(location = 5) centroid in vec4 g;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/desktop-only/frag/
Din-block-qualifiers.frag7 centroid vec4 g;
13 layout(location = 5) centroid in vec4 g;

12345678910>>...13