Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp855 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineLayoutLifetimeTest() local
1527 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineInvalidPointersUnusedStructsTest() local
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h311 bool isGraphics() const { return ((mProperties.queueFlags & VK_QUEUE_GRAPHICS_BIT) > 0); } in isGraphics() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp1877 bool isGraphics(CallingConv::ID cc) { in isGraphics() function
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp375 bool isGraphics() const in isGraphics() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp1899 const auto isGraphics = (m_params->pipelineType == PipelineType::GRAPHICS); in iterate() local