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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp254 texture_buffer(const _mesa_glsl_parse_state *state) function in typeref:typename:bool
2239 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::samplerBuffer_type),
2240 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::isamplerBuffer_type),
2241 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::usamplerBuffer_type),
2659 _texelFetch(texture_buffer, glsl_type::vec4_type, glsl_type::samplerBuffer_type, glsl_type::int_type),
2660 _texelFetch(texture_buffer, glsl_type::ivec4_type, glsl_type::isamplerBuffer_type, glsl_type::int_type),
2661 _texelFetch(texture_buffer, glsl_type::uvec4_type, glsl_type::usamplerBuffer_type, glsl_type::int_type),
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp227 texture_buffer(const _mesa_glsl_parse_state *state) function in typeref:typename:bool
2061 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::samplerBuffer_type),
2062 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::isamplerBuffer_type),
2063 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::usamplerBuffer_type),
2469 _texelFetch(texture_buffer, glsl_type::vec4_type, glsl_type::samplerBuffer_type, glsl_type::int_type),
2470 _texelFetch(texture_buffer, glsl_type::ivec4_type, glsl_type::isamplerBuffer_type, glsl_type::int_type),
2471 _texelFetch(texture_buffer, glsl_type::uvec4_type, glsl_type::usamplerBuffer_type, glsl_type::int_type),

Completed in 21 milliseconds