Home
last modified time | relevance | path

Searched refs:zformat (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_static.c64 static unsigned translate_depth_format(enum pipe_format zformat) in translate_depth_format() argument
66 switch (zformat) { in translate_depth_format()
201 uint32_t dst_buf_vars, cformat, zformat; in update_dst_buf_vars() local
216 zformat = translate_depth_format(depth_surface->format); in update_dst_buf_vars()
222 zformat = 0; in update_dst_buf_vars()
229 zformat | in update_dst_buf_vars()
/external/libdrm/intel/
Dintel_decode.c1270 const char *format, *zformat, *type; in decode_3d_1d() local
2142 zformat = "u16"; in decode_3d_1d()
2145 zformat = "f16"; in decode_3d_1d()
2148 zformat = "u24x8"; in decode_3d_1d()
2151 zformat = "BAD"; in decode_3d_1d()
2156 format, zformat, in decode_3d_1d()