Home
last modified time | relevance | path

Searched defs:expected_operands (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dbinary.cpp235 spv_operand_pattern_t expected_operands; member
420 spv_operand_pattern_t* expected_operands) { in parseOperand()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dbinary.cpp235 spv_operand_pattern_t expected_operands; member
420 spv_operand_pattern_t* expected_operands) { in parseOperand()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dbinary.cpp235 spv_operand_pattern_t expected_operands; member
420 spv_operand_pattern_t* expected_operands) { in parseOperand()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dext_inst.opencl_test.cpp37 std::vector<uint32_t> expected_operands; member
H A Dtext_to_binary.annotation_test.cpp359 std::vector<uint32_t> expected_operands{ in TEST_P() local
H A Dext_inst.debuginfo_test.cpp42 std::vector<uint32_t> expected_operands; member
H A Dext_inst.cldebug100_test.cpp146 std::vector<uint32_t> expected_operands; member
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp37 std::vector<uint32_t> expected_operands; member
Dtext_to_binary.annotation_test.cpp359 std::vector<uint32_t> expected_operands{ in TEST_P() local
Dext_inst.debuginfo_test.cpp42 std::vector<uint32_t> expected_operands; member
Dext_inst.cldebug100_test.cpp146 std::vector<uint32_t> expected_operands; member
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.opencl_test.cpp37 std::vector<uint32_t> expected_operands; member
H A Dtext_to_binary.annotation_test.cpp359 std::vector<uint32_t> expected_operands{ in TEST_P() local
H A Dext_inst.debuginfo_test.cpp42 std::vector<uint32_t> expected_operands; member
H A Dext_inst.cldebug100_test.cpp146 std::vector<uint32_t> expected_operands; member
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_reader.cpp743 int expected_operands = ir_expression::get_num_operands(op); in read_expression() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc807 auto expected_operands = 1 + operands(0)->shape().rank(); in CreateFromProto() local
825 auto expected_operands = 2 + operands(0)->shape().rank(); in CreateFromProto() local
H A Dhlo_verifier.cc2001 const std::vector<HloOpcode>& expected_operands) { in VerifySingleOperand()