Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramPipeline.h44 bool isCompute() const { return mIsCompute; } in isCompute() function
45 void setIsCompute(bool isCompute) { mIsCompute = isCompute; } in setIsCompute()
DProgramExecutable.cpp172 bool ProgramExecutable::isCompute() const in isCompute() function in gl::ProgramExecutable
DProgram.h331 bool isCompute() const { return mExecutable->hasLinkedShaderStage(ShaderType::Compute); } in isCompute() function
DContext.cpp5567 void Context::convertPpoToComputeOrDraw(bool isCompute) in convertPpoToComputeOrDraw()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp435 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() local
724 const bool isCompute = function >= Function::ComputeStartIndex; in setupProgram() local