Home
last modified time | relevance | path

Searched defs:num_states (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-marker.cc13 NodeMarkerBase::NodeMarkerBase(Graph* graph, uint32_t num_states) in NodeMarkerBase()
Dnode-marker.h63 V8_INLINE NodeMarker(Graph* graph, uint32_t num_states) in NodeMarker()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py307 def bind_sampler_states(self, shader, start, num_states, states): argument
312 def bind_vertex_sampler_states(self, num_states, states): argument
316 def bind_geometry_sampler_states(self, num_states, states): argument
320 def bind_fragment_sampler_states(self, num_states, states): argument
/third_party/musl/src/regex/
Dtre.h166 int num_states; member
/third_party/musl/porting/uniproton/kernel/src/regex/
Dtre.h167 int num_states; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.h206 unsigned num_states; member
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h167 int num_states; member
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dtre.h168 int num_states; member
/third_party/rust/crates/regex/src/
Ddfa.rs1649 fn num_states(&self) -> usize { in num_states() method
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c482 unsigned num_states, in trace_context_bind_sampler_states()
/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h404 #define VIRGL_BIND_SAMPLER_STATES(num_states) ((num_states) + 2) argument
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c1569 unsigned num_states = 1 + color_att_count; in anv_cmd_buffer_init_attachments() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c3830 uint32_t num_states = 0; in dzn_CmdPushConstants() local