/third_party/skia/third_party/externals/spirv-tools/source/ |
D | binary.cpp | 115 spv_operand_pattern_t* expected_operands); 199 expected_operands.reserve(25); in State() 225 spv_operand_pattern_t expected_operands; member 326 _.expected_operands.clear(); in parseInstruction() 328 _.expected_operands.push_back( in parseInstruction() 333 if (_.expected_operands.empty()) { in parseInstruction() 343 spvTakeFirstMatchableOperand(&_.expected_operands); in parseInstruction() 347 &_.operands, &_.expected_operands)) { in parseInstruction() 352 if (!_.expected_operands.empty() && in parseInstruction() 353 !spvOperandIsOptional(_.expected_operands.back())) { in parseInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | binary.cpp | 115 spv_operand_pattern_t* expected_operands); 199 expected_operands.reserve(25); in State() 225 spv_operand_pattern_t expected_operands; member 326 _.expected_operands.clear(); in parseInstruction() 328 _.expected_operands.push_back( in parseInstruction() 333 if (_.expected_operands.empty()) { in parseInstruction() 343 spvTakeFirstMatchableOperand(&_.expected_operands); in parseInstruction() 347 &_.operands, &_.expected_operands)) { in parseInstruction() 352 if (!_.expected_operands.empty() && in parseInstruction() 353 !spvOperandIsOptional(_.expected_operands.back())) { in parseInstruction() [all …]
|
/third_party/spirv-tools/source/ |
D | binary.cpp | 125 spv_operand_pattern_t* expected_operands); 209 expected_operands.reserve(25); in State() 235 spv_operand_pattern_t expected_operands; member 336 _.expected_operands.clear(); in parseInstruction() 338 _.expected_operands.push_back( in parseInstruction() 343 if (_.expected_operands.empty()) { in parseInstruction() 353 spvTakeFirstMatchableOperand(&_.expected_operands); in parseInstruction() 357 &_.operands, &_.expected_operands)) { in parseInstruction() 362 if (!_.expected_operands.empty() && in parseInstruction() 363 !spvOperandIsOptional(_.expected_operands.back())) { in parseInstruction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.annotation_test.cpp | 358 std::vector<uint32_t> expected_operands{1, SpvDecorationLinkageAttributes}; in TEST_P() local 361 expected_operands.insert(expected_operands.end(), in TEST_P() 364 expected_operands.push_back(GetParam().linkage_type_value); in TEST_P() 366 Eq(MakeInstruction(SpvOpDecorate, expected_operands))); in TEST_P()
|
D | ext_inst.opencl_test.cpp | 37 std::vector<uint32_t> expected_operands; member 55 GetParam().expected_operands)}))) in TEST_P()
|
D | ext_inst.debuginfo_test.cpp | 42 std::vector<uint32_t> expected_operands; member 60 GetParam().expected_operands)}))) in TEST_P()
|
D | ext_inst.cldebug100_test.cpp | 147 std::vector<uint32_t> expected_operands; member 166 GetParam().expected_operands)}))) in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.annotation_test.cpp | 358 std::vector<uint32_t> expected_operands{1, SpvDecorationLinkageAttributes}; in TEST_P() local 361 expected_operands.insert(expected_operands.end(), in TEST_P() 364 expected_operands.push_back(GetParam().linkage_type_value); in TEST_P() 366 Eq(MakeInstruction(SpvOpDecorate, expected_operands))); in TEST_P()
|
D | ext_inst.opencl_test.cpp | 37 std::vector<uint32_t> expected_operands; member 55 GetParam().expected_operands)}))) in TEST_P()
|
D | ext_inst.debuginfo_test.cpp | 42 std::vector<uint32_t> expected_operands; member 60 GetParam().expected_operands)}))) in TEST_P()
|
D | ext_inst.cldebug100_test.cpp | 147 std::vector<uint32_t> expected_operands; member 166 GetParam().expected_operands)}))) in TEST_P()
|
/third_party/spirv-tools/test/ |
D | text_to_binary.annotation_test.cpp | 358 std::vector<uint32_t> expected_operands{1, SpvDecorationLinkageAttributes}; in TEST_P() local 361 expected_operands.insert(expected_operands.end(), in TEST_P() 364 expected_operands.push_back(GetParam().linkage_type_value); in TEST_P() 366 Eq(MakeInstruction(SpvOpDecorate, expected_operands))); in TEST_P()
|
D | ext_inst.opencl_test.cpp | 37 std::vector<uint32_t> expected_operands; member 55 GetParam().expected_operands)}))) in TEST_P()
|
D | ext_inst.debuginfo_test.cpp | 42 std::vector<uint32_t> expected_operands; member 60 GetParam().expected_operands)}))) in TEST_P()
|
D | ext_inst.cldebug100_test.cpp | 147 std::vector<uint32_t> expected_operands; member 166 GetParam().expected_operands)}))) in TEST_P()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_reader.cpp | 740 int expected_operands = ir_expression::get_num_operands(op); in read_expression() local 741 if (num_operands != expected_operands) { in read_expression() 743 num_operands, expected_operands); in read_expression()
|