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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dgen6_gs_visitor.cpp488 int attribute_map[BRW_VARYING_SLOT_COUNT * MAX_GS_INPUT_VERTICES]; local in function:brw::gen6_gs_visitor::setup_payload
497 * crash anything. So initialize attribute_map to zeros--that ensures that
500 memset(attribute_map, 0, sizeof(attribute_map));
514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dgfx6_gs_visitor.cpp486 int attribute_map[BRW_VARYING_SLOT_COUNT * MAX_GS_INPUT_VERTICES]; local in function:brw::gfx6_gs_visitor::setup_payload
495 * crash anything. So initialize attribute_map to zeros--that ensures that
498 memset(attribute_map, 0, sizeof(attribute_map));
512 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg;

Completed in 5 milliseconds