Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEtc2ShaderLib.comp190 uint baseX = 0;
196 baseX = 2;
202 x = baseX + (i >> 1);
205 x = baseX + (i >> 2);
/hardware/google/gfxstream/common/etc/
Detc.cpp226 int baseX = 0; in decode_subblock() local
233 baseX = 2; in decode_subblock()
239 x = baseX + (i >> 1); in decode_subblock()
242 x = baseX + (i >> 2); in decode_subblock()