Searched refs:src_offset_1 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit.c | 242 float src_offset_0[3], float src_offset_1[3], struct radv_image *dest_image, in meta_emit_blit() 258 src_offset_1[0] / (float)src_width, src_offset_1[1] / (float)src_height, in meta_emit_blit() 564 float src_offset_1[3] = { in blit_image() local 601 src_offset_1, dst_image, &dst_iview, dst_image_layout, dst_offset_0, in blit_image() 240 meta_emit_blit(struct radv_cmd_buffer *cmd_buffer, struct radv_image *src_image, struct radv_image_view *src_iview, VkImageLayout src_image_layout, float src_offset_0[3], float src_offset_1[3], struct radv_image *dest_image, struct radv_image_view *dest_iview, VkImageLayout dest_image_layout, VkOffset2D dest_offset_0, VkOffset2D dest_offset_1, VkRect2D dest_box, VkSampler sampler) meta_emit_blit() argument
|
Completed in 3 milliseconds