Home
last modified time | relevance | path

Searched refs:PIPE_BIND_CONSTANT_BUFFER (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c412 if (template->bind & PIPE_BIND_CONSTANT_BUFFER) { in svga_buffer_create()
417 sbuf->bind_flags = PIPE_BIND_CONSTANT_BUFFER; in svga_buffer_create()
432 if (!(template->bind & PIPE_BIND_CONSTANT_BUFFER)) { in svga_buffer_create()
Dsvga_pipe_constants.c62 PIPE_BIND_CONSTANT_BUFFER); in svga_set_constant_buffer()
Dsvga_context.c212 PIPE_BIND_CONSTANT_BUFFER, in svga_context_create()
Dsvga_resource_buffer_upload.c162 if (sbuf->bind_flags & PIPE_BIND_CONSTANT_BUFFER) in svga_buffer_create_host_surface()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h125 if (pbind & PIPE_BIND_CONSTANT_BUFFER) in pipe_to_virgl_bind()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_context.c193 PIPE_BIND_CONSTANT_BUFFER | PIPE_BIND_INDEX_BUFFER, in ilo_context_create()
Dilo_resource.c69 case PIPE_BIND_CONSTANT_BUFFER: in resource_get_bo_name()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen_buffer.c177 if (templ->bind & PIPE_BIND_CONSTANT_BUFFER || in r300_buffer_create()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c243 PIPE_BIND_CONSTANT_BUFFER, in pp_jimenezmlaa_init_run()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h418 #define PIPE_BIND_CONSTANT_BUFFER (1 << 6) /* set_constant_buffer */ macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c354 PIPE_BIND_CONSTANT_BUFFER); in softpipe_set_constant_buffer()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c518 DEBUG_NAMED_VALUE(PIPE_BIND_CONSTANT_BUFFER), in debug_print_bind_flags()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c231 bind = PIPE_BIND_CONSTANT_BUFFER; in st_bufferobj_data()
Dst_context.c362 PIPE_BIND_CONSTANT_BUFFER, in st_create_context_priv()
/external/mesa3d/src/gallium/tests/graw/
Dgs-test.c162 templat.bind = PIPE_BIND_CONSTANT_BUFFER; in init_fs_constbuf()
Dvs-test.c94 templat.bind = PIPE_BIND_CONSTANT_BUFFER; in init_fs_constbuf()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c222 PIPE_BIND_CONSTANT_BUFFER | in nv50_invalidate_resource_storage()
Dnv50_screen.c834 screen->base.vidmem_bindings |= PIPE_BIND_CONSTANT_BUFFER | in nv50_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c339 PIPE_BIND_CONSTANT_BUFFER); in nv30_set_constant_buffer()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_bicubic_filter.c408 PIPE_BIND_CONSTANT_BUFFER, in vl_bicubic_filter_render()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c548 (resource->bind & PIPE_BIND_CONSTANT_BUFFER)) { in llvmpipe_transfer_map()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c397 PIPE_BIND_CONSTANT_BUFFER, PIPE_USAGE_DEFAULT, in renderer_set_constants()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c260 sctx->null_const_buf.buffer = pipe_buffer_create(screen, PIPE_BIND_CONSTANT_BUFFER, in si_create_context()
Dsi_descriptors.c1110 r600_resource(buffer)->bind_history |= PIPE_BIND_CONSTANT_BUFFER; in si_set_constant_buffer()
1623 if (rbuffer->bind_history & PIPE_BIND_CONSTANT_BUFFER) { in si_invalidate_buffer()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c693 PIPE_BIND_CONSTANT_BUFFER); in i915_set_constant_buffer()

12