Searched refs:_textureQueryLod (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp2240 _textureQueryLod(texture_query_lod, glsl_type::sampler1D_type, glsl_type::float_type),
2241 _textureQueryLod(texture_query_lod, glsl_type::isampler1D_type, glsl_type::float_type),
2242 _textureQueryLod(texture_query_lod, glsl_type::usampler1D_type, glsl_type::float_type),
2244 _textureQueryLod(texture_query_lod, glsl_type::sampler2D_type, glsl_type::vec2_type),
2245 _textureQueryLod(texture_query_lod, glsl_type::isampler2D_type, glsl_type::vec2_type),
2246 _textureQueryLod(texture_query_lod, glsl_type::usampler2D_type, glsl_type::vec2_type),
2248 _textureQueryLod(texture_query_lod, glsl_type::sampler3D_type, glsl_type::vec3_type),
2249 _textureQueryLod(texture_query_lod, glsl_type::isampler3D_type, glsl_type::vec3_type),
2250 _textureQueryLod(texture_query_lod, glsl_type::usampler3D_type, glsl_type::vec3_type),
2252 _textureQueryLod(texture_query_lo
4874 builtin_builder::_textureQueryLod(builtin_available_predicate avail, function in class:builtin_builder
[all...]

Completed in 114 milliseconds