HomeSort by relevance Sort by last modified time
    Searched refs:util_format_get_component_bits (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_surface.c 71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_surface.c 71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 328 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(visual->accum_format
    [all...]
st_cb_eglimage.c 111 if (util_format_get_component_bits(ps->format, UTIL_FORMAT_COLORSPACE_RGB, 3) > 0)
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 328 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(visual->accum_format
    [all...]
st_cb_eglimage.c 111 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/
stw_pixelformat.c 136 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/
stw_pixelformat.c 136 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/
sp_state_surface.c 87 depth_bits = util_format_get_component_bits(sp->framebuffer.zsbuf->format,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_surface.c 87 depth_bits = util_format_get_component_bits(sp->framebuffer.zsbuf->format,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 240 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/
egl_g3d.c 240 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/
u_format.h 740 util_format_get_component_bits(enum pipe_format format, function
u_pack_color.h 341 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 740 util_format_get_component_bits(enum pipe_format format, function
u_pack_color.h 341 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/
output.c 361 res_tmpl.width0 = 1 << util_format_get_component_bits(
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c 254 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) {
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 361 res_tmpl.width0 = 1 << util_format_get_component_bits(
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 254 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1)) {

Completed in 1027 milliseconds