Searched refs:svga_tgsi_compile_shader (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.h | 83 svga_tgsi_compile_shader(struct svga_context *svga,
|
D | svga_state_gs.c | 66 variant = svga_tgsi_compile_shader(svga, shader, key); in svga_get_compiled_dummy_geometry_shader()
|
D | svga_state_vs.c | 95 variant = svga_tgsi_compile_shader(svga, shader, key); in svga_get_compiled_dummy_vertex_shader()
|
D | svga_tgsi.c | 524 svga_tgsi_compile_shader(struct svga_context *svga, in svga_tgsi_compile_shader() function
|
D | svga_state_fs.c | 107 variant = svga_tgsi_compile_shader(svga, shader, key); in svga_get_compiled_dummy_fragment_shader()
|
D | svga_shader.c | 967 variant = svga_tgsi_compile_shader(svga, shader, key); in svga_compile_shader()
|