Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.h227 bool isCompute() const { return ((mProperties.queueFlags & VK_QUEUE_COMPUTE_BIT) > 0); } in isCompute() function
DUtilsVk.cpp1114 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() local
1442 const bool isCompute = function >= Function::ComputeStartIndex; in setupProgram() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h348 bool isCompute() const { return mExecutable->hasLinkedShaderStage(ShaderType::Compute); } in isCompute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp900 bool isCompute(CallingConv::ID cc) { in isCompute() function