Searched refs:gl_SampleID (Results 1 – 25 of 31) sorted by relevance
12
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.sampleId.frag.out | 14 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)
|
D | 310.frag.out | 79 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)
|
D | 320.frag.out | 205 0:111 'gl_SampleID' ( flat in lowp int SampleId)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.sampleId.frag.out | 14 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)
|
D | 310.frag.out | 79 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)
|
D | 320.frag.out | 205 0:111 'gl_SampleID' ( flat in lowp int SampleId)
|
/external/deqp/external/vulkancts/data/vulkan/amber/pipeline/nonuniform_interpolant_indexing/ |
D | sample.amber | 41 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/ |
D | multisample_resolve.amber | 26 if (gl_SampleID == 0) 28 else if (gl_SampleID == 1) 30 else if (gl_SampleID == 2)
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.sample_variables.txt | 30 - 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
|
D | functional.shaders.multisample_interpolation.txt | 71 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/ |
D | spv.sampleId.frag | 8 if (gl_SampleID < 3)
|
D | 310.frag | 257 lowp int a1 = gl_SampleID; // ERROR, need extension 270 lowp int a1 = gl_SampleID;
|
D | 320.frag | 111 lowp int a1 = gl_SampleID;
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.sampleId.frag | 8 if (gl_SampleID < 3)
|
D | 310.frag | 257 lowp int a1 = gl_SampleID; // ERROR, need extension 270 lowp int a1 = gl_SampleID;
|
D | 320.frag | 111 lowp int a1 = gl_SampleID;
|
/external/deqp/external/vulkancts/data/vulkan/amber/pipeline/ |
D | reinterpolate_at_sample.amber | 21 const float a = interpolateAtSample(fs_in_pos_screen, gl_SampleID);
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.5.rst | 115 - i965/fs: Use WE_all for gl_SampleID header register munging. 122 - i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
|
D | 10.2.4.rst | 80 - i965/fs: Use WE_all for gl_SampleID header register munging.
|
/external/angle/src/compiler/translator/tree_ops/msl/ |
D | RewriteInterpolants.cpp | 215 arguments->push_back(new TIntermSymbol(BuiltInVariable::gl_SampleID())); in visitSymbol()
|
/external/angle/src/compiler/translator/msl/ |
D | TranslatorMSL.cpp | 355 {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/ |
D | android_extension_pack.test | 79 out0 = (gl_SampleID < 0) ? (0.0) : (1.0);
|
/external/deqp/data/gles31/shaders/es31/ |
D | android_extension_pack.test | 62 out0 = (gl_SampleID < 0) ? (0.0) : (1.0);
|
/external/angle/src/tests/deqp_support/ |
D | deqp_gles31_test_expectations.txt | 189 // Cannot support the per-sample shading when gl_SampleID or gl_SamplePosition:
|
/external/angle/src/compiler/translator/tree_util/ |
D | BuiltIn_ESSL_autogen.h | 4023 static constexpr const TSymbolUniqueId gl_SampleID = TSymbolUniqueId(5531); variable 4170 const TVariable *gl_SampleID();
|
12