Home
last modified time | relevance | path

Searched refs:PIPE_BIND_STREAM_OUTPUT (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer_upload.c177 if (bind_flags & PIPE_BIND_STREAM_OUTPUT) in svga_buffer_create_host_surface()
198 (!(bind_flags & (PIPE_BIND_STREAM_OUTPUT)))) { in svga_buffer_create_host_surface()
319 else if ((bind_flags & PIPE_BIND_STREAM_OUTPUT) && in compatible_bind_flags()
391 if (sbuf->bind_flags & PIPE_BIND_STREAM_OUTPUT) { in svga_buffer_bind_host_surface()
H A Dsvga_resource_buffer.c58 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_STREAM_OUTPUT | in svga_buffer_needs_hw_storage()
H A Dsvga_pipe_streamout.c457 PIPE_BIND_STREAM_OUTPUT); in svga_set_stream_output_targets()
H A Dsvga_draw.c699 PIPE_BIND_STREAM_OUTPUT)); in validate_vertex_buffers()
794 PIPE_BIND_STREAM_OUTPUT)); in validate_vertex_buffers()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_streamout.c52 res->bind_history |= PIPE_BIND_STREAM_OUTPUT; in virgl_create_so_target()
H A Dvirgl_resource.h142 if (pbind & PIPE_BIND_STREAM_OUTPUT) in pipe_to_virgl_bind()
H A Dvirgl_context.c80 PIPE_BIND_STREAM_OUTPUT); in virgl_can_rebind_resource()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c341 PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_STREAM_OUTPUT | in nouveau_screen_init()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h485 #define PIPE_BIND_STREAM_OUTPUT (1 << 10) /* set_stream_output_buffers */ macro
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c240 PIPE_BIND_STREAM_OUTPUT | in nv50_invalidate_resource_storage()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DResource.cpp119 bind |= PIPE_BIND_STREAM_OUTPUT; in translate_resource_flags()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1817 PIPE_BIND_STREAM_OUTPUT,
2184 if (res->base.b.bind & PIPE_BIND_STREAM_OUTPUT) {
H A Dd3d12_resource.cpp505 PIPE_BIND_INDEX_BUFFER | PIPE_BIND_STREAM_OUTPUT | PIPE_BIND_SHADER_BUFFER | in d3d12_resource_from_handle()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2655 if (ice->state.streamout_active && (res->bind_history & PIPE_BIND_STREAM_OUTPUT)) in iris_dirty_for_history()
H A Diris_state.c3830 res->bind_history |= PIPE_BIND_STREAM_OUTPUT; in iris_create_stream_output_target()
7512 if (res->bind_history & PIPE_BIND_STREAM_OUTPUT) { in iris_rebind_buffer()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c310 if (bind & PIPE_BIND_STREAM_OUTPUT) in get_image_usage_for_feats()
H A Dzink_context.c3694 t->counter_buffer = pipe_buffer_create(pctx->screen, PIPE_BIND_STREAM_OUTPUT | PIPE_BIND_CUSTOM, PIPE_USAGE_DEFAULT, 4); in zink_create_stream_output_target()
4567 PIPE_BIND_STREAM_OUTPUT, PIPE_USAGE_IMMUTABLE, sizeof(data)); in zink_context_create()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c174 return PIPE_BIND_STREAM_OUTPUT; in buffer_target_to_bind_flags()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c3289 templ.bind = PIPE_BIND_STREAM_OUTPUT; in NineDevice9_ProcessVertices()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c4026 res->bind_history |= PIPE_BIND_STREAM_OUTPUT; in crocus_create_stream_output_target()
8359 if (res->bind_history & PIPE_BIND_STREAM_OUTPUT) {

Completed in 72 milliseconds