Searched refs:TypeValuesSP (Results 1 – 1 of 1) sorted by relevance
329 typedef de::SharedPtr<TypeValuesBase> TypeValuesSP; typedef2188 TypeValuesSP values;2204 m_typeData[FP16].values = TypeValuesSP(new TypeValues<deFloat16>); in TestGroupBuilderBase()2208 m_typeData[FP32].values = TypeValuesSP(new TypeValues<float>); in TestGroupBuilderBase()2212 m_typeData[FP64].values = TypeValuesSP(new TypeValues<double>); in TestGroupBuilderBase()2567 TypeValuesSP inTypeValues = m_typeData.at(inFloatType).values; in fillShaderSpec()2568 TypeValuesSP outTypeValues = m_typeData.at(outFloatType).values; in fillShaderSpec()3115 TypeValuesSP inTypeValues = m_typeData.at(inFloatType).values; in createInstanceContext()3116 TypeValuesSP outTypeValues = m_typeData.at(outFloatType).values; in createInstanceContext()