Home
last modified time | relevance | path

Searched refs:PIPE_BIND_CONSTANT_BUFFER (Results 1 - 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c398 (!sbuf->bind_flags || (sbuf->bind_flags & PIPE_BIND_CONSTANT_BUFFER))) { in svga_buffer_transfer_unmap()
503 if (bind_flags & PIPE_BIND_CONSTANT_BUFFER) { in svga_buffer_create()
504 /* Constant buffers can only have the PIPE_BIND_CONSTANT_BUFFER in svga_buffer_create()
508 bind_flags = PIPE_BIND_CONSTANT_BUFFER; in svga_buffer_create()
530 if (!(template->bind & PIPE_BIND_CONSTANT_BUFFER) && in svga_buffer_create()
554 if ((bind_flags & PIPE_BIND_CONSTANT_BUFFER) || !bind_flags) in svga_buffer_create()
H A Dsvga_pipe_constants.c62 PIPE_BIND_CONSTANT_BUFFER); in svga_set_constant_buffer()
H A Dsvga_context.c167 PIPE_BIND_CONSTANT_BUFFER, in svga_context_create()
264 PIPE_BIND_CONSTANT_BUFFER | in svga_context_create()
H A Dsvga_resource_buffer_upload.c174 if (bind_flags & PIPE_BIND_CONSTANT_BUFFER) in svga_buffer_create_host_surface()
200 assert((bind_flags & PIPE_BIND_CONSTANT_BUFFER) == 0); in svga_buffer_create_host_surface()
317 else if ((bind_flags|tobind_flags) & PIPE_BIND_CONSTANT_BUFFER) in compatible_bind_flags()
H A Dsvga_state_constants.c827 PIPE_BIND_CONSTANT_BUFFER); in emit_constbuf()
835 dst_handle = svga_buffer_handle(svga, &sbuf->b, PIPE_BIND_CONSTANT_BUFFER); in emit_constbuf()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.h138 if (pbind & PIPE_BIND_CONSTANT_BUFFER) in pipe_to_virgl_bind()
H A Dvirgl_context.c93 PIPE_BIND_CONSTANT_BUFFER | in virgl_rebind_resource()
123 if (bind_history & (PIPE_BIND_CONSTANT_BUFFER | in virgl_rebind_resource()
131 if (bind_history & PIPE_BIND_CONSTANT_BUFFER) { in virgl_rebind_resource()
648 res->bind_history |= PIPE_BIND_CONSTANT_BUFFER; in virgl_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c183 if (templ->bind & PIPE_BIND_CONSTANT_BUFFER || in r300_buffer_create()
H A Dr300_context.c445 PIPE_BIND_CONSTANT_BUFFER,
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c100 PIPE_BIND_CONSTANT_BUFFER, in u_upload_create_default()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c389 PIPE_BIND_CONSTANT_BUFFER, in v3d_context_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.c308 PIPE_BIND_CONSTANT_BUFFER, in iris_create_context()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h481 #define PIPE_BIND_CONSTANT_BUFFER (1 << 6) /* set_constant_buffer */ macro
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c376 PIPE_BIND_CONSTANT_BUFFER); in softpipe_set_constant_buffer()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c110 PIPE_BUFFER, 0, 0, PIPE_BIND_CONSTANT_BUFFER)) { in lvp_physical_device_get_format_properties()
H A Dlvp_image.c300 template.bind |= PIPE_BIND_CONSTANT_BUFFER; in lvp_CreateBuffer()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgs-test.c161 templat.bind = PIPE_BIND_CONSTANT_BUFFER; in init_fs_constbuf()
H A Dvs-test.c93 templat.bind = PIPE_BIND_CONSTANT_BUFFER; in init_fs_constbuf()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c341 PIPE_BIND_CONSTANT_BUFFER); in nv30_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c239 PIPE_BIND_CONSTANT_BUFFER | in nv50_invalidate_resource_storage()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DResource.cpp107 bind |= PIPE_BIND_CONSTANT_BUFFER; in translate_resource_flags()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_renderer.c382 PIPE_BIND_CONSTANT_BUFFER, in renderer_set_constants()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h500 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_CONSTANT_BUFFER,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c715 (resource->bind & PIPE_BIND_CONSTANT_BUFFER)) { in llvmpipe_transfer_map_ms()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c672 cb->buffer_size, PIPE_BIND_CONSTANT_BUFFER); in i915_set_constant_buffer()

Completed in 44 milliseconds

12