/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | query.c | 255 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryCapabilities() 307 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 356 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 362 PIPE_BIND_SAMPLER_VIEW in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 368 PIPE_BIND_SAMPLER_VIEW in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 411 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 455 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpBitmapSurfaceQueryCapabilities()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_screen.c | 62 if ((usage & PIPE_BIND_SAMPLER_VIEW) && in fd4_screen_is_format_supported() 65 retval |= PIPE_BIND_SAMPLER_VIEW; in fd4_screen_is_format_supported()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_screen.c | 62 if ((usage & PIPE_BIND_SAMPLER_VIEW) && in fd3_screen_is_format_supported() 64 retval |= PIPE_BIND_SAMPLER_VIEW; in fd3_screen_is_format_supported()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_tracker.c | 74 PIPE_BIND_SAMPLER_VIEW, 75 PIPE_BIND_SAMPLER_VIEW, 76 PIPE_BIND_SAMPLER_VIEW, 77 PIPE_BIND_SAMPLER_VIEW, 81 PIPE_BIND_SAMPLER_VIEW
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_resource.h | 129 return (pres->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | in etna_resource_sampler_only() 131 PIPE_BIND_SAMPLER_VIEW; in etna_resource_sampler_only()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_screen.c | 77 if ((usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE)) && in fd5_screen_is_format_supported() 80 retval |= usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE); in fd5_screen_is_format_supported()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_screen.c | 60 if ((usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_VERTEX_BUFFER)) && in fd2_screen_is_format_supported() 67 retval |= usage & PIPE_BIND_SAMPLER_VIEW; in fd2_screen_is_format_supported()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 1108 PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 1111 PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW | in st_init_extensions() 1115 PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 1118 PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 1326 PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 1331 PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 1336 PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 1477 PIPE_BIND_SAMPLER_VIEW); in st_init_extensions() 1567 PIPE_BIND_SAMPLER_VIEW) && in st_init_extensions() 1570 PIPE_BIND_SAMPLER_VIEW) && in st_init_extensions() [all …]
|
D | st_context.c | 560 PIPE_BIND_SAMPLER_VIEW); in st_create_context_priv() 566 PIPE_BIND_SAMPLER_VIEW); in st_create_context_priv() 569 PIPE_BIND_SAMPLER_VIEW); in st_create_context_priv() 573 PIPE_BIND_SAMPLER_VIEW); in st_create_context_priv() 577 PIPE_BIND_SAMPLER_VIEW) && in st_create_context_priv() 580 PIPE_BIND_SAMPLER_VIEW); in st_create_context_priv() 583 PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_SAMPLER_VIEW); in st_create_context_priv() 586 PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_SAMPLER_VIEW); in st_create_context_priv()
|
D | st_cb_eglimage.c | 57 if ((usage == PIPE_BIND_SAMPLER_VIEW) && !supported) { in is_format_supported() 421 if (!st_get_egl_image(ctx, image_handle, PIPE_BIND_SAMPLER_VIEW, in st_egl_image_target_texture_2d() 441 if (!st_get_egl_image(ctx, image_handle, PIPE_BIND_SAMPLER_VIEW, in st_egl_image_target_tex_storage()
|
D | st_format.c | 81 PIPE_BIND_SAMPLER_VIEW); in st_mesa_format_to_pipe_format() 1122 && (bindings & ~PIPE_BIND_SAMPLER_VIEW)) { in st_choose_format() 1278 bindings = PIPE_BIND_SAMPLER_VIEW; in st_ChooseTextureFormat() 1340 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW, in st_ChooseTextureFormat() 1356 pTarget, 0, 0, PIPE_BIND_SAMPLER_VIEW, in st_ChooseTextureFormat()
|
D | st_cb_bitmap.c | 141 PIPE_BIND_SAMPLER_VIEW, false); in make_bitmap_texture() 367 PIPE_BIND_SAMPLER_VIEW, in reset_cache() 580 PIPE_BIND_SAMPLER_VIEW)) { in init_bitmap_state() 585 PIPE_BIND_SAMPLER_VIEW)) { in init_bitmap_state()
|
D | st_texture.c | 83 PIPE_BIND_SAMPLER_VIEW)); in st_texture_create() 418 PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_SAMPLER_VIEW, in st_create_color_map_texture() 423 texSize, texSize, 1, 1, 0, PIPE_BIND_SAMPLER_VIEW, false); in st_create_color_map_texture()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_screen.c | 85 if ((usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE)) && in fd6_screen_is_format_supported() 89 retval |= usage & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_SHADER_IMAGE); in fd6_screen_is_format_supported()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | subpicture.c | 65 screen, ret, PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_SAMPLER_VIEW)) in XvIDToPipe() 72 screen, ret, PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_SAMPLER_VIEW)) in XvIDToPipe() 82 screen, ret, PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in XvIDToPipe() 129 PIPE_BIND_SAMPLER_VIEW)) { in PipeToComponentOrder() 315 tex_templ.bind = PIPE_BIND_SAMPLER_VIEW; in XvMCCreateSubpicture()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | adapter9.c | 371 case D3DRTYPE_TEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break; in NineAdapter9_CheckDeviceFormat() 372 case D3DRTYPE_CUBETEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break; in NineAdapter9_CheckDeviceFormat() 373 case D3DRTYPE_VOLUMETEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break; in NineAdapter9_CheckDeviceFormat() 378 bind |= PIPE_BIND_SAMPLER_VIEW; /* StretchRect */ in NineAdapter9_CheckDeviceFormat() 409 if ((Usage & D3DUSAGE_AUTOGENMIPMAP) && !(bind & PIPE_BIND_SAMPLER_VIEW)) in NineAdapter9_CheckDeviceFormat() 445 bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in NineAdapter9_CheckDeviceMultiSampleType() 448 0, PIPE_BIND_SAMPLER_VIEW, FALSE, FALSE); in NineAdapter9_CheckDeviceMultiSampleType()
|
D | nine_defines.h | 58 PIPE_BIND_SAMPLER_VIEW)
|
D | volumetexture9.c | 62 PIPE_BIND_SAMPLER_VIEW, FALSE, in NineVolumeTexture9_ctor() 92 info->bind = PIPE_BIND_SAMPLER_VIEW; in NineVolumeTexture9_ctor()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 314 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri2_allocate_buffer() 317 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri2_allocate_buffer() 863 PIPE_BIND_SAMPLER_VIEW)) in dri2_create_image_from_winsys() 864 tex_usage |= PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_winsys() 869 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys() 871 tex_usage |= PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_winsys() 879 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys() 881 tex_usage |= PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_winsys() 886 screen->target, 0, 0, PIPE_BIND_SAMPLER_VIEW)) { in dri2_create_image_from_winsys() 888 tex_usage |= PIPE_BIND_SAMPLER_VIEW; in dri2_create_image_from_winsys() [all …]
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_sampler_view.c | 67 PIPE_BIND_SAMPLER_VIEW); in svga_get_tex_sampler_view() 150 PIPE_BIND_SAMPLER_VIEW, in svga_get_tex_sampler_view()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_image.c | 72 template.bind |= PIPE_BIND_SAMPLER_VIEW; in lvp_image_create() 87 template.bind |= PIPE_BIND_SAMPLER_VIEW; in lvp_image_create() 310 template.bind |= PIPE_BIND_SAMPLER_VIEW; in lvp_CreateBuffer()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 124 … if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_SAMPLER_VIEW)) in vl_video_buffer_is_format_supported() 190 templ->bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | tmpl->bind; in vl_video_buffer_template() 485 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | tmpl->bind; in vl_video_buffer_create_as_resource()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 680 if (usage & (PIPE_BIND_SAMPLER_VIEW | in r300_is_format_supported() 710 if ((usage & PIPE_BIND_SAMPLER_VIEW) && in r300_is_format_supported() 719 retval |= PIPE_BIND_SAMPLER_VIEW; in r300_is_format_supported()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_st.c | 206 PIPE_BIND_SAMPLER_VIEW | in stw_st_framebuffer_validate_locked() 234 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in stw_st_framebuffer_validate_locked() 290 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in stw_st_framebuffer_validate_locked()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 336 PIPE_BIND_SAMPLER_VIEW | in nouveau_screen_init() 341 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_STREAM_OUTPUT | in nouveau_screen_init()
|