Home
last modified time | relevance | path

Searched refs:num_lconstf (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c506 unsigned num_lconstf; member
563 for (i = 0; i < tx->num_lconstf; ++i) { in tx_lconstf()
613 for (n = 0; n < tx->num_lconstf; ++n) in tx_set_lconstf()
616 if (n == tx->num_lconstf) { in tx_set_lconstf()
623 tx->num_lconstf++; in tx_set_lconstf()
3626 if (tx->num_lconstf && tx->indirect_const_access) { in nine_translate_shader()
3634 data = MALLOC(tx->num_lconstf * 4 * sizeof(float)); in nine_translate_shader()
3639 indices = MALLOC(tx->num_lconstf * sizeof(indices[0])); in nine_translate_shader()
3644 for (n = 0; n < tx->num_lconstf; ++n) { in nine_translate_shader()
3645 for (k = 0, i = 0; i < tx->num_lconstf; ++i) { in nine_translate_shader()
[all …]