Searched defs:isGraphics (Results 1 – 3 of 3) sorted by relevance
208 bool isGraphics() const { return ((mProperties.queueFlags & VK_QUEUE_GRAPHICS_BIT) > 0); } in isGraphics() function
814 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineLayoutLifetimeTest() local
1046 bool isGraphics(CallingConv::ID cc) { in isGraphics() function