Home
last modified time | relevance | path

Searched defs:resultTypeId (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp2069 spirv::IdRef resultTypeId) in createFunctionCall()
2305 spirv::IdRef OutputSPIRVTraverser::visitOperator(TIntermOperator *node, spirv::IdRef resultTypeId) in visitOperator()
3102 spirv::IdRef OutputSPIRVTraverser::createCompare(TIntermOperator *node, spirv::IdRef resultTypeId) in createCompare()
3175 spirv::IdRef resultTypeId) in createAtomicBuiltIn()
3319 spirv::IdRef resultTypeId) in createImageTextureBuiltIn()
4059 spirv::IdRef resultTypeId) in createSubpassLoadBuiltIn()
4088 spirv::IdRef resultTypeId) in createInterpolate()
4410 spirv::IdRef resultTypeId, in extendScalarParamsToVector()
4478 spirv::IdRef resultTypeId, in createCompareImpl()
4973 const spirv::IdRef resultTypeId = mBuilder.getTypeData(node->getType(), resultTypeSpec).id; in visitBinary() local
[all …]
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/utils/
DRecordTypeForUuidMappingsTest.java43 final int resultTypeId = RecordTypeForUuidMappings.getRecordTypeIdForUuid(recordTypeId); in testForEveryInternalRecordTypeReturnsDistinctResult() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dinstruction.h33 uint32_t resultTypeId; member
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dinstruction.h33 uint32_t resultTypeId; member
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dinstruction.h33 uint32_t resultTypeId; member
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp2842 spv::Id TGlslangToSpvTraverser::createCompositeConstruct(spv::Id resultTypeId, std::vector<spv::Id>… in createCompositeConstruct()
6301 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall() local
6317 spv::Id resultTypeId; in createImageTextureFunctionCall() local
H A DSpvBuilder.cpp3505 Id Builder::createConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createConstructor()
3599 …der::createMatrixConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createMatrixConstructor()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2822 spv::Id TGlslangToSpvTraverser::createCompositeConstruct(spv::Id resultTypeId, std::vector<spv::Id>… in createCompositeConstruct()
6046 spv::Id resultTypeId = builder.makeStructResultType(typeId0, typeId1); in createImageTextureFunctionCall() local
6062 spv::Id resultTypeId; in createImageTextureFunctionCall() local
DSpvBuilder.cpp3254 Id Builder::createConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createConstructor()
3339 …der::createMatrixConstructor(Decoration precision, const std::vector<Id>& sources, Id resultTypeId) in createMatrixConstructor()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.hpp244 SpirvID<Type> resultTypeId() const in resultTypeId() function in sw::Spirv::InsnIterator
1195 Type::ID resultTypeId = 0; member
H A DSpirvShader.cpp2422 Type::ID resultTypeId = insn.word(1); in EmitCompositeInsert() local