Searched refs:nindx (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/freedreno/decode/scripts/ |
D | test.lua | 9 function draw(primtype, nindx) 10 io.write("DRAW: " .. primtype .. ", " .. nindx .. "\n")
|
D | sanity-a6xx.lua | 57 function draw(primtype, nindx)
|
D | analyze.lua | 60 function draw(primtype, nindx)
|
D | tex3d-layout.lua | 37 function draw(primtype, nindx)
|
D | texturator-to-unit-test.lua | 53 function draw(primtype, nindx)
|
D | parse-submits.lua | 307 function draw(primtype, nindx)
|
/external/mesa3d/src/freedreno/decode/ |
D | script.h | 50 void script_draw(const char *primtype, uint32_t nindx);
|
D | script.c | 630 void script_draw(const char *primtype, uint32_t nindx) in script_draw() argument 644 lua_pushnumber(L, nindx); in script_draw()
|