Home
last modified time | relevance | path

Searched refs:nv30_vertprog (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c37 nv30_vertprog_destroy(struct nv30_vertprog *vp) in nv30_vertprog_destroy()
59 struct nv30_vertprog *vp = nv30->vertprog.program; in nv30_vertprog_validate()
139 struct nv30_vertprog *evp = heap->next->priv; in nv30_vertprog_validate()
225 struct nv30_vertprog *vp = CALLOC_STRUCT(nv30_vertprog); in nv30_vp_state_create()
237 struct nv30_vertprog *vp = hwcso; in nv30_vp_state_delete()
Dnvfx_shader.h524 struct nv30_vertprog;
531 _nvfx_vertprog_translate(uint16_t oclass, struct nv30_vertprog *vp);
Dnv30_state.h80 struct nv30_vertprog { struct
Dnvfx_vertprog.c43 struct nv30_vertprog *vp;
93 struct nv30_vertprog *vp = vpc->vp; in constant()
123 struct nv30_vertprog *vp = vpc->vp; in emit_src()
207 struct nv30_vertprog *vp = vpc->vp; in emit_dst()
296 struct nv30_vertprog *vp = vpc->vp; in nvfx_vp_emit()
957 _nvfx_vertprog_translate(uint16_t oclass, struct nv30_vertprog *vp) in _nvfx_vertprog_translate()
Dnv30_context.h76 struct nv30_vertprog *program;
Dnv30_draw.c285 struct nv30_vertprog *vp = nv30->vertprog.program; in nv30_render_validate()
406 struct nv30_vertprog *vp = nv30->vertprog.program; in nv30_render_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/
DMakefile.sources52 nv30/nv30_vertprog.c \
53 nv30/nv30_vertprog.h \
Dmeson.build70 'nv30/nv30_vertprog.c',
71 'nv30/nv30_vertprog.h',
Dnouveau_compiler.c53 struct nv30_vertprog vp; in nv30_vp()