Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c504 draw_get_shader_info(const struct draw_context *draw) in draw_get_shader_info() function
534 const struct tgsi_shader_info *info = draw_get_shader_info(draw); in draw_find_shader_output()
567 const struct tgsi_shader_info *info = draw_get_shader_info(draw); in draw_num_shader_outputs()
Ddraw_context.h124 draw_get_shader_info(const struct draw_context *draw);
Ddraw_pipe_aapoint.c711 const struct tgsi_shader_info *info = draw_get_shader_info(draw); in aapoint_first_point()