Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp352 CallType callType; member
1281 if (m_params.callType == CallType::TRACE_RAY) in initPrograms()
1307 else if (m_params.callType == CallType::EXECUTE_CALLABLE) in initPrograms()
1332 else if (m_params.callType == CallType::REPORT_INTERSECTION) in initPrograms()
1590 const auto shaderStages = getShaderStages(m_params.callType); in iterate()
1643 …ionStructure->setDefaultGeometryData(getShaderStageForGeometry(m_params.callType), VK_GEOMETRY_NO_… in iterate()
1887 const auto callType = m_params.callType; in iterate() local
1892 if (callType == CallType::TRACE_RAY) in iterate()
1896 else if (callType == CallType::EXECUTE_CALLABLE) in iterate()
1900 else if (callType == CallType::REPORT_INTERSECTION) in iterate()
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dmultiplanar_external_texture.cc252 ast::StatementList createTexFnExtStatementList(sem::IntrinsicType callType) { in createTexFnExtStatementList()
257 if (callType == sem::IntrinsicType::kTextureSampleLevel) { in createTexFnExtStatementList()
267 } else if (callType == sem::IntrinsicType::kTextureLoad) { in createTexFnExtStatementList()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp974 const Type& callType = c.type(); in writeSpecialIntrinsic() local
984 this->writeWord(this->getType(callType), out); in writeSpecialIntrinsic()
998 this->getType(callType), in writeSpecialIntrinsic()
1015 this->getType(callType), in writeSpecialIntrinsic()
1024 this->getType(callType), in writeSpecialIntrinsic()
1065 SpvId type = this->getType(callType); in writeSpecialIntrinsic()
1111 this->writeWord(this->getType(callType), out); in writeSpecialIntrinsic()
1118 SpvId rtFlipY = this->vectorize(*rtFlip.y().release(), callType.columns(), out); in writeSpecialIntrinsic()
1119 SpvId flipped = this->nextId(&callType); in writeSpecialIntrinsic()
1120 this->writeInstruction(SpvOpFMul, this->getType(callType), flipped, result, rtFlipY, in writeSpecialIntrinsic()
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_telephony_call.js148 callType: CallType, property