Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c506 unsigned num_lconstf; member
651 for (i = 0; i < tx->num_lconstf; ++i) { in tx_lconstf()
701 for (n = 0; n < tx->num_lconstf; ++n) in tx_set_lconstf()
704 if (n == tx->num_lconstf) { in tx_set_lconstf()
711 tx->num_lconstf++; in tx_set_lconstf()
4028 if (tx->num_lconstf && tx->indirect_const_access) { in nine_translate_shader()
4036 data = MALLOC(tx->num_lconstf * 4 * sizeof(float)); in nine_translate_shader()
4041 indices = MALLOC(tx->num_lconstf * sizeof(indices[0])); in nine_translate_shader()
4046 for (n = 0; n < tx->num_lconstf; ++n) { in nine_translate_shader()
4047 for (k = 0, i = 0; i < tx->num_lconstf; ++i) { in nine_translate_shader()
[all …]