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

  /external/mesa3d/src/intel/compiler/
brw_fs_bank_conflicts.cpp 379 offsets(new unsigned[p.num_atoms() + num_terminator_atoms]),
383 sizeof(unsigned) * (p.num_atoms() + num_terminator_atoms));
453 assert(r < num_atoms());
461 num_atoms() const
534 bool *constrained = new bool[p.num_atoms()]();
611 weight_vector_type *conflicts = new weight_vector_type[p.num_atoms()];
612 for (unsigned r = 0; r < p.num_atoms(); r++)
613 conflicts[r] = weight_vector_type(2 * p.num_atoms());
685 bool *any_conflicts = new bool[p.num_atoms()]();
687 for (unsigned r = 0; r < p.num_atoms(); r++)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 140 int num_atoms)
148 for (int i = 0; i < num_atoms; i++) {
154 brw->num_atoms[pipeline] = num_atoms;
543 const int num_atoms = brw->num_atoms[pipeline]; local
554 for (i = 0; i < num_atoms; i++) {
572 for (i = 0; i < num_atoms; i++) {
brw_state.h 327 int num_atoms);
brw_context.h 1246 int num_atoms[BRW_NUM_PIPELINES]; member in struct:brw_context
    [all...]

Completed in 378 milliseconds