Searched refs:nv50_validate_tsc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c348 nv50_validate_tsc(struct nv50_context *nv50, int s) function in typeref:typename:bool
400 need_flush = nv50_validate_tsc(nv50, 0);
401 need_flush |= nv50_validate_tsc(nv50, 1);
402 need_flush |= nv50_validate_tsc(nv50, 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h302 bool nv50_validate_tsc(struct nv50_context *nv50, int s);
H A Dnv50_tex.c374 nv50_validate_tsc(struct nv50_context *nv50, int s) function in typeref:typename:bool
441 need_flush |= nv50_validate_tsc(nv50, s);
H A Dnv50_compute.c171 bool need_flush = nv50_validate_tsc(nv50, NV50_SHADER_STAGE_COMPUTE);

Completed in 8 milliseconds