HomeSort by relevance Sort by last modified time
    Searched refs:rstate (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 700 struct r600_pipe_state *rstate; local
706 rstate = &blend->rstate;
708 rstate->id = R600_PIPE_STATE_BLEND;
774 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, bc);
776 r600_pipe_state_add_reg(rstate, R_028804_CB_BLEND_CONTROL, bc);
779 r600_pipe_state_add_reg(rstate, R_028D44_DB_ALPHA_TO_MASK,
787 return rstate;
803 struct r600_pipe_state *rstate; local
814 rstate = &dsa->rstate
858 struct r600_pipe_state *rstate; local
1134 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1177 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1215 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1584 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
2100 struct r600_pipe_state rstate; local
2464 struct r600_pipe_state *rstate = &shader->rstate; local
2583 struct r600_pipe_state *rstate = &shader->rstate; local
2633 struct r600_pipe_state *rstate; local
2647 struct r600_pipe_state *rstate; local
2669 struct r600_pipe_state *rstate; local
2681 struct r600_pipe_state *rstate; local
2722 struct r600_pipe_state rstate; local
    [all...]
evergreen_state.c 688 struct r600_pipe_state *rstate; local
697 rstate = &blend->rstate;
699 rstate->id = R600_PIPE_STATE_BLEND;
724 r600_pipe_state_add_reg(rstate, R_028808_CB_COLOR_CONTROL,
756 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, blend_cntl[i]);
759 r600_pipe_state_add_reg(rstate, R_028B70_DB_ALPHA_TO_MASK,
767 return rstate;
783 struct r600_pipe_state *rstate; local
794 rstate = &dsa->rstate
839 struct r600_pipe_state *rstate; local
1135 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1199 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1220 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1696 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
2970 struct r600_pipe_state *rstate = &shader->rstate; local
3119 struct r600_pipe_state *rstate = &shader->rstate; local
3171 struct r600_pipe_state *rstate = &ve->rstate; local
3182 struct r600_pipe_state *rstate; local
3194 struct r600_pipe_state *rstate; local
3224 struct r600_pipe_state rstate; local
    [all...]
r600_state_common.c 175 struct r600_pipe_state *rstate; local
178 rstate = &blend->rstate;
179 rctx->states[rstate->id] = rstate;
180 r600_context_pipe_state_set(rctx, rstate);
220 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
222 if (rstate == NULL)
225 rstate->id = R600_PIPE_STATE_BLEND_COLOR;
226 r600_pipe_state_add_reg(rstate, R_028414_CB_BLEND_RED, fui(state->color[0]))
240 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
288 struct r600_pipe_state *rstate; local
460 struct r600_pipe_state *rstate = (struct r600_pipe_state *)state; local
    [all...]
r600_pipe.h 181 struct r600_pipe_state rstate; member in struct:r600_pipe_rasterizer
195 struct r600_pipe_state rstate; member in struct:r600_pipe_blend
203 struct r600_pipe_state rstate; member in struct:r600_pipe_dsa
216 struct r600_pipe_state rstate; member in struct:r600_vertex_element
239 struct r600_pipe_state rstate; member in struct:r600_pipe_shader
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 700 struct r600_pipe_state *rstate; local
706 rstate = &blend->rstate;
708 rstate->id = R600_PIPE_STATE_BLEND;
774 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, bc);
776 r600_pipe_state_add_reg(rstate, R_028804_CB_BLEND_CONTROL, bc);
779 r600_pipe_state_add_reg(rstate, R_028D44_DB_ALPHA_TO_MASK,
787 return rstate;
803 struct r600_pipe_state *rstate; local
814 rstate = &dsa->rstate
858 struct r600_pipe_state *rstate; local
1134 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1177 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1215 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1584 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
2100 struct r600_pipe_state rstate; local
2464 struct r600_pipe_state *rstate = &shader->rstate; local
2583 struct r600_pipe_state *rstate = &shader->rstate; local
2633 struct r600_pipe_state *rstate; local
2647 struct r600_pipe_state *rstate; local
2669 struct r600_pipe_state *rstate; local
2681 struct r600_pipe_state *rstate; local
2722 struct r600_pipe_state rstate; local
    [all...]
evergreen_state.c 688 struct r600_pipe_state *rstate; local
697 rstate = &blend->rstate;
699 rstate->id = R600_PIPE_STATE_BLEND;
724 r600_pipe_state_add_reg(rstate, R_028808_CB_COLOR_CONTROL,
756 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, blend_cntl[i]);
759 r600_pipe_state_add_reg(rstate, R_028B70_DB_ALPHA_TO_MASK,
767 return rstate;
783 struct r600_pipe_state *rstate; local
794 rstate = &dsa->rstate
839 struct r600_pipe_state *rstate; local
1135 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1199 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1220 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1696 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
2970 struct r600_pipe_state *rstate = &shader->rstate; local
3119 struct r600_pipe_state *rstate = &shader->rstate; local
3171 struct r600_pipe_state *rstate = &ve->rstate; local
3182 struct r600_pipe_state *rstate; local
3194 struct r600_pipe_state *rstate; local
3224 struct r600_pipe_state rstate; local
    [all...]
r600_state_common.c 175 struct r600_pipe_state *rstate; local
178 rstate = &blend->rstate;
179 rctx->states[rstate->id] = rstate;
180 r600_context_pipe_state_set(rctx, rstate);
220 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
222 if (rstate == NULL)
225 rstate->id = R600_PIPE_STATE_BLEND_COLOR;
226 r600_pipe_state_add_reg(rstate, R_028414_CB_BLEND_RED, fui(state->color[0]))
240 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
288 struct r600_pipe_state *rstate; local
460 struct r600_pipe_state *rstate = (struct r600_pipe_state *)state; local
    [all...]
r600_pipe.h 181 struct r600_pipe_state rstate; member in struct:r600_pipe_rasterizer
195 struct r600_pipe_state rstate; member in struct:r600_pipe_blend
203 struct r600_pipe_state rstate; member in struct:r600_pipe_dsa
216 struct r600_pipe_state rstate; member in struct:r600_vertex_element
239 struct r600_pipe_state rstate; member in struct:r600_pipe_shader
  /external/openfst/src/include/fst/
randgen.h 183 // Samples 'rstate.nsamples' from state 'state_id'. The 'rstate.length' is
184 // the length of the path to 'rstate'. Returns true if samples were
189 bool Sample(const RandState<A> &rstate) {
191 if ((fst_.NumArcs(rstate.state_id) == 0 &&
192 fst_.Final(rstate.state_id) == Weight::Zero()) ||
193 rstate.length == max_length_) {
198 for (size_t i = 0; i < rstate.nsamples; ++i)
199 ++sample_map_[arc_selector_(fst_, rstate.state_id)];
268 bool Sample(const RandState<A> &rstate) {
392 RandState<A> *rstate = new RandState<A>(s, npath_, 0, 0, 0); local
451 const RandState<A> &rstate = *state_table_[s]; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_stat.c 198 switch (s->rstate)
471 switch (s->rstate)
s23_srvr.c 377 assert(s->rstate == SSL_ST_READ_HEADER);
515 assert(s->rstate == SSL_ST_READ_HEADER);
s3_pkt.c 322 if ( (s->rstate != SSL_ST_READ_BODY) ||
327 s->rstate=SSL_ST_READ_BODY;
370 /* now s->rstate == SSL_ST_READ_BODY */
373 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
385 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
1003 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
1064 s->rstate=SSL_ST_READ_HEADER;
    [all...]
d1_pkt.c 550 if ( (s->rstate != SSL_ST_READ_BODY) ||
564 s->rstate=SSL_ST_READ_BODY;
613 /* now s->rstate == SSL_ST_READ_BODY */
616 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
636 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
788 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
860 s->rstate=SSL_ST_READ_HEADER;
929 s->rstate=SSL_ST_READ_HEADER;
    [all...]
s23_clnt.c 554 s->rstate=SSL_ST_READ_HEADER;
  /external/openssl/ssl/
s2_pkt.c 164 s->rstate=SSL_ST_READ_HEADER;
175 if (s->rstate == SSL_ST_READ_HEADER)
198 s->rstate=SSL_ST_READ_BODY;
219 if (s->rstate == SSL_ST_READ_BODY)
230 s->rstate=SSL_ST_READ_HEADER;
ssl_stat.c 240 switch (s->rstate)
556 switch (s->rstate)
s3_pkt.c 321 if ( (s->rstate != SSL_ST_READ_BODY) ||
326 s->rstate=SSL_ST_READ_BODY;
367 /* now s->rstate == SSL_ST_READ_BODY */
370 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
382 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
1050 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
1103 s->rstate=SSL_ST_READ_HEADER;
    [all...]
d1_pkt.c 577 if ( (s->rstate != SSL_ST_READ_BODY) ||
591 s->rstate=SSL_ST_READ_BODY;
637 /* now s->rstate == SSL_ST_READ_BODY */
640 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
660 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
839 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
911 s->rstate=SSL_ST_READ_HEADER;
1017 s->rstate=SSL_ST_READ_HEADER;
    [all...]
s23_srvr.c 590 s->rstate=SSL_ST_READ_HEADER;
621 s->rstate=SSL_ST_READ_HEADER;
s23_clnt.c 682 s->rstate=SSL_ST_READ_HEADER;
781 s->rstate=SSL_ST_READ_HEADER;
ssl_lib.c 224 s->rstate=SSL_ST_READ_HEADER;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state_draw.c 302 struct r600_pipe_state rstate;
305 rstate.nregs = 0;
308 si_pm4_set_reg(&rstate, R_028438_SX_ALPHA_REF, alpha_ref);
si_state.c 2134 struct si_pipe_sampler_state *rstate = CALLOC_STRUCT(si_pipe_sampler_state); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 302 struct r600_pipe_state rstate;
305 rstate.nregs = 0;
308 si_pm4_set_reg(&rstate, R_028438_SX_ALPHA_REF, alpha_ref);
si_state.c 2134 struct si_pipe_sampler_state *rstate = CALLOC_STRUCT(si_pipe_sampler_state); local
    [all...]

Completed in 864 milliseconds

1 2