Home
last modified time | relevance | path

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

123456

/third_party/mesa3d/src/gallium/frontends/vdpau/
Dquery.c255 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/
Dfd4_screen.c62 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/
Dfd3_screen.c62 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/
Dxa_tracker.c74 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/
Detnaviv_resource.h129 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/
Dfd5_screen.c77 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/
Dfd2_screen.c60 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/
Dst_extensions.c1108 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 …]
Dst_context.c560 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()
Dst_cb_eglimage.c57 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()
Dst_format.c81 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()
Dst_cb_bitmap.c141 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()
Dst_texture.c83 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/
Dfd6_screen.c85 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/
Dsubpicture.c65 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/
Dadapter9.c371 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()
Dnine_defines.h58 PIPE_BIND_SAMPLER_VIEW)
Dvolumetexture9.c62 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/
Ddri2.c314 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/
Dsvga_sampler_view.c67 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/
Dlvp_image.c72 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/
Dvl_video_buffer.c124 … 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/
Dr300_screen.c680 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/
Dstw_st.c206 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/
Dnouveau_screen.c336 PIPE_BIND_SAMPLER_VIEW | in nouveau_screen_init()
341 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_STREAM_OUTPUT | in nouveau_screen_init()

123456