Home
last modified time | relevance | path

Searched refs:expected_operands (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/
Dbinary.cpp115 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/
Dbinary.cpp115 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/
Dbinary.cpp125 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/
Dtext_to_binary.annotation_test.cpp358 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()
Dext_inst.opencl_test.cpp37 std::vector<uint32_t> expected_operands; member
55 GetParam().expected_operands)}))) in TEST_P()
Dext_inst.debuginfo_test.cpp42 std::vector<uint32_t> expected_operands; member
60 GetParam().expected_operands)}))) in TEST_P()
Dext_inst.cldebug100_test.cpp147 std::vector<uint32_t> expected_operands; member
166 GetParam().expected_operands)}))) in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp358 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()
Dext_inst.opencl_test.cpp37 std::vector<uint32_t> expected_operands; member
55 GetParam().expected_operands)}))) in TEST_P()
Dext_inst.debuginfo_test.cpp42 std::vector<uint32_t> expected_operands; member
60 GetParam().expected_operands)}))) in TEST_P()
Dext_inst.cldebug100_test.cpp147 std::vector<uint32_t> expected_operands; member
166 GetParam().expected_operands)}))) in TEST_P()
/third_party/spirv-tools/test/
Dtext_to_binary.annotation_test.cpp358 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()
Dext_inst.opencl_test.cpp37 std::vector<uint32_t> expected_operands; member
55 GetParam().expected_operands)}))) in TEST_P()
Dext_inst.debuginfo_test.cpp42 std::vector<uint32_t> expected_operands; member
60 GetParam().expected_operands)}))) in TEST_P()
Dext_inst.cldebug100_test.cpp147 std::vector<uint32_t> expected_operands; member
166 GetParam().expected_operands)}))) in TEST_P()
/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp740 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()