Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp2455_textureQueryLod(texture_query_lod, glsl_type::sampler1D_type, glsl_type::float_type), in create_builtins()
2456_textureQueryLod(texture_query_lod, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins()
2457_textureQueryLod(texture_query_lod, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins()
2459_textureQueryLod(texture_query_lod, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins()
2460_textureQueryLod(texture_query_lod, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins()
2461_textureQueryLod(texture_query_lod, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins()
2463_textureQueryLod(texture_query_lod, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins()
2464_textureQueryLod(texture_query_lod, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins()
2465_textureQueryLod(texture_query_lod, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins()
2467_textureQueryLod(texture_query_lod, glsl_type::samplerCube_type, glsl_type::vec3_type), in create_builtins()
[all …]