Searched refs:GenericVecType (Results 1 – 10 of 10) sorted by relevance
59 …VertexAttribute (const std::string& name_, rr::GenericVecType type_) : name(name_), type(type_)… in VertexAttribute()62 rr::GenericVecType type;67 …VertexToFragmentVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), f… in VertexToFragmentVarying()69 rr::GenericVecType type;75 …VertexToGeometryVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), f… in VertexToGeometryVarying()77 rr::GenericVecType type;83 …GeometryToFragmentVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), … in GeometryToFragmentVarying()85 rr::GenericVecType type;91 FragmentOutput (rr::GenericVecType type_) : type(type_) { } in FragmentOutput()93 rr::GenericVecType type;
48 GenericVecType type;70 GenericVecType type;90 GenericVecType type;
32 enum GenericVecType enum
814 …rr::GenericVecType fragmentDataType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTE… in render()
1589 …const GenericVecType colorType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)… in isValidCommand()
34 static rr::GenericVecType mapToGenericVecType (const rsg::VariableType& varType) in mapToGenericVecType()
757 static rr::GenericVecType mapOutputType (const Array::OutputType& type);763 std::vector<rr::GenericVecType> m_attrType;1065 rr::GenericVecType ContextShaderProgram::mapOutputType (const Array::OutputType& type) in mapOutputType()
1131 static rr::GenericVecType mapOutputType (const DrawTestSpec::OutputType& type);1138 std::vector<rr::GenericVecType> m_attrType;1434 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType()
55 static rr::GenericVecType mapDataTypeToGenericVecType(glu::DataType type) in mapDataTypeToGenericVecType()