Searched refs:GENERICVECTYPE_INT32 (Results 1 – 10 of 10) sorted by relevance
36 GENERICVECTYPE_INT32, enumerator
1541 command.program.vertexShader->getInputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1546 command.program.vertexShader->getOutputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1552 command.program.fragmentShader->getInputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1557 command.program.fragmentShader->getOutputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1565 command.program.geometryShader->getInputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1570 command.program.geometryShader->getOutputs()[varyingNdx].type != GENERICVECTYPE_INT32 && in isValidCommand()1597 …lorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorb… in isValidCommand()1607 (command.program.vertexShader->getOutputs()[outputNdx].type == GENERICVECTYPE_INT32 || in isValidCommand()1615 (command.program.geometryShader->getOutputs()[outputNdx].type == GENERICVECTYPE_INT32 || in isValidCommand()
818 …lorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorb… in render()1019 case rr::GENERICVECTYPE_INT32: in render()
172 …uts[0].type = (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)? rr::GENERICVECTYPE_INT32 : in ColorFragmentShader()224 …uts[0].type = (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)? rr::GENERICVECTYPE_INT32 : in ColorFragmentShaderDualSource()
39 return rr::GENERICVECTYPE_INT32; in mapToGenericVecType()
782 …case rr::GENERICVECTYPE_INT32: calcShaderColorCoord(coord, color, rr::readVertexAttribInt (inputs[… in shadeVertices()1016 return rr::GENERICVECTYPE_INT32; in mapOutputType()
1211 …case rr::GENERICVECTYPE_INT32: calcShaderColorCoord(coord, color, rr::readVertexAttribInt (inputs[… in shadeVertices()1436 return rr::GENERICVECTYPE_INT32; in mapOutputType()
60 case glu::TYPE_INT_VEC4: return rr::GENERICVECTYPE_INT32; in mapDataTypeToGenericVecType()
735 m_outputs[0].type = rr::GENERICVECTYPE_INT32; in FragmentShader()