Home
last modified time | relevance | path

Searched refs:gl_SampleID (Results 1 – 25 of 31) sorted by relevance

12

/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.sampleId.frag.out14 Name 8 "gl_SampleID"
17 Decorate 8(gl_SampleID) Flat
18 Decorate 8(gl_SampleID) BuiltIn SampleId
25 8(gl_SampleID): 7(ptr) Variable Input
37 9: 6(int) Load 8(gl_SampleID)
D310.frag.out79 ERROR: 0:257: 'gl_SampleID' : required extension not requested: GL_OES_sample_variables
583 0:257 'gl_SampleID' ( flat in lowp int SampleId)
611 0:270 'gl_SampleID' ( flat in lowp int SampleId)
D320.frag.out205 0:111 'gl_SampleID' ( flat in lowp int SampleId)
/external/deqp-deps/glslang/Test/baseResults/
Dspv.sampleId.frag.out14 Name 8 "gl_SampleID"
17 Decorate 8(gl_SampleID) Flat
18 Decorate 8(gl_SampleID) BuiltIn SampleId
25 8(gl_SampleID): 7(ptr) Variable Input
37 9: 6(int) Load 8(gl_SampleID)
D310.frag.out79 ERROR: 0:257: 'gl_SampleID' : required extension not requested: GL_OES_sample_variables
583 0:257 'gl_SampleID' ( flat in lowp int SampleId)
611 0:270 'gl_SampleID' ( flat in lowp int SampleId)
D320.frag.out205 0:111 'gl_SampleID' ( flat in lowp int SampleId)
/external/deqp/external/vulkancts/data/vulkan/amber/pipeline/nonuniform_interpolant_indexing/
Dsample.amber41 vec2 ref = interpolateAtSample(inPosScreenArr[0], gl_SampleID) + vec2(index);
43 if (distance(ref, interpolateAtSample(inPosScreenArr[index], gl_SampleID)) < 0.01
44 && abs(ref.y - interpolateAtSample(inPosScreenArr[index].y, gl_SampleID)) < 0.01
45 && abs(ref.y - interpolateAtSample(inPosScreenArr[index], gl_SampleID)).y < 0.01)
/external/deqp-deps/amber/tests/cases/
Dmultisample_resolve.amber26 if (gl_SampleID == 0)
28 else if (gl_SampleID == 1)
30 else if (gl_SampleID == 2)
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt30 - gl_SampleID
46 sample_id.* cases verify gl_SampleID values. A quad is drawn with a shader
47 program. With texture targets, each sample encodes its gl_SampleID to the
51 gl_SampleID output a non-zero green value. Result image is then verified to
54 invocation for every valid gl_SampleID value, but not that a matching fragment
Dfunctional.shaders.multisample_interpolation.txt71 interpolateAtSample is the same as in gl_SampleID. Tests compare value
73 interpolateAtSample(v_varying, gl_SampleID). Values should be equal.
/external/deqp-deps/glslang/Test/
Dspv.sampleId.frag8 if (gl_SampleID < 3)
D310.frag257 lowp int a1 = gl_SampleID; // ERROR, need extension
270 lowp int a1 = gl_SampleID;
D320.frag111 lowp int a1 = gl_SampleID;
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.sampleId.frag8 if (gl_SampleID < 3)
D310.frag257 lowp int a1 = gl_SampleID; // ERROR, need extension
270 lowp int a1 = gl_SampleID;
D320.frag111 lowp int a1 = gl_SampleID;
/external/deqp/external/vulkancts/data/vulkan/amber/pipeline/
Dreinterpolate_at_sample.amber21 const float a = interpolateAtSample(fs_in_pos_screen, gl_SampleID);
/external/mesa3d/docs/relnotes/
D10.2.5.rst115 - i965/fs: Use WE_all for gl_SampleID header register munging.
122 - i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
D10.2.4.rst80 - i965/fs: Use WE_all for gl_SampleID header register munging.
/external/angle/src/compiler/translator/tree_ops/msl/
DRewriteInterpolants.cpp215 arguments->push_back(new TIntermSymbol(BuiltInVariable::gl_SampleID())); in visitSymbol()
/external/angle/src/compiler/translator/msl/
DTranslatorMSL.cpp355 {new TIntermSymbol(BuiltInVariable::gl_SampleID())})}, in AddSamplePositionDeclaration()
394 new TIntermSymbol(BuiltInVariable::gl_SampleID())))); in AddSampleMaskInDeclaration()
1245 DeclareRightBeforeMain(*root, *BuiltInVariable::gl_SampleID()); in translateImpl()
/external/deqp/data/gles31/shaders/es32/
Dandroid_extension_pack.test79 out0 = (gl_SampleID < 0) ? (0.0) : (1.0);
/external/deqp/data/gles31/shaders/es31/
Dandroid_extension_pack.test62 out0 = (gl_SampleID < 0) ? (0.0) : (1.0);
/external/angle/src/tests/deqp_support/
Ddeqp_gles31_test_expectations.txt189 // Cannot support the per-sample shading when gl_SampleID or gl_SamplePosition:
/external/angle/src/compiler/translator/tree_util/
DBuiltIn_ESSL_autogen.h4023 static constexpr const TSymbolUniqueId gl_SampleID = TSymbolUniqueId(5531); variable
4170 const TVariable *gl_SampleID();

12