Home
last modified time | relevance | path

Searched defs:ComputeProgram (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.hpp39 class ComputeProgram : public Coroutine<SpirvShader::YieldResult( class
DComputeProgram.cpp41 ComputeProgram::ComputeProgram(vk::Device *device, std::shared_ptr<SpirvShader> shader, vk::Pipelin… in ComputeProgram() function in sw::ComputeProgram
/third_party/mesa3d/src/mesa/main/
Dmtypes.h3439 struct gl_compute_program_state ComputeProgram; member