HomeSort by: relevance | last modified time | path
    Searched refs:rt_format (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_clear.c 113 uint32_t rt_format; local
115 rt_format = nv30_format(pipe->screen, ps->format)->hw;
117 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z24S8;
119 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z16;
122 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED;
123 rt_format |= util_logbase2(sf->width) << 16;
124 rt_format |= util_logbase2(sf->height) << 24;
126 rt_format |= NV30_3D_RT_FORMAT_TYPE_LINEAR;
140 PUSH_DATA (push, rt_format);
173 uint32_t rt_format, mode = 0 local
    [all...]
nv30_state_validate.c 42 uint32_t rt_format; local
52 rt_format = 0;
55 rt_format |= nv30_format(pscreen, fb->cbufs[0]->format)->hw;
56 rt_format |= mt->ms_mode;
58 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED;
60 rt_format |= NV30_3D_RT_FORMAT_TYPE_LINEAR;
63 rt_format |= NV30_3D_RT_FORMAT_COLOR_A8R8G8B8;
65 rt_format |= NV30_3D_RT_FORMAT_COLOR_R5G6B5;
69 rt_format |= nv30_format(pscreen, fb->zsbuf->format)->hw;
71 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_clear.c 113 uint32_t rt_format; local
115 rt_format = nv30_format(pipe->screen, ps->format)->hw;
117 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z24S8;
119 rt_format |= NV30_3D_RT_FORMAT_ZETA_Z16;
122 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED;
123 rt_format |= util_logbase2(sf->width) << 16;
124 rt_format |= util_logbase2(sf->height) << 24;
126 rt_format |= NV30_3D_RT_FORMAT_TYPE_LINEAR;
140 PUSH_DATA (push, rt_format);
173 uint32_t rt_format, mode = 0 local
    [all...]
nv30_state_validate.c 42 uint32_t rt_format; local
52 rt_format = 0;
55 rt_format |= nv30_format(pscreen, fb->cbufs[0]->format)->hw;
56 rt_format |= mt->ms_mode;
58 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED;
60 rt_format |= NV30_3D_RT_FORMAT_TYPE_LINEAR;
63 rt_format |= NV30_3D_RT_FORMAT_COLOR_A8R8G8B8;
65 rt_format |= NV30_3D_RT_FORMAT_COLOR_R5G6B5;
69 rt_format |= nv30_format(pscreen, fb->zsbuf->format)->hw;
71 rt_format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv04_state_fb.c 55 uint32_t rt_format = NV04_CONTEXT_SURFACES_3D_FORMAT_TYPE_PITCH; local
69 rt_format |= get_rt_format(s->format);
90 PUSH_DATA (push, rt_format);
nv20_state_fb.c 83 unsigned rt_format = NV20_3D_RT_FORMAT_TYPE_LINEAR; local
97 rt_format |= get_rt_format(s->format);
110 rt_format |= get_rt_format(s->format);
120 rt_format |= get_rt_format(MESA_FORMAT_S8_UINT_Z24_UNORM);
124 BEGIN_NV04(push, NV20_3D(RT_FORMAT), 2);
125 PUSH_DATA (push, rt_format);
nv10_state_fb.c 98 unsigned rt_format = NV10_3D_RT_FORMAT_TYPE_LINEAR; local
123 rt_format |= get_rt_format(s->format);
136 rt_format |= get_rt_format(s->format);
149 BEGIN_NV04(push, NV10_3D(RT_FORMAT), 2);
150 PUSH_DATA (push, rt_format);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv04_state_fb.c 55 uint32_t rt_format = NV04_CONTEXT_SURFACES_3D_FORMAT_TYPE_PITCH; local
69 rt_format |= get_rt_format(s->format);
90 PUSH_DATA (push, rt_format);
nv20_state_fb.c 83 unsigned rt_format = NV20_3D_RT_FORMAT_TYPE_LINEAR; local
97 rt_format |= get_rt_format(s->format);
110 rt_format |= get_rt_format(s->format);
120 rt_format |= get_rt_format(MESA_FORMAT_S8_UINT_Z24_UNORM);
124 BEGIN_NV04(push, NV20_3D(RT_FORMAT), 2);
125 PUSH_DATA (push, rt_format);
nv10_state_fb.c 98 unsigned rt_format = NV10_3D_RT_FORMAT_TYPE_LINEAR; local
123 rt_format |= get_rt_format(s->format);
136 rt_format |= get_rt_format(s->format);
149 BEGIN_NV04(push, NV10_3D(RT_FORMAT), 2);
150 PUSH_DATA (push, rt_format);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
config.c 206 config->rt_format = attrib_list[i].value;
215 if (!config->rt_format)
216 config->rt_format = supported_rt_formats;
275 config->rt_format = attrib_list[i].value;
284 if (!config->rt_format)
285 config->rt_format = supported_rt_formats;
363 attrib_list[0].value = config->rt_format;
surface.c 470 if (config->rt_format & VA_RT_FORMAT_RGB32) {
480 if (config->rt_format & VA_RT_FORMAT_YUV420) {
487 if (config->rt_format & VA_RT_FORMAT_YUV420_10BPP) {
va_private.h 322 unsigned int rt_format; member in struct:__anon4569
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_formats.c 163 enum isl_format rt_format = format; local
167 rt_format = isl_format_rgbx_to_rgba(format);
169 supported &= isl_format_supports_rendering(devinfo, rt_format);
172 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
iris_resource.c 130 enum isl_format rt_format = local
134 if (rt_format == ISL_FORMAT_UNSUPPORTED ||
135 !isl_format_supports_ccs_e(devinfo, rt_format))
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
config.c 240 config->rt_format = attrib_list[i].value;
253 if (!config->rt_format)
254 config->rt_format = supported_rt_formats;
327 config->rt_format = attrib_list[i].value;
343 if (!config->rt_format)
344 config->rt_format = supported_rt_formats;
422 attrib_list[0].value = config->rt_format;
surface.c 470 if (config->rt_format & VA_RT_FORMAT_RGB32) {
480 if (config->rt_format & VA_RT_FORMAT_YUV420) {
487 if (config->rt_format & VA_RT_FORMAT_YUV420_10 ||
488 (config->rt_format & VA_RT_FORMAT_YUV420 &&
va_private.h 327 unsigned int rt_format; member in struct:__anon2191
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_formats.c 496 enum isl_format rt_format = format; local
500 rt_format = isl_format_rgbx_to_rgba(format);
502 supported &= isl_format_supports_rendering(devinfo, rt_format);
505 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_formats.c 444 enum isl_format rt_format = format; local
448 rt_format = isl_format_rgbx_to_rgba(format);
450 supported &= isl_format_supports_rendering(devinfo, rt_format);
453 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
nir_to_vir.c 2284 enum pipe_format rt_format = c->fs_key->color_fmt[rt].format; local
2286 util_format_get_nr_components(rt_format);

Completed in 21 milliseconds