HomeSort by relevance Sort by last modified time
    Searched full:real_format (Results 1 - 11 of 11) 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/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 138 real_format = self.format.split('-')[-1]
141 if ('!'+real_format in excluded_formats or
142 included_formats and real_format not in included_formats):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 695 milliseconds