Home
last modified time | relevance | path

Searched refs:SI_TEXTURE_MAX_PLANES (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1278 SI_TEXTURE_MAX_PLANES = 3 in si_texture_create_with_modifier() enumerator
1280 struct radeon_surf surface[SI_TEXTURE_MAX_PLANES] = {}; in si_texture_create_with_modifier()
1281 struct pipe_resource plane_templ[SI_TEXTURE_MAX_PLANES]; in si_texture_create_with_modifier()
1282 uint64_t plane_offset[SI_TEXTURE_MAX_PLANES] = {}; in si_texture_create_with_modifier()
1286 assert(num_planes <= SI_TEXTURE_MAX_PLANES); in si_texture_create_with_modifier()

Completed in 7 milliseconds