OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpvWordCountShift
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
invocation.cpp
166
const unsigned int num_operands = desc_word >>
SpvWordCountShift
;
556
const unsigned int num_operands = desc_word >>
SpvWordCountShift
;
627
const unsigned int num_operands = desc_word >>
SpvWordCountShift
;
657
const unsigned int num_operands = desc_word >>
SpvWordCountShift
;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv.h
63
static const unsigned int
SpvWordCountShift
= 16;
vtn_cfg.c
661
block->branch + (block->branch[0] >>
SpvWordCountShift
);
spirv_to_nir.c
347
unsigned count = w[0] >>
SpvWordCountShift
;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_cfg.c
502
const uint32_t *branch_end = branch + (branch[0] >>
SpvWordCountShift
);
spirv.h
63
static const unsigned int
SpvWordCountShift
= 16;
spirv_to_nir.c
474
unsigned count = w[0] >>
SpvWordCountShift
;
Completed in 19 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026