/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.hpp | 311 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDesc); 312 bool isSpecializedAccessFlagSupported (const OperationName opName); 313 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescription& resourceDesc, const bool specializedAccess = false); 314 std::string getOperationName (const OperationName opName);
|
H A D | vktSynchronizationOperation.cpp | 5466 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDesc) in isResourceSupported() argument 5468 switch (opName) in isResourceSupported() 5605 std::string getOperationName (const OperationName opName) in getOperationName() argument 5607 switch (opName) in getOperationName() 5706 bool isSpecializedAccessFlagSupported (const OperationName opName) in isSpecializedAccessFlagSupported() argument 5708 switch (opName) in isSpecializedAccessFlagSupported() 5771 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescription& resourceDesc, const bool specializedAccess) in makeOperationSupport() argument 5773 switch (opName) in makeOperationSupport()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 333 const auto opName = (*opClass)["Name"].asString(); in printDefs() local 334 const auto opPrefix = opName == "Op" ? "" : opName; in printDefs() 339 out << enumBeg(opName, style); in printDefs() 346 std::string maxEnum = maxEnumFmt(opName, valpair_t(0x7FFFFFFF, "Max"), enumHex); in printDefs() 357 out << enumEnd(opName, style, ++nextOpClass == enums.end()); in printDefs() 510 const auto opName = (*opClass)["Name"].asString(); variable 511 if (opName != "Op") { 516 out << "inline void " << pre() << "HasResultAndType(" << pre() << opName << " opcode, bool *hasResult, bool *hasResultType) {" << std::endl; 586 const auto opName variable [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 333 const auto opName = (*opClass)["Name"].asString(); in printDefs() local 334 const auto opPrefix = opName == "Op" ? "" : opName; in printDefs() 339 out << enumBeg(opName, style); in printDefs() 346 std::string maxEnum = maxEnumFmt(opName, valpair_t(0x7FFFFFFF, "Max"), enumHex); in printDefs() 357 out << enumEnd(opName, style, ++nextOpClass == enums.end()); in printDefs() 510 const auto opName = (*opClass)["Name"].asString(); variable 511 if (opName != "Op") { 516 out << "inline void " << pre() << "HasResultAndType(" << pre() << opName << " opcode, bool *hasResult, bool *hasResultType) {" << std::endl; 586 const auto opName variable [all...] |
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 335 const auto opName = (*opClass)["Name"].asString(); in printDefs() local 336 const auto opPrefix = opName == "Op" ? "" : opName; in printDefs() 341 out << enumBeg(opName, style); in printDefs() 348 std::string maxEnum = maxEnumFmt(opName, valpair_t(0x7FFFFFFF, "Max"), enumHex); in printDefs() 359 out << enumEnd(opName, style, ++nextOpClass == enums.end()); in printDefs() 512 const auto opName = (*opClass)["Name"].asString(); variable 513 if (opName != "Op") { 521 out << "inline void " << pre() << "HasResultAndType(" << pre() << opName << " opcode, bool *hasResult, bool *hasResultType) {" << std::endl; 585 const auto opName in printMaskOperators() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.hpp | 286 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDesc); 287 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescription& resourceDesc); 288 std::string getOperationName (const OperationName opName);
|
H A D | vktSynchronizationOperation.cpp | 5333 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDesc) in isResourceSupported() argument 5335 switch (opName) in isResourceSupported() 5465 std::string getOperationName (const OperationName opName) in getOperationName() argument 5467 switch (opName) in getOperationName() 5559 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescription& resourceDesc) in makeOperationSupport() argument 5561 switch (opName) in makeOperationSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 1063 const char* const opName = isUniform ? "texelFetch" : "imageLoad"; in initPrograms() local 1081 << " result_color += " << outFormat << "vec4(" << opName << "(texelBuffer, 6));\n" in initPrograms() 1083 << " result_color += " << outFormat << "vec4(" << opName << "(texelBuffer, 51));\n" in initPrograms() 1085 << " result_color += " << outFormat << "vec4(" << opName << "(texelBuffer, 42));\n" in initPrograms() 1087 << " result_color += " << outFormat << "vec4(" << opName << "(texelBuffer, 25));\n" in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 1012 const char* const opName = isUniform ? "texelFetch" : "imageLoad"; in initPrograms() local 1029 << " result_color += " << opName << "(texelBuffer, 6);\n" in initPrograms() 1031 << " result_color += " << opName << "(texelBuffer, 51);\n" in initPrograms() 1033 << " result_color += " << opName << "(texelBuffer, 42);\n" in initPrograms() 1035 << " result_color += " << opName << "(texelBuffer, 25);\n" in initPrograms() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | EmitMetal.cpp | 2025 const char *opName = GetOperatorString(op, retType, argType0, argType1, argType2); 2036 mOut << opName; 2042 mOut << opName; 2052 mOut << " " << opName << " "; 2062 else if (opName == nullptr) 2073 mOut << opName;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 131 virtual std::string opName () const = 0; 137 return "Op" + m_impl.typeChar() + m_impl.opName(); in spirvName() 157 virtual std::string opName () const { return #OPNAME; } \
|
H A D | vktSpvAsmInstructionTests.cpp | 13435 const string opName (op); 13436 const deUint32 opIndex = (opName == "OpCompositeInsert") ? 0 13437 : (opName == "OpCompositeExtract") ? 1 14307 specCase["op_name"] = opName;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 131 virtual std::string opName () const = 0; 137 return "Op" + m_impl.typeChar() + m_impl.opName(); in spirvName() 157 virtual std::string opName () const { return #OPNAME; } \
|
H A D | vktSpvAsmInstructionTests.cpp | 13337 const string opName (op); 13338 const deUint32 opIndex = (opName == "OpCompositeInsert") ? 0 13339 : (opName == "OpCompositeExtract") ? 1 14209 specCase["op_name"] = opName;
|
/third_party/skia/src/core/ |
H A D | SkClipStack.cpp | 977 const char* opName = this->isReplaceOp() ? "replace" : in dump() local 980 opName, (fDoAA ? "yes" : "no"), fSaveCount); in dump()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1340 const char* const opName = m_op == "+" ? "addition" 1345 DE_ASSERT(opName != DE_NULL); 1348 << opName << " operations in one loop iteration than the small program; "
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1336 const char* const opName = m_op == "+" ? "addition" 1341 DE_ASSERT(opName != DE_NULL); 1344 << opName << " operations in one loop iteration than the small program; "
|