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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c248 const bool is_compute_stage = s == NV50_SHADER_STAGE_COMPUTE; local in function:nv50_validate_tic
256 if (unlikely(is_compute_stage))
298 if (unlikely(is_compute_stage))
310 if (unlikely(is_compute_stage)) {
320 if (unlikely(is_compute_stage))
327 if (unlikely(is_compute_stage))
332 if (unlikely(is_compute_stage))
379 const bool is_compute_stage = s == NV50_SHADER_STAGE_COMPUTE; local in function:nv50_validate_tsc
386 if (is_compute_stage)
404 if (is_compute_stage)
[all...]

Completed in 2 milliseconds