Searched refs:tpl (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_surface.cpp | 84 const struct pipe_surface *tpl, 98 if (tpl->u.tex.first_layer > 0) 100 tpl->u.tex.first_layer); 102 desc.Texture1D.MipSlice = tpl->u.tex.level; 106 desc.Texture1DArray.MipSlice = tpl->u.tex.level; 107 desc.Texture1DArray.FirstArraySlice = tpl->u.tex.first_layer; 108 desc.Texture1DArray.ArraySize = tpl->u.tex.last_layer - tpl->u.tex.first_layer + 1; 112 if (tpl->u.tex.first_layer > 0) 114 tpl 82 initialize_dsv(struct pipe_context * pctx,struct pipe_resource * pres,const struct pipe_surface * tpl,struct d3d12_descriptor_handle * handle,DXGI_FORMAT dxgi_format) argument 150 initialize_rtv(struct pipe_context * pctx,struct pipe_resource * pres,const struct pipe_surface * tpl,struct d3d12_descriptor_handle * handle,DXGI_FORMAT dxgi_format) argument 229 d3d12_create_surface(struct pipe_context * pctx,struct pipe_resource * pres,const struct pipe_surface * tpl) argument [all...] |
| H A D | d3d12_blit.cpp | 600 struct pipe_resource tpl = {}; local in function:create_tmp_resource 601 tpl.width0 = info->dst.box.width; 602 tpl.height0 = info->dst.box.height; 603 tpl.depth0 = info->dst.box.depth; 604 tpl.array_size = 1; 605 tpl.format = PIPE_FORMAT_R8_UINT; 606 tpl.target = info->dst.resource->target; 607 tpl.nr_samples = info->dst.resource->nr_samples; 608 tpl.nr_storage_samples = info->dst.resource->nr_storage_samples; 609 tpl [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_exts/ |
| H A D | redirects.py | 6 tpl = '<html><head><meta http-equiv="refresh" content="0; url={0}"><script>window.location.replace("{0}")</script></head></html>' 7 return tpl.format(dst)
|
Completed in 3 milliseconds