Searched defs:isGraphics (Results 1 – 5 of 5) sorted by relevance
855 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineLayoutLifetimeTest() local1527 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineInvalidPointersUnusedStructsTest() local
328 bool isGraphics() const { return ((mProperties.queueFlags & VK_QUEUE_GRAPHICS_BIT) > 0); } in isGraphics() function
1877 bool isGraphics(CallingConv::ID cc) { in isGraphics() function
1903 const auto isGraphics = (m_params->pipelineType == PipelineType::GRAPHICS); in iterate() local
375 bool isGraphics() const in isGraphics() function