Home
last modified time | relevance | path

Searched refs:writeBlock (Results 1 – 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dhostsyncgenerator.py38 def writeBlock(self, basename, title, contents): member in HostSynchronizationOutputGenerator
60 self.writeBlock('parameters.adoc',
63 self.writeBlock('parameterlists.adoc',
66 self.writeBlock('implicit.adoc',
Dsyncgenerator.py62 def writeBlock(self, basename, contents): member in SyncOutputGenerator
161 self.writeBlock(f'flagDefinitions/{name}{self.file_suffix}', output)
170 self.writeBlock(f'flagDefinitions/{name}{self.file_suffix}', output)
190 self.writeBlock(f'supportedPipelineStages{self.file_suffix}', output)
215 self.writeBlock(f'supportedAccessTypes{self.file_suffix}', output)
241 self.writeBlock(f'pipelineOrders/{file_name}{self.file_suffix}', output)
Dformatsgenerator.py89 self.writeBlock(f'compatibility{self.file_suffix}', compatibility_table)
112 self.writeBlock(f'packed{self.file_suffix}', packed_table)
119 self.writeBlock(f'spirvimageformat{self.file_suffix}', spirv_image_format_table)
147 self.writeBlock(f'planeformat{self.file_suffix}', plane_format_table)
152 def writeBlock(self, basename, contents): member in FormatsOutputGenerator
Dspirvcapgenerator.py204 self.writeBlock('captable.adoc', captable)
205 self.writeBlock('exttable.adoc', exttable)
210 def writeBlock(self, basename, contents): member in SpirvCapabilityOutputGenerator
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp98 void writeBlock(const Block& b);
652 this->writeBlock(s.as<Block>()); in writeStatement()
695 void PipelineStageCodeGenerator::writeBlock(const Block& b) { in writeBlock() function in SkSL::PipelineStage::PipelineStageCodeGenerator
DSkSLGLSLCodeGenerator.h154 void writeBlock(const Block& b);
DSkSLMetalCodeGenerator.h239 void writeBlock(const Block& b);
DSkSLSPIRVCodeGenerator.h393 void writeBlock(const Block& b, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp1220 this->writeBlock(s.as<Block>()); in writeStatement()
1263 void GLSLCodeGenerator::writeBlock(const Block& b) { in writeBlock() function in SkSL::GLSLCodeGenerator
DSkSLVMCodeGenerator.cpp233 void writeBlock(const Block& b);
1631 void SkVMGenerator::writeBlock(const Block& b) { in writeBlock() function in SkSL::SkVMGenerator
1769 this->writeBlock(s.as<Block>()); in writeStatement()
DSkSLMetalCodeGenerator.cpp2092 this->writeBlock(s.as<Block>()); in writeStatement()
2135 void MetalCodeGenerator::writeBlock(const Block& b) { in writeBlock() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp2936 this->writeBlock(f.body()->as<Block>(), bodyBuffer); in writeFunction()
3164 this->writeBlock(s.as<Block>(), out); in writeStatement()
3202 void SPIRVCodeGenerator::writeBlock(const Block& b, OutputStream& out) { in writeBlock() function in SkSL::SPIRVCodeGenerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2Writable.java351 private void writeBlock(int block, int value) { in writeBlock() method in Trie2Writable
495 writeBlock(repeatBlock, value); in setRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrie2Writable.java353 private void writeBlock(int block, int value) { in writeBlock() method in Trie2Writable
497 writeBlock(repeatBlock, value); in setRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java235 private void writeBlock(int block, int value) { in writeBlock() method in MutableCodePointTrie
463 writeBlock(newBlock, index[iStart]); in getDataBlock()
472 writeBlock(newBlock, index[i]); in getDataBlock()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java240 private void writeBlock(int block, int value) { in writeBlock() method in MutableCodePointTrie
471 writeBlock(newBlock, index[iStart]); in getDataBlock()
480 writeBlock(newBlock, index[i]); in getDataBlock()
/third_party/node/deps/icu-small/source/common/
Dutrie2_builder.cpp704 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
866 writeBlock(newTrie->data+repeatBlock, value); in utrie2_setRange32()
Dumutablecptrie.cpp376 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
451 writeBlock(data + newBlock, index[iStart]); in getDataBlock()
460 writeBlock(data + newBlock, index[i]); in getDataBlock()
/third_party/icu/icu4c/source/common/
Dutrie2_builder.cpp704 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
866 writeBlock(newTrie->data+repeatBlock, value); in utrie2_setRange32()
Dumutablecptrie.cpp376 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
451 writeBlock(data + newBlock, index[iStart]); in getDataBlock()
460 writeBlock(data + newBlock, index[i]); in getDataBlock()
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2_builder.cpp704 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
866 writeBlock(newTrie->data+repeatBlock, value); in utrie2_setRange32()
Dumutablecptrie.cpp376 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
451 writeBlock(data + newBlock, index[iStart]); in getDataBlock()
460 writeBlock(data + newBlock, index[i]); in getDataBlock()