Searched refs:util_format_get_component_bits (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_surface.c71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_surface.c71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c328 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0))
330 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1))
356 util_format_get_component_bits(visual->color_format,
359 util_format_get_component_bits(visual->color_format,
362 util_format_get_component_bits(visual->color_format,
365 util_format_get_component_bits(visual->color_format,
374 util_format_get_component_bits(visual->depth_stencil_format,
377 util_format_get_component_bits(visual->depth_stencil_format,
388 util_format_get_component_bits(visual->accum_format,
391 util_format_get_component_bits(visua
[all...]
H A Dst_cb_eglimage.c111 if (util_format_get_component_bits(ps->format, UTIL_FORMAT_COLORSPACE_RGB, 3) > 0)
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c328 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0))
330 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1))
356 util_format_get_component_bits(visual->color_format,
359 util_format_get_component_bits(visual->color_format,
362 util_format_get_component_bits(visual->color_format,
365 util_format_get_component_bits(visual->color_format,
374 util_format_get_component_bits(visual->depth_stencil_format,
377 util_format_get_component_bits(visual->depth_stencil_format,
388 util_format_get_component_bits(visual->accum_format,
391 util_format_get_component_bits(visua
[all...]
H A Dst_cb_eglimage.c111 if (util_format_get_component_bits(ps->format, UTIL_FORMAT_COLORSPACE_RGB, 3) > 0)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.c136 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits.red);
137 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits.green);
138 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits.blue);
139 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits.alpha);
140 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.depth);
141 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.stencil);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.c136 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits.red);
137 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits.green);
138 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits.blue);
139 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits.alpha);
140 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.depth);
141 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.stencil);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_surface.c87 depth_bits = util_format_get_component_bits(sp->framebuffer.zsbuf->format,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_surface.c87 depth_bits = util_format_get_component_bits(sp->framebuffer.zsbuf->format,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c240 rgba[i] = util_format_get_component_bits(nconf->color_format,
247 util_format_get_component_bits(depth_stencil_format,
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c240 rgba[i] = util_format_get_component_bits(nconf->color_format,
247 util_format_get_component_bits(depth_stencil_format,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.h740 util_format_get_component_bits(enum pipe_format format, function
H A Du_pack_color.h341 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h740 util_format_get_component_bits(enum pipe_format format, function
H A Du_pack_color.h341 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Doutput.c361 res_tmpl.width0 = 1 << util_format_get_component_bits(
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.c254 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) {
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c361 res_tmpl.width0 = 1 << util_format_get_component_bits(
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.c254 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) {

Completed in 609 milliseconds