HomeSort by relevance Sort by last modified time
    Searched refs:instances (Results 76 - 100 of 376) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/fonttools/Tests/ttLib/tables/
_f_v_a_r_test.py 50 instances = [("Light", 300, 100), ("Light Condensed", 300, 75)]
60 for name, weight, width in instances:
64 fvarTable.instances.append(inst)
78 self.assertEqual([259, 260], [i.subfamilyNameID for i in fvar.instances])
107 self.assertEqual([765, 234], [i.subfamilyNameID for i in fvar.instances])
  /external/mesa3d/src/gallium/drivers/r600/
r600_perfcounter.c 365 unsigned instances = 1; local
368 instances = screen->info.max_se;
370 instances *= block->num_instances;
373 query->b.result_size += sizeof(uint64_t) * instances * group->num_counters;
374 i += instances * group->num_counters;
379 query->b.num_cs_dw_end += instances * read_dw;
381 query->b.num_cs_dw_end += instances * pc->num_instance_cs_dwords;
606 unsigned instances, void *data)
616 block->num_instances = MAX2(instances, 1);
  /external/mesa3d/src/gallium/drivers/radeon/
r600_perfcounter.c 361 unsigned instances = 1; local
364 instances = screen->info.max_se;
366 instances *= block->num_instances;
369 query->b.result_size += sizeof(uint64_t) * instances * group->num_counters;
370 i += instances * group->num_counters;
375 query->b.num_cs_dw_end += instances * read_dw;
377 query->b.num_cs_dw_end += instances * pc->num_instance_cs_dwords;
602 unsigned instances, void *data)
612 block->num_instances = MAX2(instances, 1);
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 119 int instances; member in struct:deqp::gles3::Functional::__anon19902::Spec
133 , instances (-1)
576 if (m_spec.instances == 0)
579 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_spec.instances));
583 if (m_spec.instances == 0)
586 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_spec.indexOffset), m_spec.instances));
591 if (m_spec.instances == 0)
594 GLU_CHECK_CALL(glDrawArraysInstanced(GL_TRIANGLES, 0, m_spec.count, m_spec.instances));
744 m_spec.instances = 0;
    [all...]
  /external/syzkaller/syz-manager/
manager.go 296 instances []int
314 instances := make([]int, vmCount)
315 for i := range instances {
316 instances[i] = vmCount - i - 1
326 for shutdown != nil || len(instances) != vmCount {
344 log.Logf(1, "loop: phase=%v shutdown=%v instances=%v/%v %+v repro: pending=%v reproducing=%v queued=%v",
345 phase, shutdown == nil, len(instances), vmCount, instances,
354 for canRepro() && len(instances) >= instancesPerRepro {
359 vmIndexes := append([]int{}, instances[len(instances)-instancesPerRepro:]...
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/
CompareMem.S 22 # The following BaseMemoryLib instances share the same version of this file:
CompareMem.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
ScanMem16.S 22 # The following BaseMemoryLib instances share the same version of this file:
ScanMem16.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
ScanMem32.S 22 # The following BaseMemoryLib instances share the same version of this file:
ScanMem32.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
ScanMem64.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
ScanMem8.S 22 # The following BaseMemoryLib instances share the same version of this file:
ScanMem8.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/
CompareMem.S 25 # The following BaseMemoryLib instances share the same version of this file:
CompareMem.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
ScanMem16.S 25 # The following BaseMemoryLib instances share the same version of this file:
ScanMem16.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
ScanMem32.S 25 # The following BaseMemoryLib instances share the same version of this file:
ScanMem32.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
ScanMem64.S 25 # The following BaseMemoryLib instances share the same version of this file:
ScanMem64.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
ScanMem8.S 25 # The following BaseMemoryLib instances share the same version of this file:
ScanMem8.asm 22 ; The following BaseMemoryLib instances share the same version of this file:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/
CompareMem.asm 22 ; The following BaseMemoryLib instances contain the same copy of this file:

Completed in 751 milliseconds

1 2 34 5 6 7 8 91011>>