Home
last modified time | relevance | path

Searched refs:callType (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1)); in iterate() local
126 if (callType == CALL_TYPE_PUSH_GROUP || callType == CALL_TYPE_INSERT_MARKER) in iterate()
144 if (callType == CALL_TYPE_PUSH_GROUP) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp352 CallType callType; member
1282 if (m_params.callType == CallType::TRACE_RAY) in initPrograms()
1308 else if (m_params.callType == CallType::EXECUTE_CALLABLE) in initPrograms()
1333 else if (m_params.callType == CallType::REPORT_INTERSECTION) in initPrograms()
1591 const auto shaderStages = getShaderStages(m_params.callType); in iterate()
1644 …ionStructure->setDefaultGeometryData(getShaderStageForGeometry(m_params.callType), VK_GEOMETRY_NO_… in iterate()
1888 const auto callType = m_params.callType; in iterate() local
1893 if (callType == CallType::TRACE_RAY) in iterate()
1897 else if (callType == CallType::EXECUTE_CALLABLE) in iterate()
1901 else if (callType == CallType::REPORT_INTERSECTION) in iterate()
[all …]
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp901 const Type& callType = c.type(); in writeSpecialIntrinsic() local
910 this->writeWord(this->getType(callType), out); in writeSpecialIntrinsic()
924 this->getType(callType), in writeSpecialIntrinsic()
941 this->getType(callType), in writeSpecialIntrinsic()
950 this->getType(callType), in writeSpecialIntrinsic()
991 SpvId type = this->getType(callType); in writeSpecialIntrinsic()
1040 this->writeWord(this->getType(callType), out); in writeSpecialIntrinsic()
1045 SpvId flipped = this->nextId(&callType); in writeSpecialIntrinsic()
1046 this->writeInstruction(SpvOpFNegate, this->getType(callType), flipped, result, in writeSpecialIntrinsic()
1055 this->writeGLSLExtendedInstruction(callType, result, GLSLstd450FClamp, GLSLstd450SClamp, in writeSpecialIntrinsic()
[all …]
/external/clang/lib/Sema/
DSemaChecking.cpp4150 Sema::VariadicCallType callType, in CheckFormatHandler() argument
4158 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7515 bool inFunctionCall, Sema::VariadicCallType callType, in CheckFormatHandler() argument
7521 inFunctionCall(inFunctionCall), CallType(callType), in CheckFormatHandler()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...