Searched defs:texture_query_lod (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_hw.h234 unsigned texture_query_lod:1; member in struct:virgl_caps_bool_set1
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp369 texture_query_lod(const _mesa_glsl_parse_state *state) function
2240 _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_typ
[all...]

Completed in 104 milliseconds