Home
last modified time | relevance | path

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

/external/vulkan-headers/registry/
Dvkconventions.py88 def api_name(self, spectype='api'): argument
96 if spectype == 'api' or spectype is None:
139 def specURL(self, spectype='api'): argument
Dconventions.py185 def api_name(self, spectype=None): argument
/external/angle/third_party/vulkan-headers/src/registry/
Dvkconventions.py120 def api_name(self, spectype='api'): argument
128 if spectype == 'api' or spectype is None:
171 def specURL(self, spectype='api'): argument
Dconventions.py183 def api_name(self, spectype=None): argument
/external/mesa3d/src/freedreno/rnn/
Drnn.h132 struct rnnspectype *spectype; member
Drnndec.c258 return rnndec_decodeval(ctx, &ti->spectype->typeinfo, value); in rnndec_decodeval()
Drnn.c1184 ti->spectype = st; in preptypeinfo()