Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c206 struct pipe_shader_state shader_tmpl = { in vc4_get_yuv_vs() local
211 vc4->yuv_linear_blit_vs = pctx->create_vs_state(pctx, &shader_tmpl); in vc4_get_yuv_vs()
296 struct pipe_shader_state shader_tmpl = { in vc4_get_yuv_fs() local
301 *cached_shader = pctx->create_fs_state(pctx, &shader_tmpl); in vc4_get_yuv_fs()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c593 struct pipe_shader_state shader_tmpl = { in v3d_get_sand8_vs() local
598 v3d->sand8_blit_vs = pctx->create_vs_state(pctx, &shader_tmpl); in v3d_get_sand8_vs()
733 struct pipe_shader_state shader_tmpl = { in v3d_get_sand8_fs() local
738 *cached_shader = pctx->create_fs_state(pctx, &shader_tmpl); in v3d_get_sand8_fs()

Completed in 3 milliseconds