Home
last modified time | relevance | path

Searched refs:num_states (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcst.pl29 $num_states = 1; # Always the state number for the line being compiled.
68 $states{$state_name} = $num_states;
69 $stateNames[$num_states] = $state_name;
90 $state_line_num[$num_states] = $line_num; # remember line number with each state
97 $state_literal_chars[$num_states] = $fields[0];
98 $state_literal_chars[$num_states] =~ s/'//g;
101 $state_char_class[$num_states] = $fields[0];
113 $state_flag[$num_states] = "FALSE";
115 $state_flag[$num_states] = "TRUE";
122 $state_dest_state[$num_states] = $fields[0];
[all …]
/external/icu/icu4c/source/common/
Drbbicst.pl30 $num_states = 1; # Always the state number for the line being compiled.
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
91 $state_line_num[$num_states] = $line_num; # remember line number with each state
98 $state_literal_chars[$num_states] = $fields[0];
99 $state_literal_chars[$num_states] =~ s/'//g;
102 $state_char_class[$num_states] = $fields[0];
114 $state_flag[$num_states] = $javaOutput? "false" : "FALSE";
116 $state_flag[$num_states] = $javaOutput? "true": "TRUE";
123 $state_dest_state[$num_states] = $fields[0];
[all …]
/external/v8/src/compiler/
Dnode-marker.cc13 NodeMarkerBase::NodeMarkerBase(Graph* graph, uint32_t num_states) in NodeMarkerBase() argument
14 : mark_min_(graph->mark_max_), mark_max_(graph->mark_max_ += num_states) { in NodeMarkerBase()
15 DCHECK_NE(0u, num_states); // user error! in NodeMarkerBase()
Dnode-marker.h21 NodeMarkerBase(Graph* graph, uint32_t num_states);
63 V8_INLINE NodeMarker(Graph* graph, uint32_t num_states) in NodeMarker() argument
64 : NodeMarkerBase(graph, num_states) {} in NodeMarker()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_protocol.h349 #define VIRGL_BIND_SAMPLER_STATES(num_states) ((num_states) + 2) argument
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py285 def bind_sampler_states(self, shader, start, num_states, states): argument
290 def bind_vertex_sampler_states(self, num_states, states): argument
294 def bind_geometry_sampler_states(self, num_states, states): argument
298 def bind_fragment_sampler_states(self, num_states, states): argument
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c382 unsigned num_states, in trace_context_bind_sampler_states() argument
396 trace_dump_arg(uint, num_states); in trace_context_bind_sampler_states()
397 trace_dump_arg_array(ptr, states, num_states); in trace_context_bind_sampler_states()
399 pipe->bind_sampler_states(pipe, shader, start, num_states, states); in trace_context_bind_sampler_states()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c422 unsigned num_states = 0; in genX() local
425 num_states++; in genX()
435 num_states++; in genX()
437 num_states += need_null_state; in genX()
442 num_states * ss_stride, isl_dev->ss.align); in genX()