/third_party/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 97 void writeStatement(const Statement& s); 262 this->writeStatement(*stmt.ifTrue()); in writeIfStatement() 265 this->writeStatement(*stmt.ifFalse()); in writeIfStatement() 298 this->writeStatement(*c.statement()); in writeSwitchStatement() 335 this->writeStatement(*stmt); in writeFunction() 649 void PipelineStageCodeGenerator::writeStatement(const Statement& s) { in writeStatement() function in SkSL::PipelineStage::PipelineStageCodeGenerator 704 this->writeStatement(*stmt); in writeBlock() 715 this->writeStatement(*d.statement()); in writeDoStatement() 728 this->writeStatement(*f.statement()); in writeForStatement() 734 this->writeStatement(* in writeForStatement() [all...] |
H A D | SkSLGLSLCodeGenerator.cpp | 1057 this->writeStatement(*stmt); in writeFunction() 1217 void GLSLCodeGenerator::writeStatement(const Statement& s) { in writeStatement() function in SkSL::GLSLCodeGenerator 1273 this->writeStatement(*stmt); in writeBlock() 1287 this->writeStatement(*stmt.ifTrue()); in writeIfStatement() 1290 this->writeStatement(*stmt.ifFalse()); in writeIfStatement() 1300 this->writeStatement(*f.statement()); in writeForStatement() 1306 this->writeStatement(*f.initializer()); in writeForStatement() 1326 this->writeStatement(*f.statement()); in writeForStatement() 1332 this->writeStatement(*d.statement()); in writeDoStatement() 1376 this->writeStatement(* in writeDoStatement() [all...] |
H A D | SkSLMetalCodeGenerator.cpp | 1954 this->writeStatement(*stmt); in writeFunction() 2089 void MetalCodeGenerator::writeStatement(const Statement& s) { in writeStatement() function in SkSL::MetalCodeGenerator 2145 this->writeStatement(*stmt); in writeBlock() 2159 this->writeStatement(*stmt.ifTrue()); in writeIfStatement() 2162 this->writeStatement(*stmt.ifFalse()); in writeIfStatement() 2172 this->writeStatement(*f.statement()); in writeForStatement() 2178 this->writeStatement(*f.initializer()); in writeForStatement() 2190 this->writeStatement(*f.statement()); in writeForStatement() 2195 this->writeStatement(*d.statement()); in writeDoStatement() 2217 this->writeStatement(* in writeSwitchStatement() [all...] |
H A D | SkSLGLSLCodeGenerator.h | 152 void writeStatement(const Statement& s);
|
H A D | SkSLVMCodeGenerator.cpp | 166 * Emits an trace_line opcode. writeStatement already does this, but statements that alter 232 void writeStatement(const Statement& s); 465 this->writeStatement(*function.body()); 1633 this->writeStatement(*stmt); 1671 this->writeStatement(*f.statement()); 1686 this->writeStatement(*i.ifTrue()); 1690 this->writeStatement(*i.ifFalse()); 1732 this->writeStatement(*c.statement()); 1740 this->writeStatement(*c.statement()); 1764 void SkVMGenerator::writeStatement(cons [all...] |
H A D | SkSLMetalCodeGenerator.h | 235 void writeStatement(const Statement& s);
|
H A D | SkSLSPIRVCodeGenerator.cpp | 3158 void SPIRVCodeGenerator::writeStatement(const Statement& s, OutputStream& out) { in writeStatement() function in SkSL::SPIRVCodeGenerator 3204 this->writeStatement(*stmt, out); in writeBlock() 3217 this->writeStatement(*stmt.ifTrue(), out); in writeIfStatement() 3222 this->writeStatement(*stmt.ifFalse(), out); in writeIfStatement() 3231 this->writeStatement(*stmt.ifTrue(), out); in writeIfStatement() 3241 this->writeStatement(*f.initializer(), out); in writeForStatement() 3262 this->writeStatement(*f.statement(), out); in writeForStatement() 3289 this->writeStatement(*d.statement(), out); in writeDoStatement() 3337 this->writeStatement(*c.statement(), out); in writeSwitchStatement()
|
H A D | SkSLSPIRVCodeGenerator.h | 391 void writeStatement(const Statement& s, OutputStream& out);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBarrierTests.cpp | 410 std::stringstream writeStatement; in initPrograms() local 424 writeStatement << " ssbo.data[id1d] = val;\n"; in initPrograms() 430 writeStatement << " imageStore(simage, id2d, uvec4(val, 0, 0, 0));\n"; in initPrograms() 444 const std::string writerCalcAndWrite = valStatement + writeStatement.str(); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBarrierTests.cpp | 410 std::stringstream writeStatement; in initPrograms() local 424 writeStatement << " ssbo.data[id1d] = val;\n"; in initPrograms() 430 writeStatement << " imageStore(simage, id2d, uvec4(val, 0, 0, 0));\n"; in initPrograms() 444 const std::string writerCalcAndWrite = valStatement + writeStatement.str(); in initPrograms()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | 91707 function writeStatement(statement) { global() function [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |