Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c66 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/
Dfd5_screen.c67 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/
Dfd2_screen.c54 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/
Dnine_defines.h57 #define NINE_BIND_BACKBUFFER_FLAGS (PIPE_BIND_RENDER_TARGET |\
60 #define NINE_BIND_PRESENTBUFFER_FLAGS (PIPE_BIND_RENDER_TARGET |\
Dadapter9.c299 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/
Dfd3_screen.c64 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/
Dquery.c251 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/
Dxa_tracker.c109 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/
Dst_atom_framebuffer.c99 PIPE_BIND_RENDER_TARGET)) in framebuffer_quantize_num_samples()
201 framebuffer.cbufs[i]->texture->bind & PIPE_BIND_RENDER_TARGET); in st_update_framebuffer_state()
Dst_cb_fbo.c211 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/
Dlp_surface.c134 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()
Dlp_screen.c467 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/
Dsp_screen.c412 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/
Dquad-tex.c149 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/
Ddri_query_renderer.c56 PIPE_BIND_RENDER_TARGET); in dri2_query_renderer_integer()
Ddri_screen.c246 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/
Detnaviv_resource.h121 return (pres->bind & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | in etna_resource_sampler_only()
Detnaviv_screen.c533 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/
Dvirgl_resource.h117 if (pbind & PIPE_BIND_RENDER_TARGET) in pipe_to_virgl_bind()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_screen.c495 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/
Dclear.c77 templat.bind = (PIPE_BIND_RENDER_TARGET | in init()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c82 PIPE_BIND_RENDER_TARGET))) { in util_gen_mipmap()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c533 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/drivers/r300/
Dr300_screen.c663 if ((usage & (PIPE_BIND_RENDER_TARGET | in r300_is_format_supported()
672 (PIPE_BIND_RENDER_TARGET | in r300_is_format_supported()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c51 #define _R__ PIPE_BIND_RENDER_TARGET
52 #define _B__ PIPE_BIND_RENDER_TARGET | PIPE_BIND_BLENDABLE

12345