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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c 280 if (util_format_get_nr_components(buf->resources[i]->format) == 1)
318 unsigned nr_components = util_format_get_nr_components(res->format);
vl_mpeg12_decoder.c 741 nr_components = util_format_get_nr_components(target_surfaces[i]->texture->format);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 280 if (util_format_get_nr_components(buf->resources[i]->format) == 1)
318 unsigned nr_components = util_format_get_nr_components(res->format);
vl_mpeg12_decoder.c 741 nr_components = util_format_get_nr_components(target_surfaces[i]->texture->format);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vbo.c 40 const unsigned nc = util_format_get_nr_components(ve->src_format);
274 switch (util_format_get_nr_components(fmt)) {
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c 40 const unsigned nc = util_format_get_nr_components(ve->src_format);
274 switch (util_format_get_nr_components(fmt)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h 918 util_format_get_nr_components(enum pipe_format format) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 918 util_format_get_nr_components(enum pipe_format format) function
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 674 if (util_format_get_nr_components(buf->resources[i]->format) == 1)
705 unsigned nr_components = util_format_get_nr_components(buf->resources[i]->format);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_vbo.c 81 switch (util_format_get_nr_components(fmt)) {
141 const unsigned nc = util_format_get_nr_components(ve->src_format);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 674 if (util_format_get_nr_components(buf->resources[i]->format) == 1)
705 unsigned nr_components = util_format_get_nr_components(buf->resources[i]->format);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c 81 switch (util_format_get_nr_components(fmt)) {
141 const unsigned nc = util_format_get_nr_components(ve->src_format);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_vbo.c 85 switch (util_format_get_nr_components(fmt)) {
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c 85 switch (util_format_get_nr_components(fmt)) {

Completed in 123 milliseconds