HomeSort by relevance Sort by last modified time
    Searched refs:consumer_opcode (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_image.cpp 807 const auto consumer_opcode = consumer_instr->opcode(); local
824 if (consumer_opcode == SpvOpPhi || consumer_opcode == SpvOpSelect) {
829 << spvOpcodeString(static_cast<SpvOp>(consumer_opcode)) << "."
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_image.cpp 807 const auto consumer_opcode = consumer_instr->opcode(); local
824 if (consumer_opcode == SpvOpPhi || consumer_opcode == SpvOpSelect) {
829 << spvOpcodeString(static_cast<SpvOp>(consumer_opcode)) << "."
    [all...]

Completed in 65 milliseconds