Home
last modified time | relevance | path

Searched refs:pipe_buffer_size (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_ml.c108 memset(ptr, 0, pipe_buffer_size(res)); in etna_ml_create_resource()
829 0, pipe_buffer_size(res), in etna_ml_subgraph_read_outputs()
Detnaviv_ml_nn.c258 …struct pipe_resource *output_res = etna_ml_create_resource(context, pipe_buffer_size(operation->we… in reorder_for_hw_depthwise()
633 memset(weight_map, 0, pipe_buffer_size(operation->weight_tensor)); in etna_ml_lower_add()
Detnaviv_ml_nn_v8.c162 …struct pipe_resource *output_res = etna_ml_create_resource(context, pipe_buffer_size(operation->we… in reorder_for_hw_depthwise()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h322 pipe_buffer_size(const struct pipe_resource *buffer) in pipe_buffer_size() function
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_video.c1024 if (total_size > pipe_buffer_size(vcdc->bs_buffers[vcdc->cur_buffer])) { in virgl_video_decode_bitstream()
/external/mesa3d/docs/relnotes/
D22.3.0.rst1944 - gallium/util: add a new helper function pipe_buffer_size()