/third_party/spirv-tools/source/ |
D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() 128 const SpvOp opcode, in spvOpcodeTableValueLookup() 169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() 186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() 218 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode) { in spvOpcodeIsSpecConstant() 231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() 250 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode) { in spvOpcodeIsConstantOrUndef() 254 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant() 265 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() 128 const SpvOp opcode, in spvOpcodeTableValueLookup() 169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() 186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() 218 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode) { in spvOpcodeIsSpecConstant() 231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() 250 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode) { in spvOpcodeIsConstantOrUndef() 254 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant() 265 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() 128 const SpvOp opcode, in spvOpcodeTableValueLookup() 169 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() 186 const char* spvOpcodeString(const uint32_t opcode) { in spvOpcodeString() 207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() 218 int32_t spvOpcodeIsSpecConstant(const SpvOp opcode) { in spvOpcodeIsSpecConstant() 231 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() 250 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode) { in spvOpcodeIsConstantOrUndef() 254 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant() 265 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite() [all …]
|
/third_party/spirv-tools/source/opt/ |
D | reflect.h | 27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() 31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() 34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() 37 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() 40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() 45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() 53 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() 56 inline bool IsCompileTimeConstantInst(SpvOp opcode) { in IsCompileTimeConstantInst() 59 inline bool IsSpecConstantInst(SpvOp opcode) { in IsSpecConstantInst()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | reflect.h | 27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() 31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() 34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() 37 inline bool IsOpLineInst(SpvOp opcode) { in IsOpLineInst() 40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() 45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() 53 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() 57 inline bool IsCompileTimeConstantInst(SpvOp opcode) { in IsCompileTimeConstantInst() 60 inline bool IsSpecConstantInst(SpvOp opcode) { in IsSpecConstantInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | reflect.h | 27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() 31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() 34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() 37 inline bool IsOpLineInst(SpvOp opcode) { in IsOpLineInst() 40 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() 45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() 53 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() 57 inline bool IsCompileTimeConstantInst(SpvOp opcode) { in IsCompileTimeConstantInst() 60 inline bool IsSpecConstantInst(SpvOp opcode) { in IsSpecConstantInst()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | reflect.h | 27 inline bool IsDebugInst(SpvOp opcode) { in IsDebugInst() 31 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() 34 inline bool IsAnnotationInst(SpvOp opcode) { in IsAnnotationInst() 37 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() 41 inline bool IsConstantInst(SpvOp opcode) { in IsConstantInst() 44 inline bool IsTerminatorInst(SpvOp opcode) { in IsTerminatorInst()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | opcode.cpp | 67 uint32_t spvOpcodeMake(uint16_t wordCount, SpvOp opcode) { in spvOpcodeMake() 139 const SpvOp opcode, in spvOpcodeTableValueLookup() 156 void spvInstructionCopy(const uint32_t* words, const SpvOp opcode, in spvInstructionCopy() 173 const char* spvOpcodeString(const SpvOp opcode) { in spvOpcodeString() 184 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() 195 int32_t spvOpcodeIsConstant(const SpvOp opcode) { in spvOpcodeIsConstant() 214 bool spvOpcodeIsConstantOrUndef(const SpvOp opcode) { in spvOpcodeIsConstantOrUndef() 218 bool spvOpcodeIsScalarSpecConstant(const SpvOp opcode) { in spvOpcodeIsScalarSpecConstant() 229 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite() 241 bool spvOpcodeReturnsLogicalVariablePointer(const SpvOp opcode) { in spvOpcodeReturnsLogicalVariablePointer() [all …]
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/spirv-headers/include/spirv/1.2/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/spirv-headers/include/spirv/1.1/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
D | extinst.opencl.std.100.grammar.json | 32 "opcode" : 0, number 39 "opcode" : 1, number 46 "opcode" : 2, number 53 "opcode" : 3, number 60 "opcode" : 4, number 67 "opcode" : 5, number 74 "opcode" : 6, number 81 "opcode" : 7, number 89 "opcode" : 8, number 96 "opcode" : 9, number [all …]
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/spirv-headers/include/spirv/1.0/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/flutter/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
D | extinst.opencl.std.100.grammar.json | 32 "opcode" : 0, number 39 "opcode" : 1, number 46 "opcode" : 2, number 53 "opcode" : 3, number 60 "opcode" : 4, number 67 "opcode" : 5, number 74 "opcode" : 6, number 81 "opcode" : 7, number 89 "opcode" : 8, number 96 "opcode" : 9, number [all …]
|
/third_party/spirv-headers/include/spirv/unified1/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | extinst.glsl.std.450.grammar.json | 32 "opcode" : 1, number 39 "opcode" : 2, number 46 "opcode" : 3, number 53 "opcode" : 4, number 60 "opcode" : 5, number 67 "opcode" : 6, number 74 "opcode" : 7, number 81 "opcode" : 8, number 88 "opcode" : 9, number 95 "opcode" : 10, number [all …]
|