Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c3232 uint64_t tess_va = radv_buffer_get_va(tess_rings_bo); in fill_geom_tess_rings() local
3233 uint64_t tess_offchip_va = tess_va + tess_offchip_ring_offset; in fill_geom_tess_rings()
3235 desc[0] = tess_va; in fill_geom_tess_rings()
3236 desc[1] = S_008F04_BASE_ADDRESS_HI(tess_va >> 32); in fill_geom_tess_rings()