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

  /external/deqp-deps/SPIRV-Tools/source/
opcode.cpp 223 int32_t spvOpcodeIsConstant(const SpvOp opcode) {
243 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode);
  /external/swiftshader/third_party/SPIRV-Tools/source/
opcode.cpp 223 int32_t spvOpcodeIsConstant(const SpvOp opcode) {
243 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode);

Completed in 587 milliseconds