Searched refs:radv_fill_buffer (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_buffer.c | 309 radv_fill_buffer(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *image, in radv_fill_buffer() function 369 radv_fill_buffer(cmd_buffer, NULL, dst_buffer->bo, dst_buffer->offset + dstOffset, fillSize, in radv_CmdFillBuffer()
|
D | radv_meta_clear.c | 1438 return radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value); in radv_clear_cmask() 1455 return radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value); in radv_clear_fmask() 1502 flush_bits |= radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value); in radv_clear_dcc() 1647 flush_bits |= radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value); in radv_clear_htile() 1662 flush_bits = radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value); in radv_clear_htile()
|
D | radv_query.c | 1356 flush_bits |= radv_fill_buffer(cmd_buffer, NULL, pool->bo, firstQuery * pool->stride, in radv_CmdResetQueryPool() 1360 flush_bits |= radv_fill_buffer(cmd_buffer, NULL, pool->bo, in radv_CmdResetQueryPool()
|
D | radv_private.h | 1606 uint32_t radv_fill_buffer(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *image,
|
D | radv_cmd_buffer.c | 7439 flush_bits |= radv_fill_buffer(cmd_buffer, image, image->bo, in radv_init_dcc()
|