Searched refs:num_lconstf (Results 1 – 1 of 1) sorted by relevance
507 unsigned num_lconstf; member564 for (i = 0; i < tx->num_lconstf; ++i) { in tx_lconstf()614 for (n = 0; n < tx->num_lconstf; ++n) in tx_set_lconstf()617 if (n == tx->num_lconstf) { in tx_set_lconstf()624 tx->num_lconstf++; in tx_set_lconstf()3612 if (tx->num_lconstf && tx->indirect_const_access) { in nine_translate_shader()3620 data = MALLOC(tx->num_lconstf * 4 * sizeof(float)); in nine_translate_shader()3625 indices = MALLOC(tx->num_lconstf * sizeof(indices[0])); in nine_translate_shader()3630 for (n = 0; n < tx->num_lconstf; ++n) { in nine_translate_shader()3631 for (k = 0, i = 0; i < tx->num_lconstf; ++i) { in nine_translate_shader()[all …]