Searched refs:tex_format (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_picture.c71 GLenum *tex_format,
86 *tex_format = glamor_priv->formats[1].format;
94 *tex_format = GL_BGRA;
97 *tex_format = GL_BGRA;
113 *tex_format = GL_BGRA;
116 *tex_format = GL_BGRA;
127 *tex_format = GL_RGBA;
131 *tex_format = GL_RGBA;
142 *tex_format = GL_BGRA;
152 *tex_format
68 glamor_get_tex_format_type_from_pictformat(ScreenPtr pScreen,PictFormatShort format,PictFormatShort * temp_format,GLenum * tex_format,GLenum * tex_type,GLenum * swizzle) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_formats.c148 uint32_t tex_format)
151 return v3d41_tfu_supports_tex_format(tex_format);
153 return v3d33_tfu_supports_tex_format(tex_format);
147 v3d_tfu_supports_tex_format(const struct v3d_device_info * devinfo,uint32_t tex_format) argument
H A Dv3dx_context.h51 bool v3dX(tfu_supports_tex_format)(uint32_t tex_format);
H A Dv3d_blit.c370 uint32_t tex_format = v3d_get_tex_format(&screen->devinfo, local in function:v3d_tfu
373 if (!v3d_tfu_supports_tex_format(&screen->devinfo, tex_format))
416 tfu.icfg |= tex_format << V3D_TFU_ICFG_TTYPE_SHIFT;
H A Dv3d_context.h611 uint32_t tex_format);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshaderimage.c372 mesa_format tex_format = _mesa_get_shader_image_format(format); local in function:_mesa_get_image_format_class
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 in function:_mesa_is_image_unit_valid
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 in function:bind_image_textures
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshaderimage.c349 mesa_format tex_format = _mesa_get_shader_image_format(format); local in function:_mesa_get_image_format_class
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 in function:_mesa_is_image_unit_valid
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 in function:bind_image_textures
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_context.h47 bool v3dX(tfu_supports_tex_format)(uint32_t tex_format,
H A Dv3d_formats.c158 uint32_t tex_format,
162 return v3d41_tfu_supports_tex_format(tex_format, for_mipmap);
164 return v3d33_tfu_supports_tex_format(tex_format, for_mipmap);
157 v3d_tfu_supports_tex_format(const struct v3d_device_info * devinfo,uint32_t tex_format,bool for_mipmap) argument
H A Dv3d_blit.c269 uint32_t tex_format = v3d_get_tex_format(&screen->devinfo, pformat); local in function:v3d_tfu
271 if (!v3d_tfu_supports_tex_format(&screen->devinfo, tex_format, for_mipmap)) {
309 tfu.icfg |= tex_format << V3D_TFU_ICFG_TTYPE_SHIFT;
H A Dv3d_context.h740 uint32_t tex_format,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear_fastpath.c207 enum pipe_format tex_format = samp0->texture_state.format; local in function:lp_linear_check_fastpath
209 tex_format == PIPE_FORMAT_B8G8R8A8_UNORM &&
217 (tex_format == PIPE_FORMAT_B8G8R8A8_UNORM ||
218 tex_format == PIPE_FORMAT_B8G8R8X8_UNORM) &&
H A Dlp_state_fs_linear.c680 enum pipe_format tex_format = samp0->texture_state.format; local in function:llvmpipe_fs_variant_linear_fastpath
682 tex_format == PIPE_FORMAT_B8G8R8A8_UNORM &&
697 (tex_format == PIPE_FORMAT_B8G8R8A8_UNORM ||
698 tex_format == PIPE_FORMAT_B8G8R8X8_UNORM) &&
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c40 static GLint tex_format = NUM_CPAL_FORMATS; variable in typeref:typename:GLint
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.old/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap.c138 pt = st_texture_create(st, st->internal_target, st->bitmap.tex_format,
353 st->bitmap.tex_format, 0,
542 assert(!st->bitmap.tex_format);
571 st->bitmap.tex_format = PIPE_FORMAT_I8_UNORM;
576 st->bitmap.tex_format = PIPE_FORMAT_A8_UNORM;
581 st->bitmap.tex_format = PIPE_FORMAT_L8_UNORM;
611 if (!st->bitmap.tex_format) {
671 if (!st->bitmap.tex_format) {
H A Dst_context.h243 enum pipe_format tex_format; member in struct:st_context::__anon7939cd9a0508
H A Dst_program.c1166 options.swizzle_xxxx = (st->bitmap.tex_format == PIPE_FORMAT_L8_UNORM);
1272 st->bitmap.tex_format ==
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap.c138 pt = st_texture_create(st, st->internal_target, st->bitmap.tex_format,
362 st->bitmap.tex_format, 0,
548 assert(!st->bitmap.tex_format);
577 st->bitmap.tex_format = PIPE_FORMAT_R8_UNORM;
582 st->bitmap.tex_format = PIPE_FORMAT_A8_UNORM;
612 if (!st->bitmap.tex_format) {
670 if (!st->bitmap.tex_format) {
H A Dst_context.h286 enum pipe_format tex_format; member in struct:st_context::__anona857cd8d0608
H A Dst_program.c1430 options.swizzle_xxxx = st->bitmap.tex_format == PIPE_FORMAT_R8_UNORM;
1561 st->bitmap.tex_format ==
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dfont.c388 enum pipe_format tex_format = PIPE_FORMAT_NONE; local in function:util_font_create_fixed_8x13
395 tex_format = formats[i];
400 if (tex_format == PIPE_FORMAT_NONE) {
407 tex_templ.format = tex_format;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dfont.c388 enum pipe_format tex_format = PIPE_FORMAT_NONE; local in function:util_font_create_fixed_8x13
395 tex_format = formats[i];
400 if (tex_format == PIPE_FORMAT_NONE) {
407 tex_templ.format = tex_format;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_formats.c365 v3dX(tfu_supports_tex_format)(uint32_t tex_format)
367 switch (tex_format) {
H A Dv3dvx_private.h165 v3dX(tfu_supports_tex_format)(uint32_t tex_format);

Completed in 29 milliseconds