HomeSort by: relevance | last modified time | path
    Searched defs:aux_surface (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_image.c 250 assert(image->planes[plane].aux_surface.isl.size_B > 0 &&
413 assert(image->planes[plane].aux_surface.isl.size_B == 0);
416 &image->planes[plane].aux_surface.isl);
418 add_surface(image, &image->planes[plane].aux_surface, plane);
439 assert(image->planes[plane].aux_surface.isl.size_B == 0);
442 &image->planes[plane].aux_surface.isl, 0);
457 image->planes[plane].aux_surface.isl.size_B = 0;
461 add_surface(image, &image->planes[plane].aux_surface, plane);
480 assert(image->planes[plane].aux_surface.isl.size_B == 0);
483 &image->planes[plane].aux_surface.isl)
1259 *aux_surface = &image->planes[plane].aux_surface; local
    [all...]
anv_blorp.c 219 const struct anv_surface *aux_surface = &image->planes[plane].aux_surface; local
220 blorp_surf->aux_surf = &aux_surface->isl,
223 .offset = image->planes[plane].address.offset + aux_surface->offset,
anv_private.h 3084 struct anv_surface aux_surface; member in struct:anv_image::__anon4842
3120 return image->planes[plane].aux_surface.isl.size_B > 0 ?
3121 image->planes[plane].aux_surface.isl.levels : 0;
3142 return MAX2(image->planes[plane].aux_surface.isl.logical_level0_px.array_len,
3143 image->planes[plane].aux_surface.isl.logical_level0_px.depth >> miplevel);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_blorp.c 252 const struct anv_surface *aux_surface = &image->planes[plane].aux_surface; local
254 anv_image_address(image, &aux_surface->memory_range);
257 blorp_surf->aux_surf = &aux_surface->isl;
anv_image.c 519 assert(!anv_surface_is_valid(&image->planes[plane].aux_surface));
559 &image->planes[plane].aux_surface.isl);
565 &image->planes[plane].aux_surface.isl)) {
585 result = add_surface(device, image, &image->planes[plane].aux_surface,
644 &image->planes[plane].aux_surface.isl,
669 image->planes[plane].aux_surface.isl.size_B = 0;
683 result = add_surface(device, image, &image->planes[plane].aux_surface,
694 &image->planes[plane].aux_surface.isl);
700 result = add_surface(device, image, &image->planes[plane].aux_surface,
885 /* Check aux_surface */
2353 *aux_surface = &image->planes[plane].aux_surface; local
    [all...]
anv_private.h 4015 struct anv_surface aux_surface; member in struct:anv_image::anv_image_plane

Completed in 16 milliseconds