/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/ |
sw_winsys.h | 73 unsigned tex_usage, 89 unsigned tex_usage,
|
/external/mesa3d/src/gallium/include/state_tracker/ |
sw_winsys.h | 73 unsigned tex_usage, 89 unsigned tex_usage,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_screen.h | 73 unsigned tex_usage);
|
i915_screen.c | 290 unsigned tex_usage) 338 if (!util_format_is_supported(format, tex_usage)) 344 if(tex_usage & PIPE_BIND_DEPTH_STENCIL) 346 else if (tex_usage & PIPE_BIND_RENDER_TARGET) 348 else if (tex_usage & PIPE_BIND_SAMPLER_VIEW)
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_screen.h | 73 unsigned tex_usage);
|
i915_screen.c | 290 unsigned tex_usage) 338 if (!util_format_is_supported(format, tex_usage)) 344 if(tex_usage & PIPE_BIND_DEPTH_STENCIL) 346 else if (tex_usage & PIPE_BIND_RENDER_TARGET) 348 else if (tex_usage & PIPE_BIND_SAMPLER_VIEW)
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/null/ |
null_sw_winsys.c | 48 unsigned tex_usage, 83 unsigned tex_usage,
|
/external/mesa3d/src/gallium/winsys/sw/null/ |
null_sw_winsys.c | 48 unsigned tex_usage, 83 unsigned tex_usage,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_screen.c | 387 unsigned tex_usage) 394 assert(tex_usage); 400 svga_format = svga_translate_format(ss, format, tex_usage); 410 if (tex_usage & PIPE_BIND_DISPLAY_TARGET) { 436 if (tex_usage & PIPE_BIND_RENDER_TARGET) { 439 if (tex_usage & PIPE_BIND_DEPTH_STENCIL) { 442 if (tex_usage & PIPE_BIND_SAMPLER_VIEW) {
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_screen.c | 387 unsigned tex_usage) 394 assert(tex_usage); 400 svga_format = svga_translate_format(ss, format, tex_usage); 410 if (tex_usage & PIPE_BIND_DISPLAY_TARGET) { 436 if (tex_usage & PIPE_BIND_RENDER_TARGET) { 439 if (tex_usage & PIPE_BIND_DEPTH_STENCIL) { 442 if (tex_usage & PIPE_BIND_SAMPLER_VIEW) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
dri2.c | 441 unsigned tex_usage; local 444 tex_usage = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; 471 templ.bind = tex_usage; 520 unsigned tex_usage; local 523 tex_usage = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; 525 tex_usage |= PIPE_BIND_SCANOUT; 527 tex_usage |= PIPE_BIND_SHARED; 531 tex_usage |= PIPE_BIND_CURSOR; 559 templ.bind = tex_usage;
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
dri2.c | 441 unsigned tex_usage; local 444 tex_usage = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; 471 templ.bind = tex_usage; 520 unsigned tex_usage; local 523 tex_usage = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; 525 tex_usage |= PIPE_BIND_SCANOUT; 527 tex_usage |= PIPE_BIND_SHARED; 531 tex_usage |= PIPE_BIND_CURSOR; 559 templ.bind = tex_usage;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_texture.h | 109 uint32_t tex_usage; member in struct:rbug_proto_texture_info_reply 178 uint32_t tex_usage,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/ |
android_sw_winsys.cpp | 84 unsigned tex_usage, 192 unsigned tex_usage,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/ |
dri_sw_winsys.c | 73 unsigned tex_usage, 82 unsigned tex_usage,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/ |
gdi_sw_winsys.c | 74 unsigned tex_usage, 123 unsigned tex_usage,
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_texture.h | 109 uint32_t tex_usage; member in struct:rbug_proto_texture_info_reply 178 uint32_t tex_usage,
|
/external/mesa3d/src/gallium/winsys/sw/android/ |
android_sw_winsys.cpp | 84 unsigned tex_usage, 192 unsigned tex_usage,
|
/external/mesa3d/src/gallium/winsys/sw/dri/ |
dri_sw_winsys.c | 73 unsigned tex_usage, 82 unsigned tex_usage,
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
gdi_sw_winsys.c | 74 unsigned tex_usage, 123 unsigned tex_usage,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/ |
wayland_sw_winsys.c | 140 unsigned tex_usage, 154 unsigned tex_usage, 164 if (!wayland_is_displaytarget_format_supported(ws, tex_usage, format))
|
/external/mesa3d/src/gallium/winsys/sw/wayland/ |
wayland_sw_winsys.c | 140 unsigned tex_usage, 154 unsigned tex_usage, 164 if (!wayland_is_displaytarget_format_supported(ws, tex_usage, format))
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_texture.h | 177 enum lp_texture_usage tex_usage,
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_texture.h | 156 GLuint tex_usage );
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_texture.h | 177 enum lp_texture_usage tex_usage,
|