HomeSort by: relevance | last modified time | path
    Searched refs:_BaseFormat (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_generate_mipmap.c 49 (tex_obj->Image[0][base_level]->_BaseFormat == GL_DEPTH_COMPONENT ||
50 tex_obj->Image[0][base_level]->_BaseFormat == GL_DEPTH_STENCIL)) {
brw_pixel_read.c 124 if (rb->_BaseFormat == GL_RGB)
238 if (_mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat,
243 if (irb->Base.Base._BaseFormat == GL_RGB) {
brw_surface_formats.c 430 rb->_BaseFormat != GL_RGBA &&
431 rb->_BaseFormat != GL_RG &&
432 rb->_BaseFormat != GL_RED)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_generate_mipmap.c 49 (tex_obj->Image[0][base_level]->_BaseFormat == GL_DEPTH_COMPONENT ||
50 tex_obj->Image[0][base_level]->_BaseFormat == GL_DEPTH_STENCIL)) {
intel_pixel_read.c 124 if (rb->_BaseFormat == GL_RGB)
238 if (_mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat,
243 if (irb->Base.Base._BaseFormat == GL_RGB) {
brw_surface_formats.c 426 rb->_BaseFormat != GL_RGBA &&
427 rb->_BaseFormat != GL_RG &&
428 rb->_BaseFormat != GL_RED)
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 47 rb->_BaseFormat = GL_RGB;
53 rb->_BaseFormat = GL_RGBA;
58 rb->_BaseFormat = GL_RGB;
63 rb->_BaseFormat = GL_DEPTH_COMPONENT;
71 rb->_BaseFormat = GL_DEPTH_STENCIL;
nouveau_driver.c 128 if (fb->Attachment[i].Renderbuffer->_BaseFormat ==
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 46 rb->_BaseFormat = GL_RGB;
52 rb->_BaseFormat = GL_RGBA;
57 rb->_BaseFormat = GL_RGB;
62 rb->_BaseFormat = GL_DEPTH_COMPONENT;
70 rb->_BaseFormat = GL_DEPTH_STENCIL;
nouveau_driver.c 128 if (fb->Attachment[i].Renderbuffer->_BaseFormat ==
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_tex_subimage.c 96 if (!_mesa_texstore(ctx, 2, texImage->_BaseFormat,
intel_fbo.c 205 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
281 rb->_BaseFormat = _mesa_get_format_base_format(image->format);
338 rb->_BaseFormat = _mesa_get_format_base_format(format);
340 rb->InternalFormat = rb->_BaseFormat;
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_renderbuffer.c 143 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
147 rb->_BaseFormat == 0) {
152 rb->_BaseFormat = GL_RGBA;
156 assert(rb->_BaseFormat);
s_span.c 1356 assert(rb->_BaseFormat == GL_RGBA ||
1357 rb->_BaseFormat == GL_RGB ||
1358 rb->_BaseFormat == GL_RED ||
1359 rb->_BaseFormat == GL_RG ||
1360 rb->_BaseFormat == GL_ALPHA);
1461 assert(rb->_BaseFormat == GL_RGBA ||
1462 rb->_BaseFormat == GL_RGB ||
1463 rb->_BaseFormat == GL_RG ||
1464 rb->_BaseFormat == GL_RED ||
1465 rb->_BaseFormat == GL_LUMINANCE |
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_tex_subimage.c 96 if (!_mesa_texstore(ctx, 2, texImage->_BaseFormat,
intel_fbo.c 205 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
281 rb->_BaseFormat = _mesa_get_format_base_format(image->format);
338 rb->_BaseFormat = _mesa_get_format_base_format(format);
340 rb->InternalFormat = rb->_BaseFormat;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
readpix.c 181 if (_mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat,
208 if (rb->_BaseFormat != _mesa_get_format_base_format(rb->Format)) {
467 _mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat, dstBaseFormat);
484 if (rb->_BaseFormat == GL_LUMINANCE || rb->_BaseFormat == GL_INTENSITY) {
490 } else if (rb->_BaseFormat == GL_LUMINANCE_ALPHA) {
496 } else if (_mesa_get_format_base_format(rb_format) != rb->_BaseFormat) {
498 _mesa_compute_rgba2base2rgba_component_mapping(rb->_BaseFormat,
debug.c 309 if (rb->_BaseFormat == GL_RGB ||
310 rb->_BaseFormat == GL_RGBA) {
314 else if (rb->_BaseFormat == GL_DEPTH_STENCIL) {
322 rb->_BaseFormat);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_sampler.c 98 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat;
136 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
readpix.c 173 if (_mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat,
200 if (rb->_BaseFormat != _mesa_get_format_base_format(rb->Format)) {
459 _mesa_need_rgb_to_luminance_conversion(rb->_BaseFormat, dstBaseFormat);
476 if (rb->_BaseFormat == GL_LUMINANCE || rb->_BaseFormat == GL_INTENSITY) {
482 } else if (rb->_BaseFormat == GL_LUMINANCE_ALPHA) {
488 } else if (_mesa_get_format_base_format(rb_format) != rb->_BaseFormat) {
490 _mesa_compute_rgba2base2rgba_component_mapping(rb->_BaseFormat,
debug.c 310 if (rb->_BaseFormat == GL_RGB ||
311 rb->_BaseFormat == GL_RGBA) {
315 else if (rb->_BaseFormat == GL_DEPTH_STENCIL) {
323 rb->_BaseFormat);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_eglimage.c 163 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format);
164 strb->Base.InternalFormat = strb->Base._BaseFormat;
st_atom_sampler.c 164 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat;
207 GLenum texBaseFormat = _mesa_base_tex_image(texobj)->_BaseFormat;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_span.c 1359 assert(rb->_BaseFormat == GL_RGBA ||
1360 rb->_BaseFormat == GL_RGB ||
1361 rb->_BaseFormat == GL_RED ||
1362 rb->_BaseFormat == GL_RG ||
1363 rb->_BaseFormat == GL_ALPHA);
1464 assert(rb->_BaseFormat == GL_RGBA ||
1465 rb->_BaseFormat == GL_RGB ||
1466 rb->_BaseFormat == GL_RG ||
1467 rb->_BaseFormat == GL_RED ||
1468 rb->_BaseFormat == GL_LUMINANCE |
    [all...]
s_renderbuffer.c 143 rb->_BaseFormat = _mesa_base_fbo_format(ctx, internalFormat);
147 rb->_BaseFormat == 0) {
152 rb->_BaseFormat = GL_RGBA;
156 assert(rb->_BaseFormat);

Completed in 23 milliseconds

1 2 3 4