Searched refs:resinfo (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 261 for aete, resinfo in aetelist: 262 compileaete(aete, resinfo, fullname, output=output, 433 def compileaete(aete, resinfo, fname, output=None, basepkgname=None, argument 488 if resinfo: 489 fp.write("Resource %s resid %d %s\n"%(ascii(resinfo[1]), resinfo[0], ascii(resinfo[2])))
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | disasm-a3xx.c | 935 OPC(6, OPC_RESINFO, resinfo),
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 2450 still in dst.w. In contrast to d3d10 resinfo, there's no way in the tgsi 2453 resinfo allowing swizzling dst values is ignored (due to the interaction
|