Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c2892 struct sm1_op_info inst_table[] = variable
3015 for (i = 0; i < ARRAY_SIZE(inst_table); ++i) { in create_op_info_map()
3016 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()
3017 if (inst_table[i].vert_version.min <= version && in create_op_info_map()
3018 inst_table[i].vert_version.max >= version) in create_op_info_map()
3019 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()
3022 for (i = 0; i < ARRAY_SIZE(inst_table); ++i) { in create_op_info_map()
3023 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()
3024 if (inst_table[i].frag_version.min <= version && in create_op_info_map()
3025 inst_table[i].frag_version.max >= version) in create_op_info_map()
[all …]