Searched defs:lconstf (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dvertexshader9.h60 struct nine_lconstf lconstf; member in struct:NineVertexShader9
H A Dnine_shader.h79 struct nine_lconstf lconstf; /* out, NOTE: members to be free'd by user */ member in struct:nine_shader_info
H A Dnine_state.c367 if (context->vs->lconstf.ranges) {
368 const struct nine_lconstf *lconstf = &(context->vs->lconstf); local
369 const struct nine_range *r = lconstf->ranges;
377 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float));
506 if (context->vs->lconstf.ranges) {
508 const struct nine_lconstf *lconstf = &(context->vs->lconstf); local
509 const struct nine_range *r = lconstf->ranges;
517 memcpy(&dst[p * 4], &lconstf
3337 const struct nine_lconstf *lconstf = &device->state.vs->lconstf; local
[all...]
H A Dnine_shader.c506 struct sm1_local_const *lconstf; member in struct:shader_translator
565 if (tx->lconstf[i].idx == index) {
566 *src = tx->lconstf[i].reg;
615 if (tx->lconstf[n].idx == index)
619 tx->lconstf = REALLOC(tx->lconstf,
620 (n + 0) * sizeof(tx->lconstf[0]),
621 (n + 8) * sizeof(tx->lconstf[0]));
622 assert(tx->lconstf);
626 tx->lconstf[
[all...]

Completed in 145 milliseconds