Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c106 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader);
1163 static int r600_shader_from_tgsi(struct r600_context * rctx, struct r600_pipe_shader *pipeshader) in r600_shader_from_tgsi() argument
1165 struct r600_shader *shader = &pipeshader->shader; in r600_shader_from_tgsi()
1166 struct tgsi_token *tokens = pipeshader->selector->tokens; in r600_shader_from_tgsi()
1167 struct pipe_stream_output_info so = pipeshader->selector->so; in r600_shader_from_tgsi()