Home
last modified time | relevance | path

Searched refs:PIPE_BIND_SHADER_BUFFER (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_shader_buffer.c67 PIPE_BIND_SHADER_BUFFER)); in svga_create_uav_buffer()
330 PIPE_BIND_SHADER_BUFFER); in svga_validate_shader_buffer_resources()
Dsvga_state_uav.c455 PIPE_BIND_SHADER_BUFFER); in svga_create_uav_list()
527 PIPE_BIND_SHADER_BUFFER); in svga_create_uav_list()
Dsvga_image_view.c148 templ.bind = PIPE_BIND_SHADER_BUFFER; in svga_set_shader_images()
Dsvga_resource_buffer_upload.c197 (bind_flags & (PIPE_BIND_SHADER_BUFFER | PIPE_BIND_SHADER_IMAGE)) && in svga_buffer_create_host_surface()
320 (tobind_flags & (PIPE_BIND_SHADER_IMAGE | PIPE_BIND_SHADER_BUFFER))) in compatible_bind_flags()
Dsvga_resource_buffer.c59 PIPE_BIND_SHADER_BUFFER | PIPE_BIND_COMMAND_ARGS_BUFFER); in svga_buffer_needs_hw_storage()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h152 if (pbind & PIPE_BIND_SHADER_BUFFER) in pipe_to_virgl_bind()
Dvirgl_context.c94 PIPE_BIND_SHADER_BUFFER | in virgl_rebind_resource()
111 if (bind_history & PIPE_BIND_SHADER_BUFFER) { in virgl_rebind_resource()
124 PIPE_BIND_SHADER_BUFFER | in virgl_rebind_resource()
145 if (bind_history & PIPE_BIND_SHADER_BUFFER) { in virgl_rebind_resource()
1246 res->bind_history |= PIPE_BIND_SHADER_BUFFER; in virgl_set_hw_atomic_buffers()
1276 res->bind_history |= PIPE_BIND_SHADER_BUFFER; in virgl_set_shader_buffers()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c337 PIPE_BIND_SHADER_BUFFER | PIPE_BIND_SHADER_IMAGE | in nouveau_screen_init()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_image.c312 template.bind |= PIPE_BIND_SHADER_BUFFER; in lvp_CreateBuffer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h489 #define PIPE_BIND_SHADER_BUFFER (1 << 14) /* set_shader_buffers */ macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c162 if (bindings & (PIPE_BIND_SHADER_IMAGE | PIPE_BIND_SHADER_BUFFER)) in pipe_bind_to_isl_usage()
1845 if (res->bind_history & (PIPE_BIND_SHADER_BUFFER | PIPE_BIND_SHADER_IMAGE)) in crocus_flush_bits_for_history()
Dcrocus_state.c3638 res->bind_history |= PIPE_BIND_SHADER_BUFFER; in crocus_set_shader_buffers()
8393 if (res->bind_history & PIPE_BIND_SHADER_BUFFER) {
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c825 PIPE_BIND_SHADER_BUFFER | in llvmpipe_is_resource_referenced()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp224 if (templ->bind & PIPE_BIND_SHADER_BUFFER) in init_texture()
505 PIPE_BIND_INDEX_BUFFER | PIPE_BIND_STREAM_OUTPUT | PIPE_BIND_SHADER_BUFFER | in d3d12_resource_from_handle()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c1092 PIPE_BIND_SHADER_BUFFER | in nvc0_screen_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo_compute.c962 dst = pipe_buffer_create(screen, PIPE_BIND_SHADER_BUFFER, PIPE_USAGE_STAGING, buffer_size); in download_texture_compute()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c652 (bind & PIPE_BIND_SHADER_BUFFER) ? "Shader buffer" : in panfrost_resource_create_with_modifier()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c46 #define U_I PIPE_BIND_SHADER_BUFFER | PIPE_BIND_SHADER_IMAGE | PIPE_BIND_COMPUTE_RESOURCE
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2646 if (res->bind_history & PIPE_BIND_SHADER_BUFFER) { in iris_dirty_for_history()
Diris_state.c3563 res->bind_history |= PIPE_BIND_SHADER_BUFFER; in iris_set_shader_buffers()
7558 if (res->bind_history & PIPE_BIND_SHADER_BUFFER) { in iris_rebind_buffer()
/third_party/mesa3d/docs/gallium/
Dscreen.rst846 * ``PIPE_BIND_SHADER_BUFFER``: A buffer without a format that can be bound
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c182 return PIPE_BIND_SHADER_BUFFER; in buffer_target_to_bind_flags()