HomeSort by relevance Sort by last modified time
    Searched refs:real_format (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
real.h 113 struct real_format struct
116 void (*encode) (const struct real_format *, long *,
118 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *,
163 extern const struct real_format *
284 const struct real_format *);
288 const struct real_format *);
304 extern const struct real_format ieee_single_format;
305 extern const struct real_format mips_single_format;
306 extern const struct real_format motorola_single_format;
307 extern const struct real_format spu_single_format
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_resource.h 47 enum pipe_format real_format; member in struct:r600_resource_texture
r600_blit.c 131 surf_tmpl.format = texture->real_format;
139 surf_tmpl.format = texture->flushed_depth_texture->real_format;
273 unsigned pixsize = util_format_get_blocksize(rtex->real_format);
r600_texture.c 155 if (util_format_is_depth_or_stencil(rtex->real_format)) {
489 rtex->real_format = base->format;
492 if (util_format_is_depth_or_stencil(rtex->real_format) && permit_hardware_blit(screen, base))
si_state.c     [all...]

Completed in 557 milliseconds