Home
last modified time | relevance | path

Searched refs:PIPE_BIND_INDEX_BUFFER (Results 1 - 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_screen.c87 if ((usage & PIPE_BIND_INDEX_BUFFER) && in fd4_screen_is_format_supported()
89 retval |= PIPE_BIND_INDEX_BUFFER; in fd4_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c109 if ((usage & PIPE_BIND_INDEX_BUFFER) && in fd5_screen_is_format_supported()
111 retval |= PIPE_BIND_INDEX_BUFFER; in fd5_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c82 if ((usage & PIPE_BIND_INDEX_BUFFER) && in fd2_screen_is_format_supported()
84 retval |= PIPE_BIND_INDEX_BUFFER; in fd2_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c83 if ((usage & PIPE_BIND_INDEX_BUFFER) && in fd3_screen_is_format_supported()
85 retval |= PIPE_BIND_INDEX_BUFFER; in fd3_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c116 if ((usage & PIPE_BIND_INDEX_BUFFER) && in fd6_screen_is_format_supported()
118 retval |= PIPE_BIND_INDEX_BUFFER; in fd6_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c467 if (bindings & PIPE_BIND_INDEX_BUFFER) { in nv30_screen_is_format_supported()
472 bindings &= ~PIPE_BIND_INDEX_BUFFER; in nv30_screen_is_format_supported()
667 screen->base.vidmem_bindings |= PIPE_BIND_INDEX_BUFFER; in nv30_screen_create()
668 screen->base.sysmem_bindings |= PIPE_BIND_INDEX_BUFFER; in nv30_screen_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.h136 if (pbind & PIPE_BIND_INDEX_BUFFER) in pipe_to_virgl_bind()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_formats.c210 if (usage & PIPE_BIND_INDEX_BUFFER) { in iris_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c57 unsigned bind_mask = (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER | in svga_buffer_needs_hw_storage()
536 PIPE_BIND_INDEX_BUFFER); in svga_buffer_create()
H A Dsvga_draw_arrays.c54 dst = pipe_buffer_create(pipe->screen, PIPE_BIND_INDEX_BUFFER, in generate_indices()
H A Dsvga_draw_elements.c114 PIPE_BIND_INDEX_BUFFER, PIPE_USAGE_IMMUTABLE, in translate_indices()
H A Dsvga_screen_cache.c532 else if (bind_flags & PIPE_BIND_INDEX_BUFFER) { in svga_screen_surface_create()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c764 if (usage & PIPE_BIND_INDEX_BUFFER) { in r300_is_format_supported()
768 retval |= PIPE_BIND_INDEX_BUFFER; in r300_is_format_supported()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDraw.cpp103 PIPE_BIND_INDEX_BUFFER, in create_null_index_buffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c99 PIPE_BIND_INDEX_BUFFER | in u_upload_create_default()
H A Du_prim_restart.c127 *dst_buffer = pipe_buffer_create(screen, PIPE_BIND_INDEX_BUFFER, in util_translate_prim_restart_ib()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_screen.c414 if ((usage & PIPE_BIND_INDEX_BUFFER) && in vc4_screen_is_format_supported()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-instanced.c213 PIPE_BIND_INDEX_BUFFER, in draw()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c92 if (bindings & PIPE_BIND_INDEX_BUFFER) { in nv50_screen_is_format_supported()
97 bindings &= ~PIPE_BIND_INDEX_BUFFER; in nv50_screen_is_format_supported()
1030 PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER; in nv50_screen_create()
H A Dnv50_context.c238 PIPE_BIND_INDEX_BUFFER | in nv50_invalidate_resource_storage()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c584 if (usage & PIPE_BIND_INDEX_BUFFER) { in etna_screen_is_format_supported()
589 allowed |= PIPE_BIND_INDEX_BUFFER; in etna_screen_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c102 if (bindings & PIPE_BIND_INDEX_BUFFER) { in nvc0_screen_is_format_supported()
107 bindings &= ~PIPE_BIND_INDEX_BUFFER; in nvc0_screen_is_format_supported()
1093 PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER | in nvc0_screen_create()
1096 PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER; in nvc0_screen_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_screen.c662 if ((usage & PIPE_BIND_INDEX_BUFFER) && in v3d_screen_is_format_supported()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h480 #define PIPE_BIND_INDEX_BUFFER (1 << 5) /* draw_elements */ macro
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_screen.c430 if (usage & PIPE_BIND_INDEX_BUFFER) { in lima_screen_is_format_supported()

Completed in 26 milliseconds

12