Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_shader_state.c67 nvc0_program_validate(struct nvc0_context *nvc0, struct nvc0_program *prog) in nvc0_program_validate() function
90 if (!nvc0_program_validate(nvc0, vp)) in nvc0_vertprog_validate()
110 if (!nvc0_program_validate(nvc0, fp)) in nvc0_fragprog_validate()
138 if (tp && nvc0_program_validate(nvc0, tp)) { in nvc0_tctlprog_validate()
164 if (tp && nvc0_program_validate(nvc0, tp)) { in nvc0_tevlprog_validate()
189 nvc0_program_validate(nvc0, gp); in nvc0_gmtyprog_validate()