Home
last modified time | relevance | path

Searched refs:PIPE_BIND_SAMPLER_VIEW (Results 1 – 25 of 78) sorted by relevance

1234

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c228 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()
Doutput.c81 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()
Dbitmap.c78 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vlVdpBitmapSurfaceCreate()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c72 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/
Dsvga_format.c70 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()
Dsvga_pipe_blit.c71 PIPE_BIND_SAMPLER_VIEW); in svga_surface_copy()
Dsvga_sampler_view.c64 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, PIPE_BIND_SAMPLER_VIEW); in svga_get_tex_sampler_view()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c179 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/
Dst_texture.c80 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()
Dst_cb_bitmap.c305 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()
Dst_cb_eglimage.c153 usage = PIPE_BIND_SAMPLER_VIEW; in st_egl_image_target_texture_2d()
Dst_extensions.c551 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()
Dst_cb_texture.c222 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/
Dvl_video_buffer.c166 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()
Dvl_mpeg12_decoder.c104 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/
Dr300_transfer.c131 base.bind |= PIPE_BIND_SAMPLER_VIEW; in r300_texture_get_transfer()
146 base.bind |= PIPE_BIND_SAMPLER_VIEW; in r300_texture_get_transfer()
Dr300_screen.c406 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/
Ddri2.c305 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/
Dnative_wayland_drm_bufmgr_helper.c42 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in egl_g3d_wl_drm_helper_reference_buffer()
Degl_g3d_image.c108 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/
Dnative_android.cpp187 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/
Dd3d11_screen.h327 … 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/
Dandroid_sw_winsys.cpp173 if (templ->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_TRANSFER_READ)) in android_displaytarget_from_handle()
/external/mesa3d/src/gallium/auxiliary/util/
Du_caps.c72 PIPE_BIND_SAMPLER_VIEW)) { in util_check_caps_out()
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c588 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()

1234