Searched refs:panfrost_new_texture (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_texture.h | 170 GENX(panfrost_new_texture)(const struct panfrost_device *dev,
|
D | pan_texture.c | 708 GENX(panfrost_new_texture)(const struct panfrost_device *dev, in GENX() argument
|
D | pan_blitter.c | 886 GENX(panfrost_new_texture)(pool->dev, views[i], texture, &surfaces); in pan_blitter_emit_textures() 903 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 | 155 GENX(panfrost_new_texture)(pdev, &view->pview, tex_desc, &surf_descs); in panvk_per_arch()
|
D | panvk_vX_meta_copy.c | 46 GENX(panfrost_new_texture)(pdev, view, texture.cpu, &surfaces); in panvk_meta_copy_img_emit_texture() 59 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 | 1336 GENX(panfrost_new_texture)(device, &iview, tex, &payload); in panfrost_create_sampler_view_bo()
|