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

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.c 139 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 0) == color->bits.red);
140 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 1) == color->bits.green);
141 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 2) == color->bits.blue);
142 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits.alpha);
143 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 0) == depth->bits.depth);
144 assert(util_format_get_component_bits(depth->format, UTIL_FORMAT_COLORSPACE_ZS, 1) == depth->bits.stencil);
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 331 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 0))
333 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_ZS, 1))
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,
368 util_format_get_component_bits(visual->color_format,
378 util_format_get_component_bits(visual->depth_stencil_format,
381 util_format_get_component_bits(visual->depth_stencil_format,
392 util_format_get_component_bits(visual->accum_format,
395 util_format_get_component_bits(visual->accum_format
    [all...]
st_cb_eglimage.c 108 if (util_format_get_component_bits(ps->format, UTIL_FORMAT_COLORSPACE_RGB, 3) > 0)
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.h 145 util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) == 32)
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 344 if (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, 0) <= 8) {
u_format.h 834 util_format_get_component_bits(enum pipe_format format, function
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 681 depth = util_format_get_component_bits(
752 if (format && util_format_get_component_bits(
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 655 depth = util_format_get_component_bits(
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 370 res_tmpl.width0 = 1 << util_format_get_component_bits(

Completed in 366 milliseconds