Searched refs:panfrost_new_texture (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_texture.h | 209 GENX(panfrost_new_texture)(const struct panfrost_device *dev,
|
D | pan_texture.c | 540 GENX(panfrost_new_texture)(const struct panfrost_device *dev, in GENX() argument
|
D | pan_blitter.c | 949 GENX(panfrost_new_texture)(pool->dev, views[i], texture, &surfaces); in pan_blitter_emit_textures() 966 GENX(panfrost_new_texture)(pool->dev, views[i], texture.cpu, &surfaces); in pan_blitter_emit_textures()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_image.c | 130 GENX(panfrost_new_texture)(pdev, &view->pview, &view->descs.tex, &view->bo->ptr); in panvk_per_arch()
|
D | panvk_vX_meta_copy.c | 45 GENX(panfrost_new_texture)(pdev, view, texture.cpu, &surfaces); in panvk_meta_copy_img_emit_texture()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 634 - panfrost: Pass a device object to panfrost_new_texture() 639 - panfrost: Merge panfrost_new_texture() and panfrost_new_texture_bifrost() 649 - panfrost: Pass a pipe-like swizzle to panfrost_new_texture() 1564 - panfrost: Make the width argument to panfrost_new_texture 32 bits
|
D | 21.1.0.rst | 1090 - panfrost: Pass an image view to panfrost_new_texture()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 1742 GENX(panfrost_new_texture)(device, &iview, tex, &payload); in panfrost_create_sampler_view_bo()
|