Searched refs:GENERICVECTYPE_INT32 (Results 1 – 9 of 9) sorted by relevance
36 GENERICVECTYPE_INT32, enumerator
1533 command.program.vertexShader->getInputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1538 command.program.vertexShader->getOutputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1544 command.program.fragmentShader->getInputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1549 command.program.fragmentShader->getOutputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1557 command.program.geometryShader->getInputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1562 command.program.geometryShader->getOutputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1589 …lorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorb… in isValidCommand()1599 (command.program.vertexShader->getOutputs()[outputNdx].type == GENERICVECTYPE_INT32 || in isValidCommand()1607 (command.program.geometryShader->getOutputs()[outputNdx].type == GENERICVECTYPE_INT32 || in isValidCommand()
760 …lorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorb… in render()917 case rr::GENERICVECTYPE_INT32: in render()
39 return rr::GENERICVECTYPE_INT32; in mapToGenericVecType()
845 …case rr::GENERICVECTYPE_INT32: calcShaderColorCoord(coord, color, rr::readVertexAttribInt (inputs[… in shadeVertices()1079 return rr::GENERICVECTYPE_INT32; in mapOutputType()
1241 …case rr::GENERICVECTYPE_INT32: calcShaderColorCoord(coord, color, rr::readVertexAttribInt (inputs[… in shadeVertices()1466 return rr::GENERICVECTYPE_INT32; in mapOutputType()
60 case glu::TYPE_INT_VEC4: return rr::GENERICVECTYPE_INT32; in mapDataTypeToGenericVecType()
707 m_outputs[0].type = rr::GENERICVECTYPE_INT32; in FragmentShader()