Home
last modified time | relevance | path

Searched refs:radv_fill_buffer (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_buffer.c309 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()
Dradv_meta_clear.c1438 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()
Dradv_query.c1356 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()
Dradv_private.h1606 uint32_t radv_fill_buffer(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *image,
Dradv_cmd_buffer.c7439 flush_bits |= radv_fill_buffer(cmd_buffer, image, image->bo, in radv_init_dcc()