Searched refs:panfrost_get_layer_stride (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/panfrost/lib/ |
D | pan_texture.c | 513 panfrost_get_layer_stride(struct panfrost_slice *slices, bool is_3d, unsigned cube_stride, unsigned… in panfrost_get_layer_stride() function 524 unsigned layer_stride = panfrost_get_layer_stride(slices, is_3d, cube_stride, level); in panfrost_texture_offset()
|
D | pan_texture.h | 134 panfrost_get_layer_stride(struct panfrost_slice *slices, bool is_3d, unsigned cube_stride, unsigned…
|
D | pan_blit.c | 325 panfrost_get_layer_stride(image->slices, in midgard_load_emit_texture() 502 panfrost_get_layer_stride(image->slices, in bifrost_load_emit_texture()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.c | 948 transfer->base.layer_stride = panfrost_get_layer_stride( in panfrost_ptr_map()
|