Searched refs:state_count (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.c | 225 unsigned state_count = 4; in zink_create_gfx_pipeline() local 227 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT; in zink_create_gfx_pipeline() 228 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT; in zink_create_gfx_pipeline() 229 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS; in zink_create_gfx_pipeline() 230 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE; in zink_create_gfx_pipeline() 231 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP; in zink_create_gfx_pipeline() 232 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE; in zink_create_gfx_pipeline() 233 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE; in zink_create_gfx_pipeline() 234 dynamicStateEnables[state_count++] = VK_DYNAMIC_STATE_STENCIL_WRITE_MASK; in zink_create_gfx_pipeline() 235 dynamicStateEnables[state_count in zink_create_gfx_pipeline() [all...] |
/third_party/rust/crates/aho-corasick/src/ |
H A D | dfa.rs | 172 id.to_usize() < self.repr().state_count in is_valid() 231 id.to_usize() < self.repr().state_count in is_valid() 292 (id.to_usize() / 256) < self.repr().state_count in is_valid() 359 (id.to_usize() / self.repr().alphabet_len()) < self.repr().state_count in is_valid() 411 state_count: usize, 519 if self.state_count <= 1 { in shuffle_match_states() 524 while first_non_match < self.state_count in shuffle_match_states() 530 let mut swaps: Vec<S> = vec![fail_id(); self.state_count]; in shuffle_match_states() 531 let mut cur = self.state_count - 1; in shuffle_match_states() 550 for id in (0..self.state_count) in shuffle_match_states() [all...] |
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-snapshot.cc | 105 StateBase(const void* key, size_t state_count, Visibility visibility, in StateBase() argument 108 state_count_(state_count), in StateBase() 197 State(const HeapObjectHeader& header, size_t state_count) in State() argument 198 : StateBase(&header, state_count, Visibility::kHidden, nullptr, false) {} in State() 298 RootState(EmbedderRootNode* node, size_t state_count) in RootState() argument 300 : StateBase(node, state_count, Visibility::kVisible, node, true) {} in RootState()
|
Completed in 4 milliseconds