HomeSort by relevance Sort by last modified time
    Searched refs:dp_components (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 176 unsigned dp_components = (opcode == TGSI_OPCODE_DP2 ? 2 : local
178 for (chan = 0 ; chan < dp_components; chan++) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 132 unsigned dp_components)
136 for (chan = 0; chan < dp_components; chan++) {
137 emit_data->args[(src * dp_components) + chan] =
    [all...]

Completed in 288 milliseconds