Home
last modified time | relevance | path

Searched defs:program_ (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/inspector/
Dtest_inspector_runner.h43 std::unique_ptr<Program> program_; variable
/third_party/skia/third_party/externals/tint/src/transform/
Dtransform.h138 Output(Program&& program_, DATA... data_) in Output()
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.h224 Program const* const program_; variable
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.hpp112 …DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_ in DrawCommand()
/third_party/mesa3d/src/amd/compiler/
Daco_statistics.cpp34 BlockCycleEstimator(Program* program_) : program(program_) {} in BlockCycleEstimator()