Home
last modified time | relevance | path

Searched refs:writeStatement (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp97 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 DSkSLGLSLCodeGenerator.cpp1057 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 DSkSLMetalCodeGenerator.cpp1954 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 DSkSLGLSLCodeGenerator.h152 void writeStatement(const Statement& s);
H A DSkSLVMCodeGenerator.cpp166 * 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 DSkSLMetalCodeGenerator.h235 void writeStatement(const Statement& s);
H A DSkSLSPIRVCodeGenerator.cpp3158 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 DSkSLSPIRVCodeGenerator.h391 void writeStatement(const Statement& s, OutputStream& out);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp410 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 DvktRayTracingBarrierTests.cpp410 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 DtypingsInstaller.js[all...]
H A Dtsc.js91707 function writeStatement(statement) { global() function
[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 231 milliseconds