Home
last modified time | relevance | path

Searched refs:panfrost_new_texture (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.h170 GENX(panfrost_new_texture)(const struct panfrost_device *dev,
Dpan_texture.c708 GENX(panfrost_new_texture)(const struct panfrost_device *dev, in GENX() argument
Dpan_blitter.c886 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/
Dpanvk_vX_image.c155 GENX(panfrost_new_texture)(pdev, &view->pview, tex_desc, &surf_descs); in panvk_per_arch()
Dpanvk_vX_meta_copy.c46 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/
D21.0.0.rst634 - 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
D21.1.0.rst1090 - panfrost: Pass an image view to panfrost_new_texture()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c1336 GENX(panfrost_new_texture)(device, &iview, tex, &payload); in panfrost_create_sampler_view_bo()