OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundEven
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp
596
static float
roundEven
(float v)
611
: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "
roundEven
", shaderType)
615
m_spec.source = "out0 =
roundEven
(in0);";
670
const float ref =
roundEven
(in0);
691
const int minRes = int(
roundEven
(in0-eps));
692
const int maxRes = int(
roundEven
(in0+eps));
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp
674
static float
roundEven
(float v)
689
: CommonFunctionCase(context, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "
roundEven
", shaderType)
693
m_spec.source = "out0 =
roundEven
(in0);";
748
const float ref =
roundEven
(in0);
769
const int minRes = int(
roundEven
(in0-eps));
770
const int maxRes = int(
roundEven
(in0+eps));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp
793
static float
roundEven
(float v)
864
const float ref =
roundEven
(in0);
885
const int minRes = int(
roundEven
(in0-eps));
886
const int maxRes = int(
roundEven
(in0+eps));
916
: CommonFunctionCase (testCtx, getCommonFuncCaseName(baseType, precision, shaderType).c_str(), "
roundEven
", shaderType)
920
m_spec.source = "out0 =
roundEven
(in0);";
[
all
...]
Completed in 128 milliseconds