Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c242 nv50_validate_tic(struct nv50_context *nv50, int s) in nv50_validate_tic() function
361 need_flush |= nv50_validate_tic(nv50, s); in nv50_validate_textures()
Dnv50_context.h300 bool nv50_validate_tic(struct nv50_context *nv50, int s);
Dnv50_compute.c184 bool need_flush = nv50_validate_tic(nv50, NV50_SHADER_STAGE_COMPUTE); in nv50_compute_validate_textures()