Searched refs:end_function (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/glsl/builtins/tools/ |
D | texture_builtins.py | 140 def end_function(fs, name): function 166 end_function(fs, "textureSize") 194 end_function(fs, "texture") 215 end_function(fs, "textureProj") 227 end_function(fs, "textureLod") 238 end_function(fs, "textureLodOffset") 260 end_function(fs, "textureOffset") 270 end_function(fs, "texelFetch") 279 end_function(fs, "texelFetchOffset") 300 end_function(fs, "textureProjOffset") [all …]
|