Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp67 : lower_texcoord_array(true), in varying_info_visitor()
131 this->lower_texcoord_array = false; in visit_enter()
164 this->lower_texcoord_array = false; in visit()
231 this->lower_texcoord_array = false; in get()
240 this->lower_texcoord_array = false; in get()
247 bool lower_texcoord_array; member in __anon734023bf0111::varying_info_visitor
301 if (info->lower_texcoord_array) { in replace_varyings_visitor()
392 if (this->info->lower_texcoord_array && in visit()
438 if (this->info->lower_texcoord_array) { in handle_rvalue()
517 lower_texcoord_array(struct gl_linked_shader *shader, const varying_info_visitor *info) in lower_texcoord_array() function
[all …]