Searched refs:OperandSource (Results 1 – 15 of 15) sorted by relevance
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 230 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 237 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter() 240 enums[e - spv::OperandSource]["Type"] = mask ? "Bit" : "Value"; in TPrinter() 241 enums[e - spv::OperandSource]["Name"] = enumName; in TPrinter() 246 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
D | jsonToSpirv.cpp | 147 type = OperandSource; in ToOperandClassAndOptionality() 374 … establishOperandClass(enumName, OperandSource, &SourceLanguageParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 55 OperandSource, enumerator
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | header.cpp | 231 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 238 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter() 241 enums[e - spv::OperandSource]["Type"] = mask ? "Bit" : "Value"; in TPrinter() 242 enums[e - spv::OperandSource]["Name"] = enumName; in TPrinter() 247 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
D | jsonToSpirv.cpp | 147 type = OperandSource; in ToOperandClassAndOptionality() 374 … establishOperandClass(enumName, OperandSource, &SourceLanguageParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 55 OperandSource, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | header.cpp | 233 for (int e = spv::OperandSource; e < spv::OperandOpcode; ++e) { in TPrinter() 240 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter() 243 enums[e - spv::OperandSource]["Type"] = mask ? "Bit" : "Value"; in TPrinter() 244 enums[e - spv::OperandSource]["Name"] = enumName; in TPrinter() 249 auto& entry = enums[spv::OperandOpcode - spv::OperandSource]; in TPrinter()
|
D | jsonToSpirv.cpp | 147 type = OperandSource; in ToOperandClassAndOptionality() 374 … establishOperandClass(enumName, OperandSource, &SourceLanguageParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 55 OperandSource, enumerator
|
/external/deqp-deps/glslang/SPIRV/ |
D | doc.h | 128 OperandSource, enumerator
|
D | disassemble.cpp | 554 assert(operandClass >= OperandSource && operandClass < OperandOpcode); in disassembleInstruction()
|
D | SPVRemapper.cpp | 634 case spv::OperandSource: in processInstruction()
|
D | doc.cpp | 1484 OperandClassParams[OperandSource].set(0, SourceString, 0); in Parameterize() 1520 InstructionDesc[OpSource].operands.push(OperandSource, ""); in Parameterize()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 14 " OperandSource,",Source,,OpSource,not enum
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 14 " OperandSource,",Source,,OpSource,not enum
|