/external/shaderc/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 | 146 type = OperandSource; in ToOperandClassAndOptionality() 391 … establishOperandClass(enumName, OperandSource, &SourceLanguageParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 56 OperandSource, enumerator
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/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 | 167 type = OperandSource; in ToOperandClassAndOptionality() 479 … establishOperandClass(enumName, OperandSource, &SourceLanguageParams, operandEnum, category); in jsonToSpirv()
|
D | jsonToSpirv.h | 59 OperandSource, enumerator
|
/external/deqp-deps/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
|
/external/swiftshader/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
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | doc.h | 129 OperandSource, enumerator
|
D | disassemble.cpp | 562 assert(operandClass >= OperandSource && operandClass < OperandOpcode); in disassembleInstruction()
|
D | SPVRemapper.cpp | 656 case spv::OperandSource: in processInstruction()
|
D | doc.cpp | 1696 OperandClassParams[OperandSource].set(0, SourceString, nullptr); in Parameterize() 1733 InstructionDesc[OpSource].operands.push(OperandSource, ""); in Parameterize()
|
/external/deqp-deps/glslang/SPIRV/ |
D | doc.h | 129 OperandSource, enumerator
|
D | disassemble.cpp | 562 assert(operandClass >= OperandSource && operandClass < OperandOpcode); in disassembleInstruction()
|
D | SPVRemapper.cpp | 656 case spv::OperandSource: in processInstruction()
|
D | doc.cpp | 1672 OperandClassParams[OperandSource].set(0, SourceString, nullptr); in Parameterize() 1708 InstructionDesc[OpSource].operands.push(OperandSource, ""); in Parameterize()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand-class-test-coverage.csv | 14 " OperandSource,",Source,,OpSource,not enum
|