Home
last modified time | relevance | path

Searched refs:pack_zs_f (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_context.c106 uint32_t value = pack_zs_f(s->format, z, 0); in nv10_zclear()
137 value = pack_zs_f(s->format, in nv10_zclear()
155 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear, 0)); in nv17_zclear()
165 pack_zs_f(s->format, ctx->Depth.Clear, 0); in nv17_zclear()
Dnouveau_driver.c149 value = pack_zs_f(s->format, in nouveau_clear()
Dnouveau_util.h90 pack_zs_f(mesa_format f, float z, uint8_t s) in pack_zs_f() function
Dnv20_context.c83 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear, in nv20_clear()