Searched refs:floatBitsToInt (Results 1 – 25 of 51) sorted by relevance
123
11 return (floatBitsToInt(constVal.x) == expectedA.x &&12 floatBitsToInt(constVal.xy) == expectedA.xy &&13 floatBitsToInt(constVal.xyz) == expectedA.xyz &&14 floatBitsToInt(constVal.xyzw) == expectedA.xyzw &&15 floatBitsToInt(inputVal.x) == expectedB.x &&16 floatBitsToInt(inputVal.xy) == expectedB.xy &&17 floatBitsToInt(inputVal.xyz) == expectedB.xyz &&18 floatBitsToInt(inputVal.xyzw) == expectedB.xyzw) ? colorGreen : colorRed;
9 …floatBitsToInt(inputVal.x) == 1065353216 && floatBitsToInt(inputVal.xy) == ivec2(1065353216, 10737…
20 let _skTemp0 = floatBitsToInt(inputVal.x);21 let _skTemp1 = floatBitsToInt(inputVal.xy);22 let _skTemp2 = floatBitsToInt(inputVal.xyz);23 let _skTemp3 = floatBitsToInt(inputVal);
23 idata.x += floatBitsToInt(f1);24 idata.xy += floatBitsToInt(f2);25 idata.xyz += floatBitsToInt(f3);26 idata += floatBitsToInt(f4);
21 idata.x += floatBitsToInt(f1);22 idata.xy += floatBitsToInt(f2);23 idata.xyz += floatBitsToInt(f3);24 idata += floatBitsToInt(f4);
70 int i = floatBitsToInt(f);80 int i = floatBitsToInt(f); // Error, extention GL_ARB_bit_encoding is diabled
9 int ret_val = floatBitsToInt(value);
56 int i = floatBitsToInt(f);
72 // i += floatBitsToInt(f);
1 floatBitsToInt.vert20 0:9 floatBitsToInt ( global int)129 0:9 floatBitsToInt ( global int)
10 ERROR: 0:80: 'floatBitsToInt' : required extension not requested: Possible extensions include:156 0:70 floatBitsToInt ( global int)179 0:80 floatBitsToInt ( global int)
313 GLM_FUNC_DECL int floatBitsToInt(float const & v);322 GLM_FUNC_DECL vecType<int, P> floatBitsToInt(vecType<float, P> const & v);
1 int[abs(floatBitsToInt(-abs(0)))] x;
4 int[abs(floatBitsToInt(-abs(0)))] x;
51 SKSL_INTRINSIC(floatBitsToInt) \
223 " floatBitsToInt(1.0)"