Searched refs:TypeValuesSP (Results 1 – 1 of 1) sorted by relevance
381 typedef de::SharedPtr<TypeValuesBase> TypeValuesSP; typedef2881 TypeValuesSP values;2897 m_typeData[FP16].values = TypeValuesSP(new TypeValues<deFloat16>); in TestGroupBuilderBase()2901 m_typeData[FP32].values = TypeValuesSP(new TypeValues<float>); in TestGroupBuilderBase()2905 m_typeData[FP64].values = TypeValuesSP(new TypeValues<double>); in TestGroupBuilderBase()3599 TypeValuesSP inTypeValues = m_typeData.at(inFloatType).values; in fillShaderSpec()3600 TypeValuesSP outTypeValues = m_typeData.at(outFloatType).values; in fillShaderSpec()4522 TypeValuesSP inTypeValues = m_typeData.at(inFloatType).values; in createInstanceContext()4523 TypeValuesSP outTypeValues = m_typeData.at(outFloatType).values; in createInstanceContext()