Searched refs:OperandSource (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 235 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 242 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter() 245 enums[e - spv::OperandSource]["Type"] = mask ? "Bit" : "Value"; in TPrinter() 246 enums[e - spv::OperandSource]["Name"] = enumName; in TPrinter() 251 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
D | jsonToSpirv.cpp | 162 type = OperandSource; in ToOperandClassAndOptionality() 468 … establishOperandClass(enumName, OperandSource, &SourceLanguageParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 59 OperandSource, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | header.cpp | 235 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 242 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter() 245 enums[e - spv::OperandSource]["Type"] = mask ? "Bit" : "Value"; in TPrinter() 246 enums[e - spv::OperandSource]["Name"] = enumName; in TPrinter() 251 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
D | jsonToSpirv.cpp | 162 type = OperandSource; in ToOperandClassAndOptionality() 468 … establishOperandClass(enumName, OperandSource, &SourceLanguageParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 59 OperandSource, enumerator
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 237 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 244 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter() 247 enums[e - spv::OperandSource]["Type"] = mask ? "Bit" : "Value"; in TPrinter() 248 enums[e - spv::OperandSource]["Name"] = enumName; in TPrinter() 253 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
D | jsonToSpirv.cpp | 162 type = OperandSource; in ToOperandClassAndOptionality() 468 … establishOperandClass(enumName, OperandSource, &SourceLanguageParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 59 OperandSource, enumerator
|
/third_party/glslang/SPIRV/ |
D | doc.h | 129 OperandSource, enumerator
|
D | disassemble.cpp | 563 assert(operandClass >= OperandSource && operandClass < OperandOpcode); in disassembleInstruction()
|
D | SPVRemapper.cpp | 656 case spv::OperandSource: in processInstruction()
|
D | doc.cpp | 1718 OperandClassParams[OperandSource].set(0, SourceString, nullptr); in Parameterize() 1755 InstructionDesc[OpSource].operands.push(OperandSource, ""); in Parameterize()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | operand-class-test-coverage.csv | 14 " OperandSource,",Source,,OpSource,not enum
|
/third_party/spirv-tools/test/ |
D | operand-class-test-coverage.csv | 14 " OperandSource,",Source,,OpSource,not enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 14 " OperandSource,",Source,,OpSource,not enum
|