HomeSort by relevance Sort by last modified time
    Searched refs:be_shift (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 372 be_shift = 0
374 channel.shift = be_shift
375 be_shift += channel.size
377 assert le_shift == be_shift
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 353 be_shift = 0
355 channel.shift = be_shift
356 be_shift += channel.size
358 assert le_shift == be_shift

Completed in 240 milliseconds