HomeSort by: relevance | last modified time | path
    Searched defs:tex_format (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear_fastpath.c 207 enum pipe_format tex_format = samp0->texture_state.format; local
209 tex_format == PIPE_FORMAT_B8G8R8A8_UNORM &&
217 (tex_format == PIPE_FORMAT_B8G8R8A8_UNORM ||
218 tex_format == PIPE_FORMAT_B8G8R8X8_UNORM) &&
lp_state_fs_linear.c 680 enum pipe_format tex_format = samp0->texture_state.format; local
682 tex_format == PIPE_FORMAT_B8G8R8A8_UNORM &&
697 (tex_format == PIPE_FORMAT_B8G8R8A8_UNORM ||
698 tex_format == PIPE_FORMAT_B8G8R8X8_UNORM) &&
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
shaderimage.c 349 mesa_format tex_format = _mesa_get_shader_image_format(format); local
350 if (tex_format == MESA_FORMAT_NONE)
353 enum image_format_class class = get_image_format_class(tex_format);
463 mesa_format tex_format; local
482 tex_format = _mesa_get_shader_image_format(t->BufferObjectFormat);
492 tex_format = _mesa_get_shader_image_format(img->InternalFormat);
495 if (!tex_format)
500 if (_mesa_get_format_bytes(tex_format) !=
506 if (get_image_format_class(tex_format) !=
719 GLenum tex_format; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
shaderimage.c 372 mesa_format tex_format = _mesa_get_shader_image_format(format); local
373 if (tex_format == MESA_FORMAT_NONE)
376 enum image_format_class class = get_image_format_class(tex_format);
486 mesa_format tex_format; local
505 tex_format = _mesa_get_shader_image_format(t->BufferObjectFormat);
515 tex_format = _mesa_get_shader_image_format(img->InternalFormat);
518 if (!tex_format)
523 if (_mesa_get_format_bytes(tex_format) !=
529 if (get_image_format_class(tex_format) !=
709 GLenum tex_format; local
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
torus.c 40 static GLint tex_format = NUM_CPAL_FORMATS; variable
389 tex_format = (tex_format + 1) % (NUM_CPAL_FORMATS + 1);
390 if (tex_format < NUM_CPAL_FORMATS) {
391 size = make_cpal_texture(tex_format);
393 cpal_formats[tex_format].name, size);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_blit.c 269 uint32_t tex_format = v3d_get_tex_format(&screen->devinfo, pformat); local
271 if (!v3d_tfu_supports_tex_format(&screen->devinfo, tex_format, for_mipmap)) {
309 tfu.icfg |= tex_format << V3D_TFU_ICFG_TTYPE_SHIFT;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
font.c 388 enum pipe_format tex_format = PIPE_FORMAT_NONE; local
395 tex_format = formats[i];
400 if (tex_format == PIPE_FORMAT_NONE) {
407 tex_templ.format = tex_format;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_context.h 286 enum pipe_format tex_format; member in struct:st_context::__anon2677
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
font.c 388 enum pipe_format tex_format = PIPE_FORMAT_NONE; local
395 tex_format = formats[i];
400 if (tex_format == PIPE_FORMAT_NONE) {
407 tex_templ.format = tex_format;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_context.h 243 enum pipe_format tex_format; member in struct:st_context::__anon4996

Completed in 15 milliseconds