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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c50 nvc0_program_validate(struct nvc0_context *nvc0, struct nvc0_program *prog) function in typeref:typename:bool
73 if (!nvc0_program_validate(nvc0, vp))
141 if (!nvc0_program_validate(nvc0, fp))
174 if (tp && nvc0_program_validate(nvc0, tp)) {
187 if (!nvc0_program_validate(nvc0, tp))
202 if (tp && nvc0_program_validate(nvc0, tp)) {
227 if (gp && nvc0_program_validate(nvc0, gp) && gp->code_size) {
247 if (cp && !nvc0_program_validate(nvc0, cp))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c50 nvc0_program_validate(struct nvc0_context *nvc0, struct nvc0_program *prog) function in typeref:typename:bool
90 if (!nvc0_program_validate(nvc0, vp))
168 if (!nvc0_program_validate(nvc0, fp))
201 if (tp && nvc0_program_validate(nvc0, tp)) {
214 if (!nvc0_program_validate(nvc0, tp))
229 if (tp && nvc0_program_validate(nvc0, tp)) {
253 if (gp && nvc0_program_validate(nvc0, gp) && gp->code_size) {
272 if (cp && !nvc0_program_validate(nvc0, cp))

Completed in 5 milliseconds