Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp488 int attribute_map[BRW_VARYING_SLOT_COUNT * MAX_GS_INPUT_VERTICES]; in setup_payload() local
500 memset(attribute_map, 0, sizeof(attribute_map)); in setup_payload()
514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg; in setup_payload()