Lines Matching defs:svga
169 svga_tgsi_vgpu9_translate(struct svga_context *svga,
177 SVGA_STATS_TIME_PUSH(svga_sws(svga), SVGA_STATS_TIME_TGSIVGPU9TRANSLATE);
208 debug_printf("svga: too many temporary registers (%u)\n",
215 "svga: indirect indexing of temporary registers is not supported.\n");
222 debug_printf("svga: emit header failed\n");
227 debug_printf("svga: emit instructions failed\n");
231 variant = svga_new_shader_variant(svga, unit);
277 SVGA_STATS_TIME_POP(svga_sws(svga));
524 svga_tgsi_compile_shader(struct svga_context *svga,
528 if (svga_have_vgpu10(svga)) {
529 return svga_tgsi_vgpu10_translate(svga, shader, key, shader->stage);
532 return svga_tgsi_vgpu9_translate(svga, shader, key, shader->stage);