Home
last modified time | relevance | path

Searched refs:writeType (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp127 void MetalCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::MetalCodeGenerator
214 this->writeType(call.type()); in getOutParamHelper()
236 this->writeType(*type); in getOutParamHelper()
262 this->writeType(arguments[index]->type()); in getOutParamHelper()
280 this->writeType(call.type()); in getOutParamHelper()
1238 this->writeType(matrixType); in writeConstructorCompoundMatrix()
1248 this->writeType(columnType); in writeConstructorCompoundMatrix()
1267 this->writeType(c.type()); in writeAnyConstructor()
1573 this->writeType(matrixType); in writeNumberAsMatrix()
1858 this->writeType(intf.variable().type()); in writeFunctionDeclaration()
[all …]
DSkSLGLSLCodeGenerator.cpp154 this->writeType(baseType); in writeStructDefinition()
166 void GLSLCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::GLSLCodeGenerator
700 this->writeType(c.type()); in writeConstructorDiagonalMatrix()
728 this->writeType(c.type()); in writeAnyConstructor()
1014 this->writeType(f.returnType()); in writeFunctionDeclaration()
1034 this->writeType(*type); in writeFunctionDeclaration()
1132 this->writeType(*f.fType); in writeInterfaceBlock()
1190 this->writeType(var.baseType()); in writeVarDeclaration()
DSkSLPipelineStageCodeGenerator.cpp68 void writeType(const Type& type);
457 void PipelineStageCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::PipelineStage::PipelineStageCodeGenerator
517 this->writeType(c.type()); in writeAnyConstructor()
DSkSLGLSLCodeGenerator.h74 void writeType(const Type& type);
DSkSLMetalCodeGenerator.h115 void writeType(const Type& type);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp248 WriteType writeType; member
258 : writeType(WriteType::IMAGE_INFO) in WriteInfo()
263 : writeType(WriteType::BUFFER_INFO) in WriteInfo()
268 : writeType(WriteType::BUFFER_VIEW) in WriteInfo()
273 : writeType(WriteType::ACCELERATION_STRUCTURE_INFO) in WriteInfo()
1735 switch (writeInfo.writeType) in updateDescriptorSet()
1753 writeInfo.writeType != WriteType::ACCELERATION_STRUCTURE_INFO) in updateDescriptorSet()
1765 … ((writeInfo.writeType == WriteType::ACCELERATION_STRUCTURE_INFO) ? &asWriteVec.back() : nullptr), in updateDescriptorSet()
1771 (writeInfo.writeType == WriteType::IMAGE_INFO ? &imageInfoVec.back() : nullptr), in updateDescriptorSet()
1772 (writeInfo.writeType == WriteType::BUFFER_INFO ? &bufferInfoVec.back() : nullptr), in updateDescriptorSet()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp486 bool writeType = size > 1; in writeConstantUnion() local
487 if (writeType) in writeConstantUnion()
514 if (writeType) in writeConstantUnion()
DOutputHLSL.cpp3373 bool writeType = size > 1; in writeConstantUnion() local
3375 if (writeType) in writeConstantUnion()
3380 if (writeType) in writeConstantUnion()
/third_party/vk-gl-cts/modules/glshared/
DglsBufferTestUtil.hpp137 BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType);
DglsBufferTestUtil.cpp267 BufferWriter::BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType) in BufferWriter() argument
270 switch (writeType) in BufferWriter()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp1421 bool writeType = size > 1; in emitConstantUnion() local
1422 if (writeType) in emitConstantUnion()
1429 if (writeType) in emitConstantUnion()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp305 std::string writeType; member
459 src << layout << "shared A { " << m_caseDef.writeType << "; } a;\n"; in initPrograms()
/third_party/typescript/src/services/
DsignatureHelp.ts606 …checker.writeType(checker.getReturnTypeOfSignature(candidateSignature), enclosingDeclaration, /*fl…
Dutilities.ts2452 …typechecker.writeType(type, enclosingDeclaration, flags | TypeFormatFlags.MultilineObjectLiterals …
/third_party/typescript/src/compiler/
Dchecker.ts526 writeType: (type, enclosingDeclaration, flags, writer) => {
8886 return !!getSymbolLinks(target as Symbol).writeType;
10046 if (!links.writeType) {
10053 let writeType = getAnnotatedAccessorType(setter);
10058 writeType = anyType;
10061 links.writeType = writeType || getTypeOfAccessors(symbol);
10063 return links.writeType;
10156 …return links.writeType || (links.writeType = instantiateType(getWriteTypeOfSymbol(links.target!), …
10190 if (!links.writeType && links.deferralWriteConstituents) {
10193 …links.writeType = links.deferralParent.flags & TypeFlags.Union ? getUnionType(links.deferralWriteC…
[all …]
Dtypes.ts4734 …/* @internal */ writeType(type: Type, enclosingDeclaration?: Node, flags?: TypeFormatFlags, writer…
5438 writeType?: Type; // Type of value symbol in write contexts
/third_party/typescript/lib/
DtypingsInstaller.js50952 writeType: function (type, enclosingDeclaration, flags, writer) { method
58430 return !!getSymbolLinks(target).writeType;
59514 if (!links.writeType) {
59519 var writeType = getAnnotatedAccessorType(setter);
59524 writeType = anyType;
59527 links.writeType = writeType || getTypeOfAccessors(symbol);
59529 return links.writeType;
59615 …return links.writeType || (links.writeType = instantiateType(getWriteTypeOfSymbol(links.target), l…
59644 if (!links.writeType && links.deferralWriteConstituents) {
59647 …links.writeType = links.deferralParent.flags & 1048576 /* TypeFlags.Union */ ? getUnionType(links.…
[all …]
Dtsc.js41943 writeType: function (type, enclosingDeclaration, flags, writer) { method
48476 return !!getSymbolLinks(target).writeType;
49420 if (!links.writeType) {
49425 var writeType = getAnnotatedAccessorType(setter);
49430 writeType = anyType;
49432 links.writeType = writeType || getTypeOfAccessors(symbol);
49434 return links.writeType;
49514 …return links.writeType || (links.writeType = instantiateType(getWriteTypeOfSymbol(links.target), l…
49538 if (!links.writeType && links.deferralWriteConstituents) {
49541 …links.writeType = links.deferralParent.flags & 1048576 ? getUnionType(links.deferralWriteConstitue…
[all …]