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

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_constants.c60 PIPE_BIND_CONSTANT_BUFFER);
H A Dsvga_resource_buffer.c71 bind_mask |= PIPE_BIND_CONSTANT_BUFFER;
439 if (bind_flags & PIPE_BIND_CONSTANT_BUFFER) {
440 /* Constant buffers can only have the PIPE_BIND_CONSTANT_BUFFER
444 bind_flags = PIPE_BIND_CONSTANT_BUFFER;
466 if (!(template->bind & PIPE_BIND_CONSTANT_BUFFER) &&
H A Dsvga_context.c152 PIPE_BIND_CONSTANT_BUFFER,
233 PIPE_BIND_CONSTANT_BUFFER |
H A Dsvga_state_constants.c591 PIPE_BIND_CONSTANT_BUFFER);
661 PIPE_BIND_CONSTANT_BUFFER);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_gallium.c69 DEBUG_NAMED_VALUE(PIPE_BIND_CONSTANT_BUFFER),
H A Du_upload_mgr.c99 PIPE_BIND_CONSTANT_BUFFER,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c374 (!sbuf->bind_flags || (sbuf->bind_flags & PIPE_BIND_CONSTANT_BUFFER))) {
477 if (bind_flags & PIPE_BIND_CONSTANT_BUFFER) {
478 /* Constant buffers can only have the PIPE_BIND_CONSTANT_BUFFER
482 bind_flags = PIPE_BIND_CONSTANT_BUFFER;
504 if (!(template->bind & PIPE_BIND_CONSTANT_BUFFER) &&
528 if ((bind_flags & PIPE_BIND_CONSTANT_BUFFER) || !bind_flags)
H A Dsvga_pipe_constants.c61 PIPE_BIND_CONSTANT_BUFFER);
H A Dsvga_context.c161 PIPE_BIND_CONSTANT_BUFFER,
246 PIPE_BIND_CONSTANT_BUFFER |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_resource.h98 if (pbind & PIPE_BIND_CONSTANT_BUFFER)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c178 if (templ->bind & PIPE_BIND_CONSTANT_BUFFER ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_resource.h133 if (pbind & PIPE_BIND_CONSTANT_BUFFER)
H A Dvirgl_context.c95 PIPE_BIND_CONSTANT_BUFFER |
125 if (bind_history & (PIPE_BIND_CONSTANT_BUFFER |
133 if (bind_history & PIPE_BIND_CONSTANT_BUFFER) {
652 res->bind_history |= PIPE_BIND_CONSTANT_BUFFER;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c183 if (templ->bind & PIPE_BIND_CONSTANT_BUFFER ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c216 PIPE_BIND_CONSTANT_BUFFER,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_upload_mgr.c100 PIPE_BIND_CONSTANT_BUFFER,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c354 PIPE_BIND_CONSTANT_BUFFER);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.c300 PIPE_BIND_CONSTANT_BUFFER,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c399 PIPE_BIND_CONSTANT_BUFFER,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c108 PIPE_BUFFER, 0, 0, PIPE_BIND_CONSTANT_BUFFER)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h451 #define PIPE_BIND_CONSTANT_BUFFER (1 << 6) /* set_constant_buffer */ macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dgs-test.c161 templat.bind = PIPE_BIND_CONSTANT_BUFFER;
H A Dvs-test.c93 templat.bind = PIPE_BIND_CONSTANT_BUFFER;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c189 return PIPE_BIND_CONSTANT_BUFFER;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_formats.c492 if (usage & PIPE_BIND_CONSTANT_BUFFER) {

Completed in 45 milliseconds

123