Searched refs:const_buffer (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_draw.c277 ctx->const_buffer + PIPE_SHADER_VERTEX;
756 if (ctx->const_buffer[PIPE_SHADER_FRAGMENT].buffer) {
858 ctx->const_buffer + PIPE_SHADER_VERTEX;
904 const float *const_buff = ctx->const_buffer[PIPE_SHADER_FRAGMENT].buffer;
905 size_t const_buff_size = ctx->const_buffer[PIPE_SHADER_FRAGMENT].size / sizeof(float);
1042 ctx->const_buffer[PIPE_SHADER_VERTEX].dirty) ||
1046 ctx->const_buffer[PIPE_SHADER_VERTEX].dirty = false;
1054 ctx->const_buffer[PIPE_SHADER_FRAGMENT].dirty) {
1056 ctx->const_buffer[PIPE_SHADER_FRAGMENT].dirty = false;
H A Dlima_context.h226 struct lima_context_constant_buffer const_buffer[PIPE_SHADER_TYPES]; member in struct:lima_context
H A Dlima_state.c281 struct lima_context_constant_buffer *so = ctx->const_buffer + shader;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_context.h213 struct lima_context_constant_buffer const_buffer[PIPE_SHADER_TYPES]; member in struct:lima_context
H A Dlima_draw.c1161 if (ctx->const_buffer[PIPE_SHADER_FRAGMENT].buffer) {
1242 ctx->const_buffer + PIPE_SHADER_VERTEX;
1272 const float *const_buff = ctx->const_buffer[PIPE_SHADER_FRAGMENT].buffer;
1273 size_t const_buff_size = ctx->const_buffer[PIPE_SHADER_FRAGMENT].size / sizeof(float);
1396 ctx->const_buffer[PIPE_SHADER_VERTEX].dirty) ||
1400 ctx->const_buffer[PIPE_SHADER_VERTEX].dirty = false;
1410 ctx->const_buffer[PIPE_SHADER_FRAGMENT].dirty) {
1412 ctx->const_buffer[PIPE_SHADER_FRAGMENT].dirty = false;
H A Dlima_state.c294 struct lima_context_constant_buffer *so = ctx->const_buffer + shader;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c108 struct pipe_constant_buffer const_buffer[PIPE_SHADER_TYPES][16]; member in struct:rendering_state
197 i + 1, false, &state->const_buffer[PIPE_SHADER_COMPUTE][i]);
305 idx + 1, false, &state->const_buffer[sh][idx]);
1148 state->const_buffer[p_stage][idx].buffer = descriptor->buffer->bo;
1149 state->const_buffer[p_stage][idx].buffer_offset = descriptor->offset + descriptor->buffer->offset;
1152 state->const_buffer[p_stage][idx].buffer_offset += offset;
1155 state->const_buffer[p_stage][idx].buffer_size = descriptor->buffer->bo->width0 - state->const_buffer[p_stage][idx].buffer_offset;
1157 state->const_buffer[p_stage][idx].buffer_size = descriptor->range;

Completed in 54 milliseconds