Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Dvc4_drm.h66 __u32 hindex; /* Handle index, or ~0 if not present. */ member
/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp342 unsigned int hindex = findFilterCoefficientsIndex(hfactor); in writeFilterCoefficients() local
345 if ((hindex == 0) && (vindex == 0)) in writeFilterCoefficients()
352 …cnt += __writeFilterCoefficients(g2dHoriFilterCoef, hindex, base + sizeof(g2dVertFilterCoef[0]), r… in writeFilterCoefficients()
357 hindex = findFilterCoefficientsIndex(hfactor); in writeFilterCoefficients()
361 …cnt += __writeFilterCoefficients(g2dHoriFilterCoef, hindex, base + sizeof(g2dVertFilterCoef[0]), r… in writeFilterCoefficients()