/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_buffer.c | 398 (!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 D | svga_pipe_constants.c | 62 PIPE_BIND_CONSTANT_BUFFER); in svga_set_constant_buffer()
|
H A D | svga_context.c | 167 PIPE_BIND_CONSTANT_BUFFER, in svga_context_create() 264 PIPE_BIND_CONSTANT_BUFFER | in svga_context_create()
|
H A D | svga_resource_buffer_upload.c | 174 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 D | svga_state_constants.c | 827 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 D | virgl_resource.h | 138 if (pbind & PIPE_BIND_CONSTANT_BUFFER) in pipe_to_virgl_bind()
|
H A D | virgl_context.c | 93 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 D | r300_screen_buffer.c | 183 if (templ->bind & PIPE_BIND_CONSTANT_BUFFER || in r300_buffer_create()
|
H A D | r300_context.c | 445 PIPE_BIND_CONSTANT_BUFFER,
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_upload_mgr.c | 100 PIPE_BIND_CONSTANT_BUFFER, in u_upload_create_default()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.c | 389 PIPE_BIND_CONSTANT_BUFFER, in v3d_context_create()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.c | 308 PIPE_BIND_CONSTANT_BUFFER, in iris_create_context()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_defines.h | 481 #define PIPE_BIND_CONSTANT_BUFFER (1 << 6) /* set_constant_buffer */ macro
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_shader.c | 376 PIPE_BIND_CONSTANT_BUFFER); in softpipe_set_constant_buffer()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_formats.c | 110 PIPE_BUFFER, 0, 0, PIPE_BIND_CONSTANT_BUFFER)) { in lvp_physical_device_get_format_properties()
|
H A D | lvp_image.c | 300 template.bind |= PIPE_BIND_CONSTANT_BUFFER; in lvp_CreateBuffer()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | gs-test.c | 161 templat.bind = PIPE_BIND_CONSTANT_BUFFER; in init_fs_constbuf()
|
H A D | vs-test.c | 93 templat.bind = PIPE_BIND_CONSTANT_BUFFER; in init_fs_constbuf()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state.c | 341 PIPE_BIND_CONSTANT_BUFFER); in nv30_set_constant_buffer()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.c | 239 PIPE_BIND_CONSTANT_BUFFER | in nv50_invalidate_resource_storage()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Resource.cpp | 107 bind |= PIPE_BIND_CONSTANT_BUFFER; in translate_resource_flags()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_renderer.c | 382 PIPE_BIND_CONSTANT_BUFFER, in renderer_set_constants()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_const.h | 500 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_CONSTANT_BUFFER,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 715 (resource->bind & PIPE_BIND_CONSTANT_BUFFER)) { in llvmpipe_transfer_map_ms()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state.c | 672 cb->buffer_size, PIPE_BIND_CONSTANT_BUFFER); in i915_set_constant_buffer()
|