Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c407 create_fs(struct st_context *st, bool download, in create_fs() function
612 …st->pbo.upload_fs[conversion][need_layer] = create_fs(st, false, 0, conversion, PIPE_FORMAT_NONE, … in st_pbo_get_upload_fs()
638 …st->pbo.download_fs[conversion][target][need_layer] = create_fs(st, true, target, conversion, PIPE… in st_pbo_get_download_fs()
643 fs_array[dst_format] = create_fs(st, true, target, conversion, dst_format, need_layer); in st_pbo_get_download_fs()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c340 create_fs(struct pipe_context *pipe, unsigned fs_traits) in create_fs() function
473 shader = create_fs(pipe, key); in shader_from_cache()