Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.cpp129 size_t subslice_data_bytes = (info->max_subslices + 7) / 8; in MakeMagmaTopology()
132 for (uint32_t subslice = 0; subslice < info->max_subslices; ++subslice) { in MakeMagmaTopology()
137 &eu_base[(slice * info->max_subslices + subslice) * info->eu_stride]; in MakeMagmaTopology()
148 magma_topology->max_subslice_count = info->max_subslices; in MakeMagmaTopology()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Di915_drm.h3133 __u16 max_subslices; member