Home
last modified time | relevance | path

Searched refs:VALUE_FLOAT (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1933 VALUE_FLOAT = (1<<0), // float scalar in init() enumerator
1949 F = VALUE_FLOAT, in init()
1963 …VALUE_ANY_FLOAT = VALUE_FLOAT | VALUE_FLOAT_VEC | VALUE_FLOAT_GENTYPE | VALUE_VEC3 | VALUE_VEC… in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1941 VALUE_FLOAT = (1<<0), // float scalar in init() enumerator
1959 F = VALUE_FLOAT, in init()
1975 …VALUE_ANY_FLOAT = VALUE_FLOAT | VALUE_FLOAT_VEC | VALUE_FLOAT_GENTYPE | VALUE_VEC3 | VALUE_VE… in init()
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp203 VALUE_FLOAT = (1<<0), // float scalar enumerator
216 F = VALUE_FLOAT,
231 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT; in isScalarType()
1254 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp244 VALUE_FLOAT = (1<<0), // float scalar enumerator
260 F = VALUE_FLOAT,
278 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT || type == VALUE_UINT; in isScalarType()
283 return (type & (VALUE_FLOAT | VALUE_FLOAT_VEC | VALUE_FLOAT_GENTYPE)) != 0; in isFloatType()
1852 …const int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp264 VALUE_FLOAT = (1<<0), // float scalar enumerator
280 F = VALUE_FLOAT,
298 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT || type == VALUE_UINT; in isScalarType()
303 return (type & (VALUE_FLOAT | VALUE_FLOAT_VEC | VALUE_FLOAT_GENTYPE)) != 0; in isFloatType()
1891 …int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? … in init()