Home
last modified time | relevance | path

Searched refs:spectype (Results 1 – 5 of 5) sorted by relevance

/third_party/vulkan-headers/registry/
Dvkconventions.py128 def api_name(self, spectype='api'): argument
136 if spectype == 'api' or spectype is None:
174 def specURL(self, spectype='api'): argument
/third_party/mesa3d/src/freedreno/rnn/
Drnn.h132 struct rnnspectype *spectype; member
Drnndec.c260 return rnndec_decodeval(ctx, &ti->spectype->typeinfo, value); in rnndec_decodeval()
Drnn.c1184 ti->spectype = st; in preptypeinfo()
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py213 def api_name(self, spectype=None): argument