Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.h62 void WriteTypeVector(Blob *blob,
Dspirv_instruction_builder_autogen.cpp296 void WriteTypeVector(Blob *blob, in WriteTypeVector() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp719 spirv::WriteTypeVector(blobOut, vec4Id, baseId, spirv::LiteralInteger(4)); in InsertDerivativeTypes()
768 spirv::WriteTypeVector(blobOut, spirv::IdRef(kIdSInt2Type), spirv::IdRef(kIdSIntType), in InsertCommonTypes()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp841 spirv::WriteTypeVector(&mSpirvTypeAndConstantDecls, typeId, componentTypeId, in declareType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1393 spirv::WriteTypeVector(blobOut, mVec4Id, mFloatId, spirv::LiteralInteger(4)); in writePendingDeclarations()
1411 spirv::WriteTypeVector(blobOut, mIvec4Id, mIntId, spirv::LiteralInteger(4)); in writePendingDeclarations()