Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c808 emit_constbuf_vgpu10(struct svga_context *svga, enum pipe_shader_type shader) in emit_constbuf_vgpu10() function
904 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_FRAGMENT); in emit_fs_constbuf()
965 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_VERTEX); in emit_vs_constbuf()
1033 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_GEOMETRY); in emit_gs_constbuf()
1096 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_TESS_CTRL); in emit_tcs_constbuf()
1154 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_TESS_EVAL); in emit_tes_constbuf()