Searched refs:GENERICVECTYPE_INT32 (Results 1 – 10 of 10) 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()
814 …lorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorb… in render()1015 case rr::GENERICVECTYPE_INT32: in render()
132 …uts[0].type = (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)? rr::GENERICVECTYPE_INT32 : in ColorFragmentShader()
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()
1223 …case rr::GENERICVECTYPE_INT32: calcShaderColorCoord(coord, color, rr::readVertexAttribInt (inputs[… in shadeVertices()1448 return rr::GENERICVECTYPE_INT32; in mapOutputType()
60 case glu::TYPE_INT_VEC4: return rr::GENERICVECTYPE_INT32; in mapDataTypeToGenericVecType()
728 m_outputs[0].type = rr::GENERICVECTYPE_INT32; in FragmentShader()