Home | History | Annotate | Download | only in glsl

Lines Matching defs:texture_buffer

215 texture_buffer(const _mesa_glsl_parse_state *state)
1854 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::samplerBuffer_type),
1855 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::isamplerBuffer_type),
1856 _textureSize(texture_buffer, glsl_type::int_type, glsl_type::usamplerBuffer_type),
2135 _texelFetch(texture_buffer, glsl_type::vec4_type, glsl_type::samplerBuffer_type, glsl_type::int_type),
2136 _texelFetch(texture_buffer, glsl_type::ivec4_type, glsl_type::isamplerBuffer_type, glsl_type::int_type),
2137 _texelFetch(texture_buffer, glsl_type::uvec4_type, glsl_type::usamplerBuffer_type, glsl_type::int_type),