HomeSort by relevance Sort by last modified time
    Searched refs:src_iview (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 228 struct radv_image_view *src_iview,
253 (float)src_offset_0.x / (float)src_iview->extent.width,
254 (float)src_offset_0.y / (float)src_iview->extent.height,
255 (float)src_offset_0.z / (float)src_iview->extent.depth,
265 (float)src_offset_0.x / (float)src_iview->extent.width,
266 (float)src_offset_1.y / (float)src_iview->extent.height,
267 (float)src_offset_0.z / (float)src_iview->extent.depth,
277 (float)src_offset_1.x / (float)src_iview->extent.width,
278 (float)src_offset_0.y / (float)src_iview->extent.height,
279 (float)src_offset_0.z / (float)src_iview->extent.depth
513 struct radv_image_view src_iview; local
    [all...]
radv_meta_resolve.c 477 struct radv_image_view src_iview; local
478 radv_image_view_init(&src_iview, cmd_buffer->device,
517 radv_image_view_to_handle(&src_iview),
radv_meta_resolve_cs.c 356 struct radv_image_view src_iview; local
358 radv_image_view_init(&src_iview, cmd_buffer->device,
409 .imageView = radv_image_view_to_handle(&src_iview),
radv_meta_bufimage.c 884 struct radv_image_view src_iview; member in struct:itob_temps
913 .imageView = radv_image_view_to_handle(&tmp->src_iview),
957 create_iview(cmd_buffer, src, VK_IMAGE_USAGE_SAMPLED_BIT, &temps.src_iview);
1076 struct radv_image_view src_iview; member in struct:itoi_temps
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 1579 struct anv_image_view *src_iview = fb->attachments[src_att]; local
    [all...]

Completed in 571 milliseconds