Home
last modified time | relevance | path

Searched refs:opcode_count (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dpolicy_low_level.cc110 current_buffer->opcode_count += svc_opcode_count; in Done()
123 buffer_->opcode_count = 0; in PolicyRule()
180 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
181 op = &buffer_->opcodes[buffer_->opcode_count - 1]; in GenStringOpcode()
212 ++buffer_->opcode_count; in GenStringOpcode()
294 ++buffer_->opcode_count; in AddNumberMatch()
305 ++buffer_->opcode_count; in Done()
312 size_t count = buffer_->opcode_count; in RebindCopy()
Dpolicy_engine_processor.cc41 if (0 == policy_->opcode_count) { in Evaluate()
52 size_t count = policy_->opcode_count; in Evaluate()
Dpolicy_low_level.h153 return buffer_->opcode_count; in GetOpcodeCount()
Dpolicy_engine_unittest.cc61 policy->opcode_count = 7; in TEST()
Dpolicy_engine_opcodes.h245 size_t opcode_count; member
Dpolicy_low_level_unittest.cc465 size_t tc1 = policy->entry[kNtFakeNone]->opcode_count; in TEST()
466 size_t tc2 = policy->entry[kNtFakeCreateFile]->opcode_count; in TEST()
467 size_t tc3 = policy->entry[kNtFakeOpenFile]->opcode_count; in TEST()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c92 info->opcode_count[fullinst->Instruction.Opcode]++; in tgsi_scan_shader()
246 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KIL] || in tgsi_scan_shader()
247 info->opcode_count[TGSI_OPCODE_KILP]); in tgsi_scan_shader()
Dtgsi_scan.h64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c92 info->opcode_count[fullinst->Instruction.Opcode]++; in tgsi_scan_shader()
246 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KIL] || in tgsi_scan_shader()
247 info->opcode_count[TGSI_OPCODE_KILP]); in tgsi_scan_shader()
Dtgsi_scan.h64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3113 if (emit->info.opcode_count[TGSI_OPCODE_DST] >= 1 || in needs_to_create_zero()
3114 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 || in needs_to_create_zero()
3115 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1) in needs_to_create_zero()
3137 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1) in needs_to_create_zero()
3141 if (emit->info.opcode_count[TGSI_OPCODE_IF] >= 1 || in needs_to_create_zero()
3142 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_zero()
3143 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 || in needs_to_create_zero()
3144 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 || in needs_to_create_zero()
3145 emit->info.opcode_count[TGSI_OPCODE_ROUND] >= 1 || in needs_to_create_zero()
3146 emit->info.opcode_count[TGSI_OPCODE_SGE] >= 1 || in needs_to_create_zero()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3113 if (emit->info.opcode_count[TGSI_OPCODE_DST] >= 1 || in needs_to_create_zero()
3114 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 || in needs_to_create_zero()
3115 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1) in needs_to_create_zero()
3137 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1) in needs_to_create_zero()
3141 if (emit->info.opcode_count[TGSI_OPCODE_IF] >= 1 || in needs_to_create_zero()
3142 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_zero()
3143 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 || in needs_to_create_zero()
3144 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 || in needs_to_create_zero()
3145 emit->info.opcode_count[TGSI_OPCODE_ROUND] >= 1 || in needs_to_create_zero()
3146 emit->info.opcode_count[TGSI_OPCODE_SGE] >= 1 || in needs_to_create_zero()
[all …]