Searched refs:nindx (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | script.h | 49 void script_draw(const char *primtype, uint32_t nindx);
|
| H A D | script.c | 655 script_draw(const char *primtype, uint32_t nindx) argument 669 lua_pushnumber(L, nindx);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | test.lua | 9 function draw(primtype, nindx) 10 io.write("DRAW: " .. primtype .. ", " .. nindx .. "\n")
|
| H A D | sanity-a6xx.lua | 57 function draw(primtype, nindx)
|
| H A D | analyze.lua | 60 function draw(primtype, nindx)
|
| H A D | tex3d-layout.lua | 37 function draw(primtype, nindx)
|
| H A D | texturator-to-unit-test.lua | 53 function draw(primtype, nindx)
|
| H A D | parse-submits.lua | 303 function draw(primtype, nindx)
|
Completed in 9 milliseconds