Home
last modified time | relevance | path

Searched refs:PIPE_BIND_RENDER_TARGET (Results 1 – 25 of 129) sorted by relevance

123456

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_screen.c56 if ((usage & PIPE_BIND_RENDER_TARGET) && in fd2_screen_is_format_supported()
58 retval |= PIPE_BIND_RENDER_TARGET; in fd2_screen_is_format_supported()
72 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd2_screen_is_format_supported()
77 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd2_screen_is_format_supported()
Dfd2_resource.c67 return (tmpl->bind & PIPE_BIND_RENDER_TARGET) ? 1 : 0; in fd2_tile_mode()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c70 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd4_screen_is_format_supported()
76 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd4_screen_is_format_supported()
83 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd4_screen_is_format_supported()
84 retval |= usage & PIPE_BIND_RENDER_TARGET; in fd4_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_screen.c91 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd6_screen_is_format_supported()
98 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd6_screen_is_format_supported()
106 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd6_screen_is_format_supported()
107 retval |= usage & PIPE_BIND_RENDER_TARGET; in fd6_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c85 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd5_screen_is_format_supported()
92 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd5_screen_is_format_supported()
100 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd5_screen_is_format_supported()
101 retval |= usage & PIPE_BIND_RENDER_TARGET; in fd5_screen_is_format_supported()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_defines.h57 #define NINE_BIND_BACKBUFFER_FLAGS (PIPE_BIND_RENDER_TARGET |\
60 #define NINE_BIND_PRESENTBUFFER_FLAGS (PIPE_BIND_RENDER_TARGET |\
Dadapter9.c331 if (Usage & D3DUSAGE_RENDERTARGET) bind |= PIPE_BIND_RENDER_TARGET; in NineAdapter9_CheckDeviceFormat()
339 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
345 if (CheckFormat == D3DFMT_RESZ && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
380 …bind |= PIPE_BIND_RENDER_TARGET; /* A current requirement of our impl, which we should get rid of.… in NineAdapter9_CheckDeviceFormat()
437 bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in NineAdapter9_CheckDeviceMultiSampleType()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c68 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd3_screen_is_format_supported()
75 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd3_screen_is_format_supported()
/external/mesa3d/src/gallium/frontends/vdpau/
Dquery.c250 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryCapabilities()
302 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities()
351 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
406 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities()
450 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpBitmapSurfaceQueryCapabilities()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.c96 PIPE_BIND_RENDER_TARGET)) in xa_get_pipe_format()
307 bind |= PIPE_BIND_RENDER_TARGET; in xa_format_check_supported()
370 template->bind |= PIPE_BIND_RENDER_TARGET; in surface_create()
472 template->bind |= PIPE_BIND_RENDER_TARGET; in xa_surface_redefine()
484 PIPE_BIND_RENDER_TARGET)) in xa_surface_redefine()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c100 PIPE_BIND_RENDER_TARGET)) in framebuffer_quantize_num_samples()
195 framebuffer.cbufs[i]->texture->bind & PIPE_BIND_RENDER_TARGET); in st_update_framebuffer_state()
Dst_format.c1199 bindings = PIPE_BIND_RENDER_TARGET; in st_choose_renderbuffer_format()
1289 bindings |= PIPE_BIND_RENDER_TARGET; in st_ChooseTextureFormat()
1380 bind = PIPE_BIND_RENDER_TARGET; in st_QuerySamplesForFormat()
1447 bindings = PIPE_BIND_RENDER_TARGET; in st_QueryInternalFormat()
Dst_cb_fbo.c260 templ.bind = PIPE_BIND_RENDER_TARGET; in st_renderbuffer_alloc_storage()
265 PIPE_BIND_RENDER_TARGET); in st_renderbuffer_alloc_storage()
658 assert(bindings == PIPE_BIND_RENDER_TARGET || in st_validate_attachment()
750 if (!st_validate_attachment(ctx, screen, att, PIPE_BIND_RENDER_TARGET)) { in st_validate_framebuffer()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_texture.c67 unsigned warn = ~(PIPE_BIND_RENDER_TARGET | PIPE_BIND_DEPTH_STENCIL | in temp_bind()
73 return orig & (PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_RENDER_TARGET); in temp_bind()
99 res->bind = PIPE_BIND_RENDER_TARGET; in virgl_init_temp_resource_from_box()
Dvirgl_resource.h118 if (pbind & PIPE_BIND_RENDER_TARGET) in pipe_to_virgl_bind()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c126 … if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_RENDER_TARGET)) in vl_video_buffer_is_format_supported()
188 templ->bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | tmpl->bind; in vl_video_buffer_template()
480 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | tmpl->bind; in vl_video_buffer_create_as_resource()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c409 if (bind & PIPE_BIND_RENDER_TARGET) { in softpipe_is_format_supported()
434 if ((bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW)) && in softpipe_is_format_supported()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.h132 return (pres->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | in etna_resource_sampler_only()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_query_renderer.c61 PIPE_BIND_RENDER_TARGET); in dri2_query_renderer_integer()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_st.c119 PIPE_BIND_RENDER_TARGET; in stw_st_framebuffer_validate_locked()
134 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in stw_st_framebuffer_validate_locked()
/external/mesa3d/src/gallium/tests/graw/
Dclear.c76 templat.bind = (PIPE_BIND_RENDER_TARGET | in init()
/external/mesa3d/src/gallium/tests/trivial/
Dquad-tex.c150 tmplt.bind = PIPE_BIND_RENDER_TARGET; in init_prog()
171 t_tmplt.bind = PIPE_BIND_RENDER_TARGET; in init_prog()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp122 if (bind & PIPE_BIND_RENDER_TARGET) { in swr_is_format_supported()
163 if ((bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW)) && in swr_is_format_supported()
707 if (pt->bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DEPTH_STENCIL)) { in swr_texture_layout()
871 alt_template.bind = PIPE_BIND_RENDER_TARGET; in swr_create_resolve_resource()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c82 PIPE_BIND_RENDER_TARGET))) { in util_gen_mipmap()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.c48 templ.bind = PIPE_BIND_RENDER_TARGET; in framebuffer_null_surface_init()

123456