Home
last modified time | relevance | path

Searched defs:callType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1)); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp352 CallType callType; member
1887 const auto callType = m_params.callType; in iterate() local
2695 CallType callType; in createDataSpillTests() member
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1393 const Type& callType = c.type(); in writeSpecialIntrinsic() local
/external/clang/lib/Sema/
DSemaChecking.cpp4150 Sema::VariadicCallType callType, in CheckFormatHandler()