Home
last modified time | relevance | path

Searched refs:select_id (Results 1 – 17 of 17) sorted by relevance

/external/marisa-trie/lib/marisa/grimoire/vector/
Dbit-vector.cc392 const std::size_t select_id = i / 512; in select0() local
393 MARISA_DEBUG_IF((select_id + 1) >= select0s_.size(), MARISA_BOUND_ERROR); in select0()
395 return select0s_[select_id]; in select0()
397 std::size_t begin = select0s_[select_id] / 512; in select0()
398 std::size_t end = (select0s_[select_id + 1] + 511) / 512; in select0()
454 const std::size_t select_id = i / 512; in select1() local
455 MARISA_DEBUG_IF((select_id + 1) >= select1s_.size(), MARISA_BOUND_ERROR); in select1()
457 return select1s_[select_id]; in select1()
459 std::size_t begin = select1s_[select_id] / 512; in select1()
460 std::size_t end = (select1s_[select_id + 1] + 511) / 512; in select1()
[all …]
/external/autotest/client/site_tests/login_OobeLocalization/
Dlogin_OobeLocalization.py162 def _verify_initial_options(self, select_id, values, argument
196 })()""" % (select_id,
204 def _verify_option_exists(self, select_id, value): argument
218 })()""" % (select_id, value)
285 def _dump_options(self, select_id): argument
325 })()""" % select_id
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_opselect_with_conditional_branch.cpp29 uint32_t select_id, uint32_t true_block_id, uint32_t false_block_id) { in TransformationReplaceOpSelectWithConditionalBranch() argument
30 message_.set_select_id(select_id); in TransformationReplaceOpSelectWithConditionalBranch()
51 ir_context->get_def_use_mgr()->GetDef(message_.select_id()); in IsApplicable()
104 ir_context->get_def_use_mgr()->GetDef(message_.select_id()); in Apply()
Dtransformation_replace_opselect_with_conditional_branch.h30 TransformationReplaceOpSelectWithConditionalBranch(uint32_t select_id,
Dtransformation_add_function.cpp861 uint32_t select_id = in TryToClampAccessChainIndices() local
877 ir_context, SpvOpSelect, index_type_inst->result_id(), select_id, in TryToClampAccessChainIndices()
887 access_chain_inst->SetInOperand(index, {select_id}); in TryToClampAccessChainIndices()
889 fuzzerutil::UpdateModuleIdBound(ir_context, select_id); in TryToClampAccessChainIndices()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_opselect_with_conditional_branch.cpp29 uint32_t select_id, uint32_t true_block_id, uint32_t false_block_id) { in TransformationReplaceOpSelectWithConditionalBranch() argument
30 message_.set_select_id(select_id); in TransformationReplaceOpSelectWithConditionalBranch()
51 ir_context->get_def_use_mgr()->GetDef(message_.select_id()); in IsApplicable()
104 ir_context->get_def_use_mgr()->GetDef(message_.select_id()); in Apply()
Dtransformation_replace_opselect_with_conditional_branch.h30 TransformationReplaceOpSelectWithConditionalBranch(uint32_t select_id,
Dtransformation_add_function.cpp861 uint32_t select_id = in TryToClampAccessChainIndices() local
877 ir_context, SpvOpSelect, index_type_inst->result_id(), select_id, in TryToClampAccessChainIndices()
887 access_chain_inst->SetInOperand(index, {select_id}); in TryToClampAccessChainIndices()
889 fuzzerutil::UpdateModuleIdBound(ir_context, select_id); in TryToClampAccessChainIndices()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_replace_opselect_with_conditional_branch.cpp28 uint32_t select_id, uint32_t true_block_id, uint32_t false_block_id) { in TransformationReplaceOpSelectWithConditionalBranch() argument
29 message_.set_select_id(select_id); in TransformationReplaceOpSelectWithConditionalBranch()
50 ir_context->get_def_use_mgr()->GetDef(message_.select_id()); in IsApplicable()
103 ir_context->get_def_use_mgr()->GetDef(message_.select_id()); in Apply()
Dtransformation_replace_opselect_with_conditional_branch.h29 TransformationReplaceOpSelectWithConditionalBranch(uint32_t select_id,
Dtransformation_add_function.cpp861 uint32_t select_id = in TryToClampAccessChainIndices() local
877 ir_context, SpvOpSelect, index_type_inst->result_id(), select_id, in TryToClampAccessChainIndices()
887 access_chain_inst->SetInOperand(index, {select_id}); in TryToClampAccessChainIndices()
889 fuzzerutil::UpdateModuleIdBound(ir_context, select_id); in TryToClampAccessChainIndices()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dccp_pass.cpp218 uint32_t select_id = instr->GetSingleWordOperand(0); in VisitBranch() local
219 auto it = values_.find(select_id); in VisitBranch()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp218 uint32_t select_id = instr->GetSingleWordOperand(0); in VisitBranch() local
219 auto it = values_.find(select_id); in VisitBranch()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp218 uint32_t select_id = instr->GetSingleWordOperand(0); in VisitBranch() local
219 auto it = values_.find(select_id); in VisitBranch()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2110 uint32 select_id = 1; field
2113 // containing |select_id| will branch to if the condition holds.
2117 // containing |select_id| will branch to if the condition does not
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2097 uint32 select_id = 1; field
2100 // containing |select_id| will branch to if the condition holds.
2104 // containing |select_id| will branch to if the condition does not
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto2097 uint32 select_id = 1; field
2100 // containing |select_id| will branch to if the condition holds.
2104 // containing |select_id| will branch to if the condition does not