Searched refs:WriteConstantComposite (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/spirv/ |
D | spirv_instruction_builder_autogen.h | 93 void WriteConstantComposite(Blob *blob,
|
D | spirv_instruction_builder_autogen.cpp | 439 void WriteConstantComposite(Blob *blob, in WriteConstantComposite() function
|
/external/angle/src/compiler/translator/ |
D | BuildSPIRV.cpp | 1260 spirv::WriteConstantComposite(&mSpirvTypeAndConstantDecls, typeId, constantId, values); in getCompositeConstant()
|
D | OutputSPIRV.cpp | 702 spirv::WriteConstantComposite(mBuilder.getSpirvTypeAndConstantDecls(), uvecTypeId, in accessChainPushDynamicComponent()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 778 spirv::WriteConstantComposite(blobOut, spirv::IdRef(kIdSInt2Type), spirv::IdRef(kIdSInt2Zero), in InsertCommonTypes()
|
/external/angle/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 2229 spirv::WriteConstantComposite(blobOut, mIVec4Id, mBufferStridesCompositeId, compositeIds); in writePendingDeclarations()
|