Searched refs:lconstf (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | vertexshader9.c | 104 This->lconstf = info.lconstf; 164 FREE(This->lconstf.data); 165 FREE(This->lconstf.ranges);
|
| H A D | vertexshader9.h | 58 struct nine_lconstf lconstf; member in struct:NineVertexShader9
|
| H A D | pixelshader9.c | 102 assert(info.lconstf.data == NULL); 103 assert(info.lconstf.ranges == NULL);
|
| H A D | nine_shader.c | 504 struct sm1_local_const *lconstf; member in struct:shader_translator 651 if (tx->lconstf[i].idx == index) { 652 *src = tx->lconstf[i].reg; 701 if (tx->lconstf[n].idx == index) 705 tx->lconstf = REALLOC(tx->lconstf, 706 (n + 0) * sizeof(tx->lconstf[0]), 707 (n + 8) * sizeof(tx->lconstf[0])); 708 assert(tx->lconstf); 712 tx->lconstf[ [all...] |
| H A D | nine_shader.h | 87 struct nine_lconstf lconstf; /* out, NOTE: members to be free'd by user */ member in struct:nine_shader_info
|
| H A D | nine_state.c | 373 if (context->vs->lconstf.ranges) { 374 const struct nine_lconstf *lconstf = &(context->vs->lconstf); local in function:prepare_vs_constants_userbuf_swvp 375 const struct nine_range *r = lconstf->ranges; 383 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float)); 464 if (context->vs->lconstf.ranges) { 466 const struct nine_lconstf *lconstf = &(context->vs->lconstf); local in function:prepare_vs_constants_userbuf 467 const struct nine_range *r = lconstf->ranges; 475 memcpy(&dst[p * 4], &lconstf 3116 const struct nine_lconstf *lconstf = &device->state.vs->lconstf; local in function:update_vs_constants_sw [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | vertexshader9.c | 105 This->lconstf = info.lconstf; 165 FREE(This->lconstf.data); 166 FREE(This->lconstf.ranges);
|
| H A D | vertexshader9.h | 58 struct nine_lconstf lconstf; member in struct:NineVertexShader9
|
| H A D | pixelshader9.c | 103 assert(info.lconstf.data == NULL); 104 assert(info.lconstf.ranges == NULL);
|
| H A D | nine_shader.c | 505 struct sm1_local_const *lconstf; member in struct:shader_translator 652 if (tx->lconstf[i].idx == index) { 653 *src = tx->lconstf[i].reg; 702 if (tx->lconstf[n].idx == index) 706 tx->lconstf = REALLOC(tx->lconstf, 707 (n + 0) * sizeof(tx->lconstf[0]), 708 (n + 8) * sizeof(tx->lconstf[0])); 709 assert(tx->lconstf); 713 tx->lconstf[ [all...] |
| H A D | nine_shader.h | 89 struct nine_lconstf lconstf; /* out, NOTE: members to be free'd by user */ member in struct:nine_shader_info
|
| H A D | nine_state.c | 400 if (context->vs->lconstf.ranges) { 401 const struct nine_lconstf *lconstf = &(context->vs->lconstf); local in function:prepare_vs_constants_userbuf_swvp 402 const struct nine_range *r = lconstf->ranges; 410 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float)); 491 if (context->vs->lconstf.ranges) { 493 const struct nine_lconstf *lconstf = &(context->vs->lconstf); local in function:prepare_vs_constants_userbuf 494 const struct nine_range *r = lconstf->ranges; 502 memcpy(&dst[p * 4], &lconstf 3187 const struct nine_lconstf *lconstf = &device->state.vs->lconstf; local in function:update_vs_constants_sw [all...] |
Completed in 16 milliseconds