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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
opcode.h 66 int32_t spvOpcodeIsConstant(const SpvOp opcode);
opcode.cpp 195 int32_t spvOpcodeIsConstant(const SpvOp opcode) {
215 return opcode == SpvOpUndef || spvOpcodeIsConstant(opcode);
validate_id.cpp 357 if (!length || !spvOpcodeIsConstant(length->opcode())) {
388 assert(0 && "bug in spvOpcodeIsConstant() or result type isn't int");
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.cpp 78 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {
96 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) {

Completed in 290 milliseconds