Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp68 remove_per_vertex_blocks(exec_list *instructions,
215 remove_per_vertex_blocks(instructions, state, ir_var_shader_in); in _mesa_ast_to_hir()
216 remove_per_vertex_blocks(instructions, state, ir_var_shader_out); in _mesa_ast_to_hir()
8244 remove_per_vertex_blocks(exec_list *instructions, in remove_per_vertex_blocks() function