Home
last modified time | relevance | path

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

/third_party/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.lua57 function draw(primtype, nindx)
Dparse-submits.lua303 function draw(primtype, nindx)
/third_party/mesa3d/src/freedreno/decode/
Dscript.h49 void script_draw(const char *primtype, uint32_t nindx);
Dscript.c658 script_draw(const char *primtype, uint32_t nindx) in script_draw() argument
672 lua_pushnumber(L, nindx); in script_draw()