Home
last modified time | relevance | path

Searched refs:findMSB (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp-deps/glslang/Test/
Dspv.intOps.vert65 iout.x += findMSB(i1);
66 iout.xy += findMSB(u2);
D400.geom99 i1 = findMSB(i1);
100 i2 = findMSB(u2);
D310.vert36 i1 = findMSB(i1);
37 i2 = findMSB(u2);
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/
Dgles31-khr-master.txt558 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_zero
559 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_0
560 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_1
561 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_2
562 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_3
563 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_0
564 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_1
565 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_2
566 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_3
567 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
Dgles31-khr-master.txt558 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_zero
559 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_0
560 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_1
561 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_2
562 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_3
563 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_0
564 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_1
565 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_2
566 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_3
567 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/
Dgles31-khr-master.txt558 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_zero
559 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_0
560 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_1
561 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_2
562 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_3
563 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_0
564 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_1
565 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_2
566 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_3
567 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
Dgles31-khr-master.txt558 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_zero
559 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_0
560 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_1
561 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_2
562 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_3
563 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_0
564 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_1
565 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_2
566 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_3
567 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/mesa3d/src/compiler/glsl/
Dint64.glsl37 int log2_denom = findMSB(d.y) + 32;
45 log2_denom = findMSB(d.x);
/external/deqp/modules/gles31/functional/
Des31fShaderUniformIntegerFunctionTests.cpp179 static int findMSB (deInt32 value) in findMSB() function
202 return findMSB(input); in computeExpectedResult()
Des31fShaderIntegerFunctionTests.cpp1022 static int findMSB (deInt32 value) in findMSB() function
1032 static int findMSB (deUint32 value) in findMSB() function
1086 …const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPre… in compare()
1087 const int maxRef = isSigned ? findMSB(deInt32(value)) : findMSB(value); in compare()
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/master/
Dgles31-khr-master.txt559 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_zero
560 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_0
561 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_1
562 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_2
563 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_3
564 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_0
565 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_1
566 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_2
567 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_3
568 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.5.x/
Dgles31-khr-master.txt559 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_zero
560 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_0
561 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_1
562 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_2
563 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_3
564 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_0
565 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_1
566 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_2
567 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_3
568 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/
Dgles31-khr-master.txt559 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_zero
560 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_0
561 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_1
562 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_2
563 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_3
564 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_0
565 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_1
566 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_2
567 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_3
568 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/
Dgles31-khr-master.txt559 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_zero
560 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_0
561 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_1
562 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_2
563 KHR-GLES31.core.shader_bitfield_operation.findMSB.uint_3
564 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_0
565 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_1
566 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_2
567 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec2_3
568 KHR-GLES31.core.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.intrinsics.negative.frag.out116 0:13 findMSB ( temp uint)
215 0:53 findMSB ( temp 2-component vector of uint)
274 0:69 findMSB ( temp 3-component vector of uint)
346 0:86 findMSB ( temp 4-component vector of uint)
579 0:13 findMSB ( temp uint)
678 0:53 findMSB ( temp 2-component vector of uint)
737 0:69 findMSB ( temp 3-component vector of uint)
809 0:86 findMSB ( temp 4-component vector of uint)
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp248 static int findMSB (deInt32 value) in findMSB() function
258 static int findMSB (deUint32 value) in findMSB() function
1255 …const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPre… in compare()
1256 const int maxRef = isSigned ? findMSB(deInt32(value)) : findMSB(value); in compare()
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/
Dgl43-master.txt4861 KHR-GL43.shader_bitfield_operation.findMSB.uint_zero
4862 KHR-GL43.shader_bitfield_operation.findMSB.uint_0
4863 KHR-GL43.shader_bitfield_operation.findMSB.uint_1
4864 KHR-GL43.shader_bitfield_operation.findMSB.uint_2
4865 KHR-GL43.shader_bitfield_operation.findMSB.uint_3
4866 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_0
4867 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_1
4868 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_2
4869 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_3
4870 KHR-GL43.shader_bitfield_operation.findMSB.uvec3_0
[all …]
Dgl46-master.txt4862 KHR-GL46.shader_bitfield_operation.findMSB.uint_zero
4863 KHR-GL46.shader_bitfield_operation.findMSB.uint_0
4864 KHR-GL46.shader_bitfield_operation.findMSB.uint_1
4865 KHR-GL46.shader_bitfield_operation.findMSB.uint_2
4866 KHR-GL46.shader_bitfield_operation.findMSB.uint_3
4867 KHR-GL46.shader_bitfield_operation.findMSB.uvec2_0
4868 KHR-GL46.shader_bitfield_operation.findMSB.uvec2_1
4869 KHR-GL46.shader_bitfield_operation.findMSB.uvec2_2
4870 KHR-GL46.shader_bitfield_operation.findMSB.uvec2_3
4871 KHR-GL46.shader_bitfield_operation.findMSB.uvec3_0
[all …]
Dgl44-master.txt4861 KHR-GL44.shader_bitfield_operation.findMSB.uint_zero
4862 KHR-GL44.shader_bitfield_operation.findMSB.uint_0
4863 KHR-GL44.shader_bitfield_operation.findMSB.uint_1
4864 KHR-GL44.shader_bitfield_operation.findMSB.uint_2
4865 KHR-GL44.shader_bitfield_operation.findMSB.uint_3
4866 KHR-GL44.shader_bitfield_operation.findMSB.uvec2_0
4867 KHR-GL44.shader_bitfield_operation.findMSB.uvec2_1
4868 KHR-GL44.shader_bitfield_operation.findMSB.uvec2_2
4869 KHR-GL44.shader_bitfield_operation.findMSB.uvec2_3
4870 KHR-GL44.shader_bitfield_operation.findMSB.uvec3_0
[all …]
Dgl45-master.txt4862 KHR-GL45.shader_bitfield_operation.findMSB.uint_zero
4863 KHR-GL45.shader_bitfield_operation.findMSB.uint_0
4864 KHR-GL45.shader_bitfield_operation.findMSB.uint_1
4865 KHR-GL45.shader_bitfield_operation.findMSB.uint_2
4866 KHR-GL45.shader_bitfield_operation.findMSB.uint_3
4867 KHR-GL45.shader_bitfield_operation.findMSB.uvec2_0
4868 KHR-GL45.shader_bitfield_operation.findMSB.uvec2_1
4869 KHR-GL45.shader_bitfield_operation.findMSB.uvec2_2
4870 KHR-GL45.shader_bitfield_operation.findMSB.uvec2_3
4871 KHR-GL45.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/
Dgl43-master.txt4860 KHR-GL43.shader_bitfield_operation.findMSB.uint_zero
4861 KHR-GL43.shader_bitfield_operation.findMSB.uint_0
4862 KHR-GL43.shader_bitfield_operation.findMSB.uint_1
4863 KHR-GL43.shader_bitfield_operation.findMSB.uint_2
4864 KHR-GL43.shader_bitfield_operation.findMSB.uint_3
4865 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_0
4866 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_1
4867 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_2
4868 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_3
4869 KHR-GL43.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/
Dgl43-master.txt4893 KHR-GL43.shader_bitfield_operation.findMSB.uint_zero
4894 KHR-GL43.shader_bitfield_operation.findMSB.uint_0
4895 KHR-GL43.shader_bitfield_operation.findMSB.uint_1
4896 KHR-GL43.shader_bitfield_operation.findMSB.uint_2
4897 KHR-GL43.shader_bitfield_operation.findMSB.uint_3
4898 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_0
4899 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_1
4900 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_2
4901 KHR-GL43.shader_bitfield_operation.findMSB.uvec2_3
4902 KHR-GL43.shader_bitfield_operation.findMSB.uvec3_0
[all …]
Dgl45-master.txt4894 KHR-GL45.shader_bitfield_operation.findMSB.uint_zero
4895 KHR-GL45.shader_bitfield_operation.findMSB.uint_0
4896 KHR-GL45.shader_bitfield_operation.findMSB.uint_1
4897 KHR-GL45.shader_bitfield_operation.findMSB.uint_2
4898 KHR-GL45.shader_bitfield_operation.findMSB.uint_3
4899 KHR-GL45.shader_bitfield_operation.findMSB.uvec2_0
4900 KHR-GL45.shader_bitfield_operation.findMSB.uvec2_1
4901 KHR-GL45.shader_bitfield_operation.findMSB.uvec2_2
4902 KHR-GL45.shader_bitfield_operation.findMSB.uvec2_3
4903 KHR-GL45.shader_bitfield_operation.findMSB.uvec3_0
[all …]
Dgl44-master.txt4893 KHR-GL44.shader_bitfield_operation.findMSB.uint_zero
4894 KHR-GL44.shader_bitfield_operation.findMSB.uint_0
4895 KHR-GL44.shader_bitfield_operation.findMSB.uint_1
4896 KHR-GL44.shader_bitfield_operation.findMSB.uint_2
4897 KHR-GL44.shader_bitfield_operation.findMSB.uint_3
4898 KHR-GL44.shader_bitfield_operation.findMSB.uvec2_0
4899 KHR-GL44.shader_bitfield_operation.findMSB.uvec2_1
4900 KHR-GL44.shader_bitfield_operation.findMSB.uvec2_2
4901 KHR-GL44.shader_bitfield_operation.findMSB.uvec2_3
4902 KHR-GL44.shader_bitfield_operation.findMSB.uvec3_0
[all …]
/external/mesa3d/docs/specs/
DMESA_shader_integer_functions.txt334 genIType findMSB(genIType value);
335 genIType findMSB(genUType value);
371 The function findMSB() returns the bit number of the most significant bit

12