Lines Matching defs:address
640 * * For any blorp operations, we pass the address to the clear value into
1083 * a higher address than the primary surface. The 3D hardware
1422 &binding->address.bo);
1541 assert(image->bindings[ANV_IMAGE_MEMORY_BINDING_MAIN].address.bo != NULL);
1542 anv_device_release_bo(device, image->bindings[ANV_IMAGE_MEMORY_BINDING_MAIN].address.bo);
1545 struct anv_bo *private_bo = image->bindings[ANV_IMAGE_MEMORY_BINDING_PRIVATE].address.bo;
1888 binding->address = (struct anv_address) {
1913 image->bindings[j].address = swapchain_image->bindings[j].address;
1920 image->bindings[ANV_IMAGE_MEMORY_BINDING_PRIVATE].address.bo;
1950 image->bindings[ANV_IMAGE_MEMORY_BINDING_MAIN].address =
1966 image->bindings[binding].address.bo;
2524 const struct anv_address address =
2537 .address = anv_address_physical(address),
2542 .mocs = anv_mocs(device, address.bo, view_usage));
2543 state_inout->address = address,
2602 state_inout->address = anv_address_add(address, offset_B);
2618 .address = anv_address_physical(state_inout->address),
2625 .mocs = anv_mocs(device, state_inout->address.bo,
2630 /* With the exception of gfx8, the bottom 12 bits of the MCS base address
2894 view->address = anv_address_add(buffer->address, pCreateInfo->offset);
2902 view->address, view->range, format_bs);
2914 view->address, view->range, format_bs);
2933 view->address, view->range,