Searched refs:pack_zs_f (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_context.c | 106 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()
|
D | nouveau_driver.c | 149 value = pack_zs_f(s->format, in nouveau_clear()
|
D | nouveau_util.h | 90 pack_zs_f(mesa_format f, float z, uint8_t s) in pack_zs_f() function
|
D | nv20_context.c | 83 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear, in nv20_clear()
|