Home
last modified time | relevance | path

Searched refs:aux_addr (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
Dblorp.c119 info->aux_addr = surf->aux_addr; in brw_blorp_surface_info_init()
Dblorp_genX_exec.h1489 (surface->aux_addr.buffer != NULL); in blorp_emit_surface_state()
1512 blorp_get_surface_address(batch, surface->aux_addr), in blorp_emit_surface_state()
1529 assert((surface->aux_addr.offset & 0xfff) == 0); in blorp_emit_surface_state()
1530 uint32_t *aux_addr = state + isl_dev->ss.aux_addr_offset; in blorp_emit_surface_state() local
1532 surface->aux_addr, *aux_addr); in blorp_emit_surface_state()
1727 struct blorp_address hiz_address = params->depth.aux_addr; in blorp_emit_depth_stencil_config()
Dblorp.h127 struct blorp_address aux_addr; member
Dblorp_priv.h58 struct blorp_address aux_addr; member
Dblorp_clear.c1426 .addr = surf->aux_addr, in blorp_ccs_ambiguate()
Dblorp_blit.c1758 if (surf->aux_addr.buffer != NULL) in can_shrink_surface()
/third_party/mesa3d/docs/isl/
Dhiz.rst58 struct blorp_address hiz_address = params->depth.aux_addr;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c259 surf->aux_addr = (struct blorp_address) { in iris_blorp_surf_for_resource()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c300 surf->aux_addr = (struct blorp_address) { in crocus_blorp_surf_for_resource()
Dcrocus_state.c5057 uint64_t *aux_addr = (uint64_t *)(surf_state + (isl_dev->ss.aux_addr_offset / 4)); in emit_surface_state() local
5058 *aux_addr = crocus_state_reloc(batch, in emit_surface_state()
5060 aux_bo, *aux_addr, in emit_surface_state()
5063 uint32_t *aux_addr = surf_state + (isl_dev->ss.aux_addr_offset / 4); in emit_surface_state() local
5064 *aux_addr = crocus_state_reloc(batch, in emit_surface_state()
5066 aux_bo, *aux_addr, in emit_surface_state()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c244 blorp_surf->aux_addr = (struct blorp_address) { in get_blorp_surf_for_anv_image()