Searched refs:WriteTypeInt (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/compiler/translator/ |
D | BuildSPIRV.cpp | 690 spirv::WriteTypeInt(&mSpirvTypeAndConstantDecls, typeId, spirv::LiteralInteger(32), in declareType() 694 spirv::WriteTypeInt(&mSpirvTypeAndConstantDecls, typeId, spirv::LiteralInteger(32), in declareType()
|
/external/angle/src/common/spirv/ |
D | spirv_instruction_builder_autogen.h | 60 void WriteTypeInt(Blob *blob, IdResult idResult, LiteralInteger width, LiteralInteger signedness);
|
D | spirv_instruction_builder_autogen.cpp | 279 void WriteTypeInt(Blob *blob, IdResult idResult, LiteralInteger width, LiteralInteger signedness) in WriteTypeInt() function
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 754 spirv::WriteTypeInt(blobOut, spirv::IdRef(kIdSIntType), spirv::LiteralInteger(32), in InsertCommonTypes() 761 spirv::WriteTypeInt(blobOut, spirv::IdRef(kIdUIntType), spirv::LiteralInteger(32), in InsertCommonTypes()
|
/external/angle/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 1358 spirv::WriteTypeInt(blobOut, mIntId, spirv::LiteralInteger(32), spirv::LiteralInteger(1)); in writePendingDeclarations()
|