Searched refs:real_format (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_resource.h47 enum pipe_format real_format; member in struct:r600_resource_texture
H A Dr600_blit.c131 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);
H A Dr600_texture.c155 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))
H A Dsi_state.c1462 blocksize = util_format_get_blocksize(rtex->real_format);
1631 format = si_translate_dbformat(rtex->real_format);
1991 unsigned blocksize = util_format_get_blocksize(tmp->real_format);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_resource.h47 enum pipe_format real_format; member in struct:r600_resource_texture
H A Dr600_blit.c131 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);
H A Dr600_texture.c155 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))
H A Dsi_state.c1462 blocksize = util_format_get_blocksize(rtex->real_format);
1631 format = si_translate_dbformat(rtex->real_format);
1991 unsigned blocksize = util_format_get_blocksize(tmp->real_format);
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py138 real_format = self.format.split('-')[-1]
141 if ('!'+real_format in excluded_formats or
142 included_formats and real_format not in included_formats):

Completed in 209 milliseconds