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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_hyperz.c76 if (r300->hiz_func == HIZ_FUNC_NONE)
80 if (r300->hiz_func == HIZ_FUNC_MAX &&
85 if (r300->hiz_func == HIZ_FUNC_MIN &&
200 if (r300->hiz_func == HIZ_FUNC_NONE) {
201 r300->hiz_func = r300_get_hiz_func(r300);
206 (r300->hiz_func == HIZ_FUNC_MIN ? R300_HIZ_MIN : R300_HIZ_MAX);
H A Dr300_context.h625 enum r300_hiz_func hiz_func; /* HiZ function. Can be either MIN or MAX. */ member in struct:r300_context
H A Dr300_emit.c1235 r300->hiz_func = HIZ_FUNC_NONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_hyperz.c76 if (r300->hiz_func == HIZ_FUNC_NONE)
80 if (r300->hiz_func == HIZ_FUNC_MAX &&
85 if (r300->hiz_func == HIZ_FUNC_MIN &&
200 if (r300->hiz_func == HIZ_FUNC_NONE) {
201 r300->hiz_func = r300_get_hiz_func(r300);
206 (r300->hiz_func == HIZ_FUNC_MIN ? R300_HIZ_MIN : R300_HIZ_MAX);
H A Dr300_context.h625 enum r300_hiz_func hiz_func; /* HiZ function. Can be either MIN or MAX. */ member in struct:r300_context
H A Dr300_emit.c1238 r300->hiz_func = HIZ_FUNC_NONE;

Completed in 11 milliseconds