Lines Matching refs:lconstf
399 if (context->vs->lconstf.ranges) {
400 const struct nine_lconstf *lconstf = &(context->vs->lconstf);
401 const struct nine_range *r = lconstf->ranges;
409 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float));
490 if (context->vs->lconstf.ranges) {
492 const struct nine_lconstf *lconstf = &(context->vs->lconstf);
493 const struct nine_range *r = lconstf->ranges;
501 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float));
510 * at random locations (context->vs->lconstf.ranges),
3193 if (state->vs->lconstf.ranges) {
3194 const struct nine_lconstf *lconstf = &device->state.vs->lconstf;
3195 const struct nine_range *r = lconstf->ranges;
3203 memcpy(&dst[p * 4], &lconstf->data[n * 4], c * 4 * sizeof(float));