Searched refs:generic_mapping (Results 1 – 3 of 3) sorted by relevance
44 if (fs->generic_mapping[i] == unit) in find_mapping()148 if (fs->generic_mapping[i] == I915_SEMANTIC_POS) { in calculate_vertex_layout()152 … src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_GENERIC, fs->generic_mapping[i]); in calculate_vertex_layout()
150 if (fs->generic_mapping[i] == -1) { in get_mapping()151 fs->generic_mapping[i] = unit; in get_mapping()154 if (fs->generic_mapping[i] == unit) in get_mapping()1085 ifs->generic_mapping[i] = -1; in i915_init_compile()
137 int generic_mapping[I915_TEX_UNITS]; member