/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | query.c | 228 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryCapabilities() 280 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 329 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 335 PIPE_BIND_SAMPLER_VIEW in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 341 PIPE_BIND_SAMPLER_VIEW in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 384 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 427 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpBitmapSurfaceQueryCapabilities()
|
D | output.c | 81 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vlVdpOutputSurfaceCreate() 103 surf_templ.usage = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vlVdpOutputSurfaceCreate() 331 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW; in vlVdpOutputSurfacePutBitsIndexed() 367 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW; in vlVdpOutputSurfacePutBitsIndexed()
|
D | bitmap.c | 78 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vlVdpBitmapSurfaceCreate()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tracker.c | 72 PIPE_BIND_SAMPLER_VIEW, 73 PIPE_BIND_SAMPLER_VIEW, 74 PIPE_BIND_SAMPLER_VIEW, 75 PIPE_BIND_SAMPLER_VIEW, 79 PIPE_BIND_SAMPLER_VIEW
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_format.c | 70 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.z16 : SVGA3D_Z_D16; in svga_translate_format() 72 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.s8z24 : SVGA3D_Z_D24S8; in svga_translate_format() 74 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.x8z24 : SVGA3D_Z_D24X8; in svga_translate_format()
|
D | svga_pipe_blit.c | 71 PIPE_BIND_SAMPLER_VIEW); in svga_surface_copy()
|
D | svga_sampler_view.c | 64 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, PIPE_BIND_SAMPLER_VIEW); in svga_get_tex_sampler_view()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 179 PIPE_BIND_SAMPLER_VIEW | in nouveau_screen_init() 183 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_STREAM_OUTPUT; in nouveau_screen_init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 80 PIPE_BIND_SAMPLER_VIEW)); in st_texture_create() 427 PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW); in st_create_color_map_texture() 431 texSize, texSize, 1, 1, PIPE_BIND_SAMPLER_VIEW); in st_create_color_map_texture()
|
D | st_cb_bitmap.c | 305 PIPE_BIND_SAMPLER_VIEW); in make_bitmap_texture() 582 PIPE_BIND_SAMPLER_VIEW); in reset_cache() 839 PIPE_BIND_SAMPLER_VIEW)) { in st_init_bitmap() 844 PIPE_BIND_SAMPLER_VIEW)) { in st_init_bitmap() 849 PIPE_BIND_SAMPLER_VIEW)) { in st_init_bitmap()
|
D | st_cb_eglimage.c | 153 usage = PIPE_BIND_SAMPLER_VIEW; in st_egl_image_target_texture_2d()
|
D | st_extensions.c | 551 PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 554 PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 556 PIPE_TEXTURE_2D, PIPE_BIND_SAMPLER_VIEW); in st_init_extensions()
|
D | st_cb_texture.c | 222 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_DEPTH_STENCIL; in default_bindings() 224 bindings = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in default_bindings() 235 return PIPE_BIND_SAMPLER_VIEW; in default_bindings() 1042 PIPE_BIND_SAMPLER_VIEW) || in st_CopyTexSubImage()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 166 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW)) in vl_video_buffer_is_format_supported() 228 templ->bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vl_vide_buffer_template() 371 surf_templ.usage = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vl_video_buffer_surfaces()
|
D | vl_mpeg12_decoder.c | 104 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW; in init_zscan_buffer() 827 1, PIPE_BIND_SAMPLER_VIEW)) in find_format_config() 832 1, PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET)) in find_format_config() 836 1, PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET)) in find_format_config() 840 1, PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET)) in find_format_config()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_transfer.c | 131 base.bind |= PIPE_BIND_SAMPLER_VIEW; in r300_texture_get_transfer() 146 base.bind |= PIPE_BIND_SAMPLER_VIEW; in r300_texture_get_transfer()
|
D | r300_screen.c | 406 if ((usage & PIPE_BIND_SAMPLER_VIEW) && in r300_is_format_supported() 414 retval |= PIPE_BIND_SAMPLER_VIEW; in r300_is_format_supported()
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri2.c | 305 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri2_allocate_buffer() 308 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri2_allocate_buffer() 444 tex_usage = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_name() 523 tex_usage = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri2_create_image()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | native_wayland_drm_bufmgr_helper.c | 42 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in egl_g3d_wl_drm_helper_reference_buffer()
|
D | egl_g3d_image.c | 108 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in egl_g3d_create_drm_buffer() 169 nbuf.u.drm.templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in egl_g3d_reference_drm_buffer()
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
D | native_android.cpp | 187 if (templ->bind & PIPE_BIND_SAMPLER_VIEW) { in import_buffer() 189 templ->target, 0, PIPE_BIND_SAMPLER_VIEW)) in import_buffer() 751 templ.bind = PIPE_BIND_SAMPLER_VIEW; in android_display_import_buffer()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_screen.h | 327 … if(screen->is_format_supported(screen, format, PIPE_TEXTURE_1D, 0, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport() 329 … if(screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport() 331 … if(screen->is_format_supported(screen, format, PIPE_TEXTURE_CUBE, 0, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport() 333 … if(screen->is_format_supported(screen, format, PIPE_TEXTURE_3D, 0, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport() 367 …s <= 8 && screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, ms, PIPE_BIND_SAMPLER_VIEW)) in CheckFormatSupport() 747 bind |= PIPE_BIND_SAMPLER_VIEW; in d3d11_to_pipe_bind_flags() 972 if(resource->bind & PIPE_BIND_SAMPLER_VIEW) in OpenGalliumResource()
|
/external/mesa3d/src/gallium/winsys/sw/android/ |
D | android_sw_winsys.cpp | 173 if (templ->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_TRANSFER_READ)) in android_displaytarget_from_handle()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_caps.c | 72 PIPE_BIND_SAMPLER_VIEW)) { in util_check_caps_out()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 588 src->texture, PIPE_BIND_SAMPLER_VIEW)) in renderer_copy_begin() 664 if (!renderer_can_support(renderer, src->texture, PIPE_BIND_SAMPLER_VIEW)) in renderer_drawtex_begin() 1452 0, PIPE_BIND_SAMPLER_VIEW)); in renderer_copy_surface() 1454 0, PIPE_BIND_SAMPLER_VIEW)); in renderer_copy_surface() 1472 texTemp.bind = PIPE_BIND_SAMPLER_VIEW; in renderer_copy_surface()
|