Searched refs:aux_addr (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.c | 119 info->aux_addr = surf->aux_addr; in brw_blorp_surface_info_init()
|
D | blorp_genX_exec.h | 1489 (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()
|
D | blorp.h | 127 struct blorp_address aux_addr; member
|
D | blorp_priv.h | 58 struct blorp_address aux_addr; member
|
D | blorp_clear.c | 1426 .addr = surf->aux_addr, in blorp_ccs_ambiguate()
|
D | blorp_blit.c | 1758 if (surf->aux_addr.buffer != NULL) in can_shrink_surface()
|
/third_party/mesa3d/docs/isl/ |
D | hiz.rst | 58 struct blorp_address hiz_address = params->depth.aux_addr;
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 259 surf->aux_addr = (struct blorp_address) { in iris_blorp_surf_for_resource()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 300 surf->aux_addr = (struct blorp_address) { in crocus_blorp_surf_for_resource()
|
D | crocus_state.c | 5057 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/ |
D | anv_blorp.c | 244 blorp_surf->aux_addr = (struct blorp_address) { in get_blorp_surf_for_anv_image()
|