Searched refs:VALUE_INT_VEC (Results 1 - 5 of 5) sorted by relevance
/external/deqp/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1944 VALUE_INT_VEC = (1<<11), // int vector 1960 IV = VALUE_INT_VEC, 1964 VALUE_ANY_INT = VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE, 1969 VALUE_INT_VEC | VALUE_INT_GENTYPE | 2173 case VALUE_INT_VEC: // \note Fall-through.
|
/external/deqp/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1953 VALUE_INT_VEC = (1<<12), // int vector 1971 IV = VALUE_INT_VEC, 1976 VALUE_ANY_INT = VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE | VALUE_INT_VEC4, 1981 VALUE_INT_VEC | VALUE_INT_GENTYPE | 2216 case VALUE_INT_VEC: // \note Fall-through.
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 212 VALUE_INT_VEC = (1<<9), // int vector enumerator in enum:deqp::gles2::Functional::ValueType 225 IV = VALUE_INT_VEC, 1239 bool isIntCase = (funcInfo.input0.valueType & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; 1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 253 VALUE_INT_VEC = (1<<9), // int vector enumerator in enum:vkt::sr::__anon3910::ValueType 269 IV = VALUE_INT_VEC, 288 return (type & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; 1838 const bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0;
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 273 VALUE_INT_VEC = (1<<9), // int vector enumerator in enum:deqp::gles3::Functional::ValueType 289 IV = VALUE_INT_VEC, 308 return (type & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; 1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0;
|
Completed in 98 milliseconds