Searched refs:gsampler2DArray (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/sksl/ |
D | sksl.include | 217 ivec3 textureSize($gsampler2DArray sampler, int lod); 228 vec2 textureQueryLod($gsampler2DArray sampler, vec2 P); 241 int textureQueryLevels($gsampler2DArray sampler); 274 $gvec4 texture($gsampler2DArray sampler, vec3 P); 275 $gvec4 texture($gsampler2DArray sampler, vec3 P, float bias); 325 $gvec4 textureLod($gsampler2DArray sampler, vec3 P, float lod); 342 $gvec4 textureOffset($gsampler2DArray sampler, vec3 P, ivec2 offset); 343 $gvec4 textureOffset($gsampler2DArray sampler, vec3 P, ivec2 offset, float bias); 355 $gvec4 texelFetch($gsampler2DArray sampler, ivec3 P, int lod); 363 $gvec4 texelFetchOffset($gsampler2DArray sampler, ivec3 P, int lod, ivec2 offset); [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 284 TType *gsampler2DArray = new TType(EbtGSampler2DArray); in InsertBuiltInFunctions() local 292 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "texture", gsampler2DArray, float3); in InsertBuiltInFunctions() 299 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureLod", gsampler2DArray, float3, float1); in InsertBuiltInFunctions() 306 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "texture", gsampler2DArray, float3, float1); in InsertBuiltInFunctions() 332 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler2DArray, int1); in InsertBuiltInFunctions() 347 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler2DArray, float3, int2); in InsertBuiltInFunctions() 354 …symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureOffset", gsampler2DArray, float3, int2, f… in InsertBuiltInFunctions() 373 …symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "textureLodOffset", gsampler2DArray, float3, floa… in InsertBuiltInFunctions() 387 symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "texelFetch", gsampler2DArray, int3, int1); in InsertBuiltInFunctions() 391 …symbolTable.insertBuiltIn(ESSL3_BUILTINS, gvec4, "texelFetchOffset", gsampler2DArray, int3, int1, … in InsertBuiltInFunctions() [all …]
|