Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c972 emit_constbuf_vgpu10(struct svga_context *svga, enum pipe_shader_type shader) in emit_constbuf_vgpu10() function
1099 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_FRAGMENT); in emit_fs_constbuf()
1161 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_VERTEX); in emit_vs_constbuf()
1230 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_GEOMETRY); in emit_gs_constbuf()
1294 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_TESS_CTRL); in emit_tcs_constbuf()
1353 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_TESS_EVAL); in emit_tes_constbuf()
1414 ret = emit_constbuf_vgpu10(svga, PIPE_SHADER_COMPUTE); in emit_cs_constbuf()

Completed in 3 milliseconds