Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_emit.cpp39 int attribute_map[VERT_ATTRIB_MAX + 1]; in setup_attributes() local
44 attribute_map[i] = payload_reg + nr_attributes; in setup_attributes()
54 attribute_map[VERT_ATTRIB_MAX] = payload_reg + nr_attributes; in setup_attributes()
63 int grf = attribute_map[inst->dst.reg + inst->dst.reg_offset]; in setup_attributes()
76 int grf = attribute_map[inst->src[i].reg + inst->src[i].reg_offset]; in setup_attributes()