Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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()
H A Dnv50_context.h320 bool nv50_validate_tsc(struct nv50_context *nv50, int s);
H A Dnv50_compute.c171 bool need_flush = nv50_validate_tsc(nv50, NV50_SHADER_STAGE_COMPUTE); in nv50_compute_validate_samplers()