Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h756 bool ARB_texture_gather_enable; member
Dbuiltin_functions.cpp562 state->ARB_texture_gather_enable || in texture_gather_cube_map_array()
578 state->ARB_texture_gather_enable || in texture_gather_or_es31()
592 (state->ARB_texture_gather_enable || in texture_gather_only_or_es31()
915 return (gpu_shader5(state) || state->ARB_texture_gather_enable) && in texture_gather_and_sparse()