Searched refs:TypeSnippetsSP (Results 1 – 1 of 1) sorted by relevance
917 typedef de::SharedPtr<TypeSnippetsBase> TypeSnippetsSP; typedef1600 TypeSnippetsSP inTypeSnippets;1601 TypeSnippetsSP outTypeSnippets;2882 TypeSnippetsSP snippets;2898 m_typeData[FP16].snippets = TypeSnippetsSP(new TypeSnippets<deFloat16>); in TestGroupBuilderBase()2902 m_typeData[FP32].snippets = TypeSnippetsSP(new TypeSnippets<float>); in TestGroupBuilderBase()2906 m_typeData[FP64].snippets = TypeSnippetsSP(new TypeSnippets<double>); in TestGroupBuilderBase()2924 const TypeSnippetsSP outTypeSnippets = m_typeData.at(outFloatType).snippets; in specializeOperation()2932 TypeSnippetsSP inTypeSnippets = m_typeData.at(inFloatType).snippets; in specializeOperation()3471 TypeSnippetsSP inTypeSnippets = specOpData.inTypeSnippets; in fillShaderSpec()[all …]