Home
last modified time | relevance | path

Searched refs:PIPE_BIND_RENDER_TARGET (Results 1 - 25 of 142) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_screen.c68 if ((usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd4_screen_is_format_supported()
72 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd4_screen_is_format_supported()
77 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd4_screen_is_format_supported()
78 retval |= usage & PIPE_BIND_RENDER_TARGET; in fd4_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c84 (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd5_screen_is_format_supported()
88 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd5_screen_is_format_supported()
99 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd5_screen_is_format_supported()
100 retval |= usage & PIPE_BIND_RENDER_TARGET; in fd5_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c55 if ((usage & PIPE_BIND_RENDER_TARGET) && in fd2_screen_is_format_supported()
57 retval |= PIPE_BIND_RENDER_TARGET; in fd2_screen_is_format_supported()
70 if ((usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd2_screen_is_format_supported()
73 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd2_screen_is_format_supported()
H A Dfd2_resource.c67 return (tmpl->bind & PIPE_BIND_RENDER_TARGET) ? 1 : 0; in fd2_tile_mode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c98 (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd6_screen_is_format_supported()
101 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd6_screen_is_format_supported()
107 if ((usage & PIPE_BIND_RENDER_TARGET) && (format == PIPE_FORMAT_NONE)) { in fd6_screen_is_format_supported()
108 retval |= usage & PIPE_BIND_RENDER_TARGET; in fd6_screen_is_format_supported()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_defines.h57 #define NINE_BIND_BACKBUFFER_FLAGS (PIPE_BIND_RENDER_TARGET |\
60 #define NINE_BIND_PRESENTBUFFER_FLAGS (PIPE_BIND_RENDER_TARGET |\
H A Dnine_pipe.h325 if (depth_stencil_format(format) && (bindings & PIPE_BIND_RENDER_TARGET)) in d3d9_to_pipe_format_checked()
364 if (bindings & PIPE_BIND_RENDER_TARGET) in d3d9_to_pipe_format_checked()
373 if (bindings & PIPE_BIND_RENDER_TARGET) in d3d9_to_pipe_format_checked()
422 bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in d3dmultisample_type_check()
H A Dadapter9.c333 bind |= PIPE_BIND_RENDER_TARGET; in NineAdapter9_CheckDeviceFormat()
346 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
352 if (CheckFormat == D3DFMT_RESZ && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
387 bind |= PIPE_BIND_RENDER_TARGET; /* A current requirement of our impl, which we should get rid of. */ in NineAdapter9_CheckDeviceFormat()
445 bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in NineAdapter9_CheckDeviceMultiSampleType()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c67 if ((usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd3_screen_is_format_supported()
71 retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | in fd3_screen_is_format_supported()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A 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()
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/frontends/xa/
H A 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()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A 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()
H A Dvirgl_resource.h130 if (pbind & PIPE_BIND_RENDER_TARGET) in pipe_to_virgl_bind()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c100 PIPE_BIND_RENDER_TARGET)) in framebuffer_quantize_num_samples()
203 framebuffer.cbufs[i]->texture->bind & PIPE_BIND_RENDER_TARGET); in st_update_framebuffer_state()
H A Dst_format.c1295 bindings |= PIPE_BIND_RENDER_TARGET; in st_ChooseTextureFormat()
1311 bindings |= PIPE_BIND_RENDER_TARGET; in st_ChooseTextureFormat()
1403 bind = PIPE_BIND_RENDER_TARGET; in st_QuerySamplesForFormat()
1477 bindings = PIPE_BIND_RENDER_TARGET; in st_QueryInternalFormat()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c959 if ((bindings & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DEPTH_STENCIL)) && in svga_texture_create()
975 if (!(bindings & PIPE_BIND_RENDER_TARGET)) { in svga_texture_create()
981 PIPE_BIND_RENDER_TARGET)) { in svga_texture_create()
982 bindings |= PIPE_BIND_RENDER_TARGET; in svga_texture_create()
1015 * and it always requests PIPE_BIND_RENDER_TARGET, therefore in svga_texture_create()
1022 if ((bindings & PIPE_BIND_RENDER_TARGET) && in svga_texture_create()
1078 bindings & (PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET)) { in svga_texture_create()
1192 if (template->bind & PIPE_BIND_RENDER_TARGET){ in svga_texture_from_handle()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDevice.cpp473 PIPE_BIND_RENDER_TARGET)) { in CheckFormatSupport()
479 PIPE_BIND_RENDER_TARGET)) { in CheckFormatSupport()
491 PIPE_BIND_RENDER_TARGET)) { in CheckFormatSupport()
/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c53 bindings = PIPE_BIND_RENDER_TARGET; in choose_renderbuffer_format()
279 templ.bind = PIPE_BIND_RENDER_TARGET; in renderbuffer_alloc_storage()
284 PIPE_BIND_RENDER_TARGET); in renderbuffer_alloc_storage()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c128 if (!screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, 0, 0, PIPE_BIND_RENDER_TARGET)) 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/frontends/wgl/
H A Dstw_st.c207 PIPE_BIND_RENDER_TARGET; 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/softpipe/
H A Dsp_screen.c428 if (bind & PIPE_BIND_RENDER_TARGET) { in softpipe_is_format_supported()
453 if ((bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW)) && in softpipe_is_format_supported()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_query_renderer.c132 PIPE_BIND_RENDER_TARGET); in dri2_query_renderer_integer()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_formats.c148 if (usage & PIPE_BIND_RENDER_TARGET) { in iris_is_format_supported()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dclear.c76 templat.bind = (PIPE_BIND_RENDER_TARGET | in init()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c82 PIPE_BIND_RENDER_TARGET))) { in util_gen_mipmap()

Completed in 16 milliseconds

123456