Home
last modified time | relevance | path

Searched refs:nindx (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/freedreno/decode/scripts/
Dtest.lua9 function draw(primtype, nindx)
10 io.write("DRAW: " .. primtype .. ", " .. nindx .. "\n")
Dsanity-a6xx.lua57 function draw(primtype, nindx)
Danalyze.lua60 function draw(primtype, nindx)
Dtex3d-layout.lua37 function draw(primtype, nindx)
Dtexturator-to-unit-test.lua53 function draw(primtype, nindx)
Dparse-submits.lua307 function draw(primtype, nindx)
/external/mesa3d/src/freedreno/decode/
Dscript.h50 void script_draw(const char *primtype, uint32_t nindx);
Dscript.c630 void script_draw(const char *primtype, uint32_t nindx) in script_draw() argument
644 lua_pushnumber(L, nindx); in script_draw()