Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c374 nv50_validate_tsc(struct nv50_context *nv50, int s) in nv50_validate_tsc() function
441 need_flush |= nv50_validate_tsc(nv50, s); in nv50_validate_samplers()
Dnv50_context.h302 bool nv50_validate_tsc(struct nv50_context *nv50, int s);
Dnv50_compute.c171 bool need_flush = nv50_validate_tsc(nv50, NV50_SHADER_STAGE_COMPUTE); in nv50_compute_validate_samplers()