Home
last modified time | relevance | path

Searched refs:SpvWordCountShift (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
Dspirv.h60 static const unsigned int SpvWordCountShift = 16; variable
/external/mesa3d/src/compiler/spirv/
Dspirv.h60 static const unsigned int SpvWordCountShift = 16; variable
Dvtn_cfg.c415 block->branch + (block->branch[0] >> SpvWordCountShift); in vtn_cfg_walk_blocks()
Dspirv_to_nir.c219 unsigned count = w[0] >> SpvWordCountShift; in vtn_foreach_instruction()