Searched defs:isCompute (Results 1 – 5 of 5) sorted by relevance
147 bool isCompute(CallingConv::ID cc) { in isCompute() function
82 bool isCompute() const { return hasLinkedShaderStage(ShaderType::Compute); } in isCompute() function
435 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() local724 const bool isCompute = function >= Function::ComputeStartIndex; in setupProgram() local
621 bool isCompute(CallingConv::ID cc) { in isCompute() function
446 bool isCompute; // Is this DC a compute context? member