Home
last modified time | relevance | path

Searched refs:current_node (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_emit.c52 unsigned current_node : 2; member
332 if (emit->current_node > 0) { in finish_node()
333 error("Node %i has no TEX instructions", emit->current_node); in finish_node()
339 if (emit->current_node == 0) in finish_node()
350 code->code_addr[emit->current_node] = in finish_node()
370 switch(emit->current_node) { in finish_node()
409 if (emit->current_node == 3) { in begin_tex()
417 emit->current_node++; in begin_tex()
515 code->config |= emit.current_node; /* FIRST_NODE_HAS_TEX set by finish_node */ in r300BuildFragmentProgramHwCode()
539 if (emit.current_node < 3) { in r300BuildFragmentProgramHwCode()
[all …]
/third_party/PyYAML/lib/yaml/
Dresolver.py91 def descend_resolver(self, current_node, current_index): argument
96 if current_node:
100 current_node, current_index):
121 current_node, current_index): argument
124 if current_node.tag != node_check:
127 if not isinstance(current_node, node_check):
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc1829 absl::cord_internal::CordRep* current_node = rep; in ForEachChunkAux() local
1831 if (current_node->IsConcat()) { in ForEachChunkAux()
1837 ForEachChunkAux(current_node, callback); in ForEachChunkAux()
1840 current_node = stack[--stack_pos]; in ForEachChunkAux()
1845 stack[stack_pos++] = current_node->concat()->right; in ForEachChunkAux()
1846 current_node = current_node->concat()->left; in ForEachChunkAux()
1852 bool success = GetFlatAux(current_node, &chunk); in ForEachChunkAux()
1861 current_node = stack[--stack_pos]; in ForEachChunkAux()
/third_party/chromium/patch/
D0001-cve.patch150857 NodeProperties::GetContextInput(current_node()));
150861 + DCHECK_EQ(current_node()->opcode(), IrOpcode::kFrameState);
150862 + return current_node();