/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_screen.c | 66 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd4_screen_is_format_supported() 72 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd4_screen_is_format_supported() 79 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd4_screen_is_format_supported() 80 retval |= usage & PIPE_BIND_RENDER_TARGET; in fd4_screen_is_format_supported()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_screen.c | 67 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd5_screen_is_format_supported() 73 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd5_screen_is_format_supported() 80 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd5_screen_is_format_supported() 81 retval |= usage & PIPE_BIND_RENDER_TARGET; in fd5_screen_is_format_supported()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_screen.c | 54 if ((usage & PIPE_BIND_RENDER_TARGET) && in fd2_screen_is_format_supported() 76 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd2_screen_is_format_supported() 81 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd2_screen_is_format_supported()
|
/external/mesa3d/src/gallium/state_trackers/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 | 299 if (Usage & D3DUSAGE_RENDERTARGET) bind |= PIPE_BIND_RENDER_TARGET; in NineAdapter9_CheckDeviceFormat() 307 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat() 313 if (CheckFormat == D3DFMT_RESZ && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat() 348 …bind |= PIPE_BIND_RENDER_TARGET; /* A current requirement of our impl, which we should get rid of.… in NineAdapter9_CheckDeviceFormat() 405 bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in NineAdapter9_CheckDeviceMultiSampleType()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_screen.c | 64 if ((usage & (PIPE_BIND_RENDER_TARGET | in fd3_screen_is_format_supported() 71 retval |= usage & (PIPE_BIND_RENDER_TARGET | in fd3_screen_is_format_supported()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | query.c | 251 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryCapabilities() 303 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities() 352 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 407 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 451 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET in vlVdpBitmapSurfaceQueryCapabilities()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tracker.c | 109 PIPE_BIND_RENDER_TARGET)) in xa_get_pipe_format() 298 bind |= PIPE_BIND_RENDER_TARGET; in xa_format_check_supported() 361 template->bind |= PIPE_BIND_RENDER_TARGET; in surface_create() 463 template->bind |= PIPE_BIND_RENDER_TARGET; in xa_surface_redefine() 475 PIPE_BIND_RENDER_TARGET)) in xa_surface_redefine()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_framebuffer.c | 99 PIPE_BIND_RENDER_TARGET)) in framebuffer_quantize_num_samples() 201 framebuffer.cbufs[i]->texture->bind & PIPE_BIND_RENDER_TARGET); in st_update_framebuffer_state()
|
D | st_cb_fbo.c | 211 templ.bind = PIPE_BIND_RENDER_TARGET; in st_renderbuffer_alloc_storage() 216 PIPE_BIND_RENDER_TARGET); in st_renderbuffer_alloc_storage() 592 assert(bindings == PIPE_BIND_RENDER_TARGET || in st_validate_attachment() 683 if (!st_validate_attachment(ctx, screen, att, PIPE_BIND_RENDER_TARGET)) { in st_validate_framebuffer()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 134 if (!(pt->bind & (PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_RENDER_TARGET))) { in llvmpipe_create_surface() 140 pt->bind |= PIPE_BIND_RENDER_TARGET; in llvmpipe_create_surface()
|
D | lp_screen.c | 467 if (bind & PIPE_BIND_RENDER_TARGET) { in llvmpipe_is_format_supported() 491 if ((bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW)) && in llvmpipe_is_format_supported()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 412 if (bind & PIPE_BIND_RENDER_TARGET) { in softpipe_is_format_supported() 437 if ((bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW)) && in softpipe_is_format_supported()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | quad-tex.c | 149 tmplt.bind = PIPE_BIND_RENDER_TARGET; in init_prog() 170 t_tmplt.bind = PIPE_BIND_RENDER_TARGET; in init_prog()
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri_query_renderer.c | 56 PIPE_BIND_RENDER_TARGET); in dri2_query_renderer_integer()
|
D | dri_screen.c | 246 PIPE_BIND_RENDER_TARGET)) in dri_fill_in_modes() 254 PIPE_BIND_RENDER_TARGET)) { in dri_fill_in_modes()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_resource.h | 121 return (pres->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | in etna_resource_sampler_only()
|
D | etnaviv_screen.c | 533 if (usage & PIPE_BIND_RENDER_TARGET) { in etna_screen_is_format_supported() 541 allowed |= PIPE_BIND_RENDER_TARGET; in etna_screen_is_format_supported() 544 allowed |= PIPE_BIND_RENDER_TARGET; in etna_screen_is_format_supported()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_resource.h | 117 if (pbind & PIPE_BIND_RENDER_TARGET) in pipe_to_virgl_bind()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_screen.c | 495 if ((usage & PIPE_BIND_RENDER_TARGET) && in vc5_screen_is_format_supported() 497 retval |= PIPE_BIND_RENDER_TARGET; in vc5_screen_is_format_supported()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | clear.c | 77 templat.bind = (PIPE_BIND_RENDER_TARGET | in init()
|
/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/vc4/ |
D | vc4_screen.c | 533 if ((usage & PIPE_BIND_RENDER_TARGET) && in vc4_screen_is_format_supported() 535 retval |= PIPE_BIND_RENDER_TARGET; in vc4_screen_is_format_supported()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.c | 199 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, PIPE_BIND_RENDER_TARGET)) in vl_video_buffer_is_format_supported() 264 templ->bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | tmpl->bind; in vl_video_buffer_template()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 663 if ((usage & (PIPE_BIND_RENDER_TARGET | in r300_is_format_supported() 672 (PIPE_BIND_RENDER_TARGET | in r300_is_format_supported()
|