Home
last modified time | relevance | path

Searched defs:opName (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/core/
H A DSkClipStack.cpp977 const char* opName = this->isReplaceOp() ? "replace" : in dump() local
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp333 const auto opName = (*opClass)["Name"].asString(); in printDefs() local
510 const auto opName = (*opClass)["Name"].asString(); variable
586 const auto opName variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp333 const auto opName = (*opClass)["Name"].asString(); in printDefs() local
510 const auto opName = (*opClass)["Name"].asString(); variable
586 const auto opName variable
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp335 const auto opName = (*opClass)["Name"].asString(); in printDefs() local
512 const auto opName = (*opClass)["Name"].asString(); variable
585 const auto opName in printMaskOperators() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp1063 const char* const opName = isUniform ? "texelFetch" : "imageLoad"; in initPrograms() local
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 DvktApiBufferViewAccessTests.cpp1012 const char* const opName = isUniform ? "texelFetch" : "imageLoad"; in initPrograms() local
1035 << " result_color += " << opName << "(texelBuffer, 25);\n" in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp5333 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDesc) in isResourceSupported() argument
5465 std::string getOperationName (const OperationName opName) in getOperationName() argument
5559 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescription& resourceDesc) in makeOperationSupport() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp5466 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDesc) in isResourceSupported() argument
5605 std::string getOperationName (const OperationName opName) in getOperationName() argument
5706 bool isSpecializedAccessFlagSupported (const OperationName opName) in isSpecializedAccessFlagSupported() argument
5771 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescription& resourceDesc, const bool specializedAccess) in makeOperationSupport() argument

Completed in 30 milliseconds