Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp211 VALUE_INT = (1<<8), // int scalar enumerator
224 I = VALUE_INT,
231 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT; in isScalarType()
1239 …bool isIntCase = (funcInfo.input0.valueType & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)… in init()
1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1943 VALUE_INT = (1<<10), // int scalar in init() enumerator
1959 I = VALUE_INT, in init()
1964 VALUE_ANY_INT = VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE, in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1952 VALUE_INT = (1<<11), // int scalar in init() enumerator
1970 I = VALUE_INT, in init()
1976 VALUE_ANY_INT = VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE | VALUE_INT_VEC4, in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp252 VALUE_INT = (1<<8), // int scalar enumerator
268 I = VALUE_INT,
278 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT || type == VALUE_UINT; in isScalarType()
288 return (type & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in isIntType()
1839 …const bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) !=… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp272 VALUE_INT = (1<<8), // int scalar enumerator
288 I = VALUE_INT,
298 return type == VALUE_FLOAT || type == VALUE_BOOL || type == VALUE_INT || type == VALUE_UINT; in isScalarType()
308 return (type & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in isIntType()
1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init()