Home
last modified time | relevance | path

Searched refs:isIntCase (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp161 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in pushVarCompAttrib() local
167 else if (isIntCase) in pushVarCompAttrib()
178 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in init() local
191 DE_ASSERT(isFloatCase || isIntCase || isUintCase || isMatCase); in init()
230 else if (isIntCase) in init()
248 else if (isIntCase) in init()
474 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in setupVarAttribPointer() local
489 else if (isIntCase) in setupVarAttribPointer()
Des3fShaderOperatorTests.cpp2294 bool isIntCase = isDataTypeIntOrIVec(curType); local
2298 DE_ASSERT(isBoolCase || isFloatCase || isIntCase || isUintCase);
2299 DE_UNREF(isIntCase);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderOperatorTests.cpp1239 …bool isIntCase = (funcInfo.input0.valueType & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)… local
1240 bool isFloatCase = !isBoolCase && !isIntCase; // \todo [petri] Better check.
1322 : isIntCase ? s_intTypes[curInScalarSize - 1]
1418 bool isIntCase = isDataTypeIntOrIVec(curType); local
1421 DE_ASSERT(isBoolCase || isFloatCase || isIntCase);
1422 DE_UNREF(isIntCase);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1895 const bool isIntCase = isDataTypeIntOrIVec(curType); in init() local
1899 DE_ASSERT(isBoolCase || isFloatCase || isIntCase || isUintCase); in init()
1900 DE_UNREF(isIntCase); in init()