/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_interfaces.cpp | 35 bool is_interface_variable(const Instruction* inst, bool is_spv_1_4) { in is_interface_variable() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | def_use_test.cpp | 64 std::string DisassembleInst(Instruction* inst) { in DisassembleInst() argument
|
H A D | fold_test.cpp | 85 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() local 785 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() local 877 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 929 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 998 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 1609 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 2042 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 2928 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 2976 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 3026 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 4684 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 4806 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 7106 Instruction* inst = nullptr; TEST_P() local 7439 Instruction* inst = nullptr; TEST_P() local 7540 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local 7653 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); TEST_P() local [all...] |
H A D | instruction_test.cpp | 1325 Instruction* inst = context->get_def_use_mgr()->GetDef(6); TEST_F() local 1394 Instruction* inst = context->get_def_use_mgr()->GetDef(6); TEST_F() local 1471 Instruction* inst = context->get_def_use_mgr()->GetDef(8); TEST_F() local [all...] |
H A D | ir_context_test.cpp | 263 auto inst = context->annotation_begin(); in TEST_F() local 327 auto inst = context->annotation_begin(); TEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_handle_test.cc | 886 std::string inst; member 901 const std::string inst = GetParam().inst; in TEST_P() local 948 const std::string inst = GetParam().inst; in TEST_P() local 1080 std::string inst; global() member 1225 std::string inst; // SPIR-V variable declarations global() member [all...] |
/third_party/python/Python/ |
H A D | pyhash.c | 92 _Py_HashDouble(PyObject *inst, double v) in _Py_HashDouble() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | basic_block.h | 267 Instruction* inst = &insts_.front(); in WhileEachInst() local 319 Instruction* inst = &insts_.front(); WhileEachPhiInst() local [all...] |
H A D | combine_access_chains.cpp | 76 uint32_t CombineAccessChains::GetArrayStride(const Instruction* inst) { in GetArrayStride() argument 92 const analysis::Type* CombineAccessChains::GetIndexedType(Instruction* inst) { in GetIndexedType() argument 124 CombineIndices(Instruction* ptr_input, Instruction* inst, std::vector<Operand>* new_operands) CombineIndices() argument 159 context(), inst, CombineIndices() local 173 CreateNewInputOperands( Instruction* ptr_input, Instruction* inst, std::vector<Operand>* new_operands) CreateNewInputOperands() argument 202 CombineAccessChain(Instruction* inst) CombineAccessChain() argument 283 Has64BitIndices(Instruction* inst) Has64BitIndices() argument [all...] |
H A D | dead_insert_elim_pass.cpp | 239 Instruction* inst = dead_instructions.back(); in EliminateDeadInsertsOnePass() local
|
H A D | def_use_manager.cpp | 21 void DefUseManager::AnalyzeInstDef(Instruction* inst) { in AnalyzeInstDef() argument 36 void DefUseManager::AnalyzeInstUse(Instruction* inst) { in AnalyzeInstUse() argument 66 AnalyzeInstDefUse(Instruction* inst) AnalyzeInstDefUse() argument 74 UpdateDefUse(Instruction* inst) UpdateDefUse() argument 232 ClearInst(Instruction* inst) ClearInst() argument 249 EraseUseRecordsOfOperandIds(const Instruction* inst) EraseUseRecordsOfOperandIds() argument [all...] |
H A D | eliminate_dead_members_pass.cpp | 86 FindLiveMembers(const Instruction* inst) FindLiveMembers() argument 127 MarkMembersAsLiveForStore( const Instruction* inst) MarkMembersAsLiveForStore() argument 168 MarkMembersAsLiveForCopyMemory( const Instruction* inst) MarkMembersAsLiveForCopyMemory() argument 178 MarkMembersAsLiveForExtract( const Instruction* inst) MarkMembersAsLiveForExtract() argument 211 MarkMembersAsLiveForAccessChain( const Instruction* inst) MarkMembersAsLiveForAccessChain() argument 257 MarkOperandTypeAsFullyUsed( const Instruction* inst, uint32_t in_idx) MarkOperandTypeAsFullyUsed() argument 264 MarkMembersAsLiveForArrayLength( const Instruction* inst) MarkMembersAsLiveForArrayLength() argument 346 UpdateOpTypeStruct(Instruction* inst) UpdateOpTypeStruct() argument 364 UpdateOpMemberNameOrDecorate(Instruction* inst) UpdateOpMemberNameOrDecorate() argument 390 UpdateOpGroupMemberDecorate(Instruction* inst) UpdateOpGroupMemberDecorate() argument 431 UpdateConstantComposite(Instruction* inst) UpdateConstantComposite() argument 452 UpdateAccessChain(Instruction* inst) UpdateAccessChain() argument 490 context(), inst, UpdateAccessChain() local 541 UpdateCompsiteExtract(Instruction* inst) UpdateCompsiteExtract() argument 596 UpdateCompositeInsert(Instruction* inst) UpdateCompositeInsert() argument 657 UpdateOpArrayLength(Instruction* inst) UpdateOpArrayLength() argument 677 MarkStructOperandsAsFullyUsed( const Instruction* inst) MarkStructOperandsAsFullyUsed() argument [all...] |
H A D | fold.cpp | 282 FoldBinaryIntegerOpToConstant( Instruction* inst, const std::function<uint32_t(uint32_t)>& id_map, uint32_t* result) const FoldBinaryIntegerOpToConstant() argument 466 FoldBinaryBooleanOpToConstant( Instruction* inst, const std::function<uint32_t(uint32_t)>& id_map, uint32_t* result) const FoldBinaryBooleanOpToConstant() argument 514 FoldIntegerOpToConstant( Instruction* inst, const std::function<uint32_t(uint32_t)>& id_map, uint32_t* result) const FoldIntegerOpToConstant() argument 626 FoldInstructionToConstant( Instruction* inst, std::function<uint32_t(uint32_t)> id_map) const FoldInstructionToConstant() argument [all...] |
H A D | fold_spec_constant_op_and_composite_pass.cpp | 55 Instruction* inst = &*inst_iter; in Process() local 111 Instruction* inst = &**pos; in ProcessOpSpecConstantOp() local 287 const Instruction* inst = &**pos; DoComponentWiseOperation() local [all...] |
H A D | folding_rules.cpp | 42 int32_t ImageOperandsMaskInOperandIndex(Instruction* inst) { in ImageOperandsMaskInOperandIndex() argument 120 NonConstInput(IRContext* context, const analysis::Constant* c, Instruction* inst) NonConstInput() argument [all...] |
H A D | local_access_chain_convert_pass.cpp | 316 Instruction* inst = dead_instructions.back(); in ConvertLocalAccessChains() local
|
H A D | loop_fission.cpp | 119 TraverseUseDef(Instruction* inst, std::set<Instruction*>* returned_set, bool ignore_phi_users, bool report_loads) TraverseUseDef() argument [all...] |
H A D | set_spec_constant_default_value_pass.cpp | 137 bool CanHaveSpecIdDecoration(const Instruction& inst) { in CanHaveSpecIdDecoration() argument
|
/third_party/spirv-tools/source/val/ |
H A D | validate.cpp | 211 Instruction* inst = const_cast<Instruction*>(&instruction); in ValidateBinaryUsingContextAndValidationState() local 47 RegisterExtension(ValidationState_t& _, const spv_parsed_instruction_t* inst) RegisterExtension() argument 64 ProcessExtensions(void* user_data, const spv_parsed_instruction_t* inst) ProcessExtensions() argument 79 ProcessInstruction(void* user_data, const spv_parsed_instruction_t* inst) ProcessInstruction() argument 279 Instruction* inst = const_cast<Instruction*>(&instruction); ValidateBinaryUsingContextAndValidationState() local [all...] |
H A D | validate_arithmetics.cpp | 28 spv_result_t ArithmeticsPass(ValidationState_t& _, const Instruction* inst) { in ArithmeticsPass() argument [all...] |
H A D | validate_constants.cpp | 24 ValidateConstantBool(ValidationState_t& _, const Instruction* inst) ValidateConstantBool() argument 36 ValidateConstantComposite(ValidationState_t& _, const Instruction* inst) ValidateConstantComposite() argument 282 ValidateConstantSampler(ValidationState_t& _, const Instruction* inst) ValidateConstantSampler() argument 338 ValidateConstantNull(ValidationState_t& _, const Instruction* inst) ValidateConstantNull() argument 351 ValidateSpecConstant(ValidationState_t& _, const Instruction* inst) ValidateSpecConstant() argument 366 ValidateSpecConstantOp(ValidationState_t& _, const Instruction* inst) ValidateSpecConstantOp() argument 428 ConstantPass(ValidationState_t& _, const Instruction* inst) ConstantPass() argument [all...] |
H A D | validate_function.cpp | 58 spv_result_t ValidateFunction(ValidationState_t& _, const Instruction* inst) { in ValidateFunction() argument 104 ValidateFunctionParameter(ValidationState_t& _, const Instruction* inst) ValidateFunctionParameter() argument 227 ValidateFunctionCall(ValidationState_t& _, const Instruction* inst) ValidateFunctionCall() argument 341 FunctionPass(ValidationState_t& _, const Instruction* inst) FunctionPass() argument [all...] |
H A D | validate_instruction.cpp | 87 OperandVersionExtensionCheck( ValidationState_t& _, const Instruction* inst, size_t which_operand, const spv_operand_desc_t& operand_desc, uint32_t word) OperandVersionExtensionCheck() argument 137 CheckRequiredCapabilities(ValidationState_t& state, const Instruction* inst, size_t which_operand, const spv_parsed_operand_t& operand, uint32_t word) CheckRequiredCapabilities() argument 216 ReservedCheck(ValidationState_t& _, const Instruction* inst) ReservedCheck() argument 239 CapabilityCheck(ValidationState_t& _, const Instruction* inst) CapabilityCheck() argument 277 VersionCheck(ValidationState_t& _, const Instruction* inst) VersionCheck() argument 345 LimitCheckIdBound(ValidationState_t& _, const Instruction* inst) LimitCheckIdBound() argument 355 LimitCheckStruct(ValidationState_t& _, const Instruction* inst) LimitCheckStruct() argument 400 LimitCheckSwitch(ValidationState_t& _, const Instruction* inst) LimitCheckSwitch() argument 447 CheckIfKnownExtension(ValidationState_t& _, const Instruction* inst) CheckIfKnownExtension() argument 460 InstructionPass(ValidationState_t& _, const Instruction* inst) InstructionPass() argument [all...] |
H A D | validate_interfaces.cpp | 34 bool is_interface_variable(const Instruction* inst, bool is_spv_1_4) { in is_interface_variable() argument [all...] |
H A D | validate_non_uniform.cpp | 29 ValidateGroupNonUniformElect(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformElect() argument 39 ValidateGroupNonUniformAnyAll(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformAnyAll() argument 54 ValidateGroupNonUniformAllEqual(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformAllEqual() argument 73 ValidateGroupNonUniformBroadcastShuffle(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformBroadcastShuffle() argument 141 ValidateGroupNonUniformBroadcastFirst(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformBroadcastFirst() argument 161 ValidateGroupNonUniformBallot(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformBallot() argument 182 ValidateGroupNonUniformInverseBallot(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformInverseBallot() argument 203 ValidateGroupNonUniformBallotBitExtract(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformBallotBitExtract() argument 230 ValidateGroupNonUniformBallotBitCount(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformBallotBitCount() argument 264 ValidateGroupNonUniformBallotFind(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformBallotFind() argument 285 ValidateGroupNonUniformArithmetic(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformArithmetic() argument 365 ValidateGroupNonUniformRotateKHR(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformRotateKHR() argument 421 NonUniformPass(ValidationState_t& _, const Instruction* inst) NonUniformPass() argument [all...] |