Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.h61 void WriteTypeFloat(Blob *blob, IdResult idResult, LiteralInteger width);
Dspirv_instruction_builder_autogen.cpp288 void WriteTypeFloat(Blob *blob, IdResult idResult, LiteralInteger width) in WriteTypeFloat() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp855 spirv::WriteTypeFloat(&mSpirvTypeAndConstantDecls, typeId, in declareType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp740 spirv::WriteTypeFloat(blobOut, spirv::IdRef(kIdFloatType), spirv::LiteralInteger(32)); in InsertCommonTypes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1387 spirv::WriteTypeFloat(blobOut, mFloatId, spirv::LiteralInteger(32)); in writePendingDeclarations()