Searched defs:resultTypeId (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/spirv/ |
H A D | OutputSPIRV.cpp | 2069 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/ |
D | RecordTypeForUuidMappingsTest.java | 43 final int resultTypeId = RecordTypeForUuidMappings.getRecordTypeIdForUuid(recordTypeId); in testForEveryInternalRecordTypeReturnsDistinctResult() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | instruction.h | 33 uint32_t resultTypeId; member
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/ |
D | instruction.h | 33 uint32_t resultTypeId; member
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | instruction.h | 33 uint32_t resultTypeId; member
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | GlslangToSpv.cpp | 2842 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 D | SpvBuilder.cpp | 3505 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/ |
D | GlslangToSpv.cpp | 2822 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
|
D | SpvBuilder.cpp | 3254 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 D | SpirvShader.hpp | 244 SpirvID<Type> resultTypeId() const in resultTypeId() function in sw::Spirv::InsnIterator 1195 Type::ID resultTypeId = 0; member
|
H A D | SpirvShader.cpp | 2422 Type::ID resultTypeId = insn.word(1); in EmitCompositeInsert() local
|