Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h208 bool isGraphics() const { return ((mProperties.queueFlags & VK_QUEUE_GRAPHICS_BIT) > 0); } in isGraphics() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp814 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineLayoutLifetimeTest() local
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp1046 bool isGraphics(CallingConv::ID cc) { in isGraphics() function