/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_screen.c | 56 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()
|
D | fd2_resource.c | 67 return (tmpl->bind & PIPE_BIND_RENDER_TARGET) ? 1 : 0; in fd2_tile_mode()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_screen.c | 70 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/ |
D | fd6_screen.c | 91 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/ |
D | fd5_screen.c | 85 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/ |
D | nine_defines.h | 57 #define NINE_BIND_BACKBUFFER_FLAGS (PIPE_BIND_RENDER_TARGET |\ 60 #define NINE_BIND_PRESENTBUFFER_FLAGS (PIPE_BIND_RENDER_TARGET |\
|
D | adapter9.c | 331 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/ |
D | fd3_screen.c | 68 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/ |
D | query.c | 250 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/ |
D | xa_tracker.c | 96 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/ |
D | st_atom_framebuffer.c | 100 PIPE_BIND_RENDER_TARGET)) in framebuffer_quantize_num_samples() 195 framebuffer.cbufs[i]->texture->bind & PIPE_BIND_RENDER_TARGET); in st_update_framebuffer_state()
|
D | st_format.c | 1199 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()
|
D | st_cb_fbo.c | 260 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/ |
D | virgl_texture.c | 67 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()
|
D | virgl_resource.h | 118 if (pbind & PIPE_BIND_RENDER_TARGET) in pipe_to_virgl_bind()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 126 … 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/ |
D | sp_screen.c | 409 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/ |
D | etnaviv_resource.h | 132 return (pres->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | in etna_resource_sampler_only()
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_query_renderer.c | 61 PIPE_BIND_RENDER_TARGET); in dri2_query_renderer_integer()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_st.c | 119 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/ |
D | clear.c | 76 templat.bind = (PIPE_BIND_RENDER_TARGET | in init()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | quad-tex.c | 150 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/ |
D | swr_screen.cpp | 122 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/ |
D | u_gen_mipmap.c | 82 PIPE_BIND_RENDER_TARGET))) { in util_gen_mipmap()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_framebuffer.c | 48 templ.bind = PIPE_BIND_RENDER_TARGET; in framebuffer_null_surface_init()
|