Home
last modified time | relevance | path

Searched refs:_nvfx_vertprog_translate (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c58 _nvfx_vertprog_translate(chipset >= 0x40 ? 0x4097 : 0x3097, &vp); in nv30_vp()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_shader.h531 _nvfx_vertprog_translate(uint16_t oclass, struct nv30_vertprog *vp);
Dnv30_vertprog.c80 vp->translated = _nvfx_vertprog_translate(eng3d->oclass, vp); in nv30_vertprog_validate()
Dnvfx_vertprog.c957 _nvfx_vertprog_translate(uint16_t oclass, struct nv30_vertprog *vp) in _nvfx_vertprog_translate() function