Home
last modified time | relevance | path

Searched refs:_textureSize (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1599 _textureSize(v130, glsl_type::int_type, glsl_type::sampler1D_type), in create_builtins()
1600 _textureSize(v130, glsl_type::int_type, glsl_type::isampler1D_type), in create_builtins()
1601 _textureSize(v130, glsl_type::int_type, glsl_type::usampler1D_type), in create_builtins()
1603 _textureSize(v130, glsl_type::ivec2_type, glsl_type::sampler2D_type), in create_builtins()
1604 _textureSize(v130, glsl_type::ivec2_type, glsl_type::isampler2D_type), in create_builtins()
1605 _textureSize(v130, glsl_type::ivec2_type, glsl_type::usampler2D_type), in create_builtins()
1607 _textureSize(v130, glsl_type::ivec3_type, glsl_type::sampler3D_type), in create_builtins()
1608 _textureSize(v130, glsl_type::ivec3_type, glsl_type::isampler3D_type), in create_builtins()
1609 _textureSize(v130, glsl_type::ivec3_type, glsl_type::usampler3D_type), in create_builtins()
1611 _textureSize(v130, glsl_type::ivec2_type, glsl_type::samplerCube_type), in create_builtins()
[all …]