Searched refs:radv_fill_buffer (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_buffer.c309 radv_fill_buffer(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *image, function in typeref:typename:uint32_t
369 radv_fill_buffer(cmd_buffer, NULL, dst_buffer->bo, dst_buffer->offset + dstOffset, fillSize,
H A Dradv_meta_clear.c1438 return radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value);
1455 return radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value);
1502 flush_bits |= radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value);
1647 flush_bits |= radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value);
1662 flush_bits = radv_fill_buffer(cmd_buffer, image, image->bo, offset, size, value);
H A Dradv_query.c1356 flush_bits |= radv_fill_buffer(cmd_buffer, NULL, pool->bo, firstQuery * pool->stride,
1360 flush_bits |= radv_fill_buffer(cmd_buffer, NULL, pool->bo,
H A Dradv_private.h1607 uint32_t radv_fill_buffer(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *image,
H A Dradv_cmd_buffer.c7444 flush_bits |= radv_fill_buffer(cmd_buffer, image, image->bo,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_buffer.c406 uint32_t radv_fill_buffer(struct radv_cmd_buffer *cmd_buffer, function in typeref:typename:uint32_t
466 radv_fill_buffer(cmd_buffer, dst_buffer->bo, dst_buffer->offset + dstOffset,
H A Dradv_meta_clear.c1036 flush_bits = radv_fill_buffer(cmd_buffer, iview->image->bo,
1321 return radv_fill_buffer(cmd_buffer, image->bo,
1331 return radv_fill_buffer(cmd_buffer, image->bo,
1343 return radv_fill_buffer(cmd_buffer, image->bo,
H A Dradv_query.c1434 flush_bits |= radv_fill_buffer(cmd_buffer, pool->bo,
1439 flush_bits |= radv_fill_buffer(cmd_buffer, pool->bo,
H A Dradv_private.h1233 uint32_t radv_fill_buffer(struct radv_cmd_buffer *cmd_buffer,
H A Dradv_cmd_buffer.c4452 state->flush_bits |= radv_fill_buffer(cmd_buffer, image->bo, offset,

Completed in 65 milliseconds