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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c98 static const int imm_hw_types[] = { local
114 assert(type < ARRAY_SIZE(imm_hw_types));
115 assert(imm_hw_types[type] != -1);
117 return imm_hw_types[type];

Completed in 135 milliseconds