Home | History | Annotate | Download | only in sksl

Lines Matching refs:static_type

120     , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type)))
121 , fGSampler2D_Type(new Type("$gsampler2D", static_type(*fSampler2D_Type)))
122 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type)))
123 , fGSamplerCube_Type(new Type("$gsamplerCube", static_type(*fSamplerCube_Type)))
124 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type)))
126 static_type(*fSampler1DArray_Type)))
128 static_type(*fSampler2DArray_Type)))
130 static_type(*fSamplerCubeArray_Type)))
131 , fGSamplerBuffer_Type(new Type("$gsamplerBuffer", static_type(*fSamplerBuffer_Type)))
132 , fGSampler2DMS_Type(new Type("$gsampler2DMS", static_type(*fSampler2DMS_Type)))
134 static_type(*fSampler2DMSArray_Type)))
136 static_type(*fSampler2DArrayShadow_Type)))
138 static_type(*fSamplerCubeArrayShadow_Type)))
170 , fGVec4_Type(new Type("$gfloat4", static_type(*fFloat4_Type)))
190 static std::vector<const Type*> static_type(const Type& t) {