/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 184 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() local 185 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 186 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 193 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 194 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 195 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 203 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 204 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 205 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 212 constant_instruction in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 184 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() local 185 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 186 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 193 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 194 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 195 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 203 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 204 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 205 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 212 constant_instruction in TEST() [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_scalar_test.cpp | 185 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() local 186 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 187 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 194 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 195 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 196 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 204 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 205 EXPECT_EQ(constant_instruction->NumInOperands(), 1); in TEST() 206 EXPECT_EQ(constant_instruction->NumInOperandWords(), 1); in TEST() 213 constant_instruction in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/ |
H A D | constant_uniform_facts.cpp | 64 const opt::Instruction& constant_instruction, in DataMatches() 66 assert(constant_instruction.opcode() == SpvOpConstant); in DataMatches() 68 for (uint32_t i = 0; i < constant_instruction.NumInOperands(); i++) { in DataMatches() 69 data_in_constant.push_back(constant_instruction.GetSingleWordInOperand(i)); in DataMatches() 63 DataMatches( const opt::Instruction& constant_instruction, const protobufs::FactConstantUniform& constant_uniform_fact) DataMatches() argument
|
H A D | constant_uniform_facts.h | 58 // |constant_instruction| exactly match the words for the constant associated 61 const opt::Instruction& constant_instruction,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
H A D | constant_uniform_facts.cpp | 64 const opt::Instruction& constant_instruction, in DataMatches() 66 assert(constant_instruction.opcode() == SpvOpConstant); in DataMatches() 68 for (uint32_t i = 0; i < constant_instruction.NumInOperands(); i++) { in DataMatches() 69 data_in_constant.push_back(constant_instruction.GetSingleWordInOperand(i)); in DataMatches() 63 DataMatches( const opt::Instruction& constant_instruction, const protobufs::FactConstantUniform& constant_uniform_fact) DataMatches() argument
|
H A D | constant_uniform_facts.h | 58 // |constant_instruction| exactly match the words for the constant associated 61 const opt::Instruction& constant_instruction,
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | constant_uniform_facts.cpp | 64 const opt::Instruction& constant_instruction, in DataMatches() 66 assert(constant_instruction.opcode() == spv::Op::OpConstant); in DataMatches() 68 for (uint32_t i = 0; i < constant_instruction.NumInOperands(); i++) { in DataMatches() 69 data_in_constant.push_back(constant_instruction.GetSingleWordInOperand(i)); in DataMatches() 63 DataMatches( const opt::Instruction& constant_instruction, const protobufs::FactConstantUniform& constant_uniform_fact) DataMatches() argument
|
H A D | constant_uniform_facts.h | 58 // |constant_instruction| exactly match the words for the constant associated 61 const opt::Instruction& constant_instruction,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 172 Instruction* constant_instruction = nullptr; in GetInductionInitValue() local 181 constant_instruction = def_use_manager->GetDef( in GetInductionInitValue() 186 if (!constant_instruction) return false; in GetInductionInitValue() 190 constant_instruction->result_id()); in GetInductionInitValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.cpp | 172 Instruction* constant_instruction = nullptr; in GetInductionInitValue() local 181 constant_instruction = def_use_manager->GetDef( in GetInductionInitValue() 186 if (!constant_instruction) return false; in GetInductionInitValue() 190 constant_instruction->result_id()); in GetInductionInitValue()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 170 Instruction* constant_instruction = nullptr; in GetInductionInitValue() local 179 constant_instruction = def_use_manager->GetDef( in GetInductionInitValue() 184 if (!constant_instruction) return false; in GetInductionInitValue() 188 constant_instruction->result_id()); in GetInductionInitValue()
|