Searched refs:isGraphics (Results 1 – 8 of 8) sorted by relevance
814 const bool isGraphics = (bindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS); in pipelineLayoutLifetimeTest() local847 if (isGraphics) in pipelineLayoutLifetimeTest()955 (isGraphics ? 3u : 5u), // deUint32 maxSets; in pipelineLayoutLifetimeTest()974 const auto shaderStage = (isGraphics ? VK_SHADER_STAGE_FRAGMENT_BIT : VK_SHADER_STAGE_COMPUTE_BIT); in pipelineLayoutLifetimeTest()1069 if (isGraphics) in pipelineLayoutLifetimeTest()1127 if (isGraphics) in pipelineLayoutLifetimeTest()1139 if (isGraphics) in pipelineLayoutLifetimeTest()
144 IsGraphics(AMDGPU::isGraphics(F.getCallingConv())), in GCNTTIImpl()
788 const bool IsGraphics = AMDGPU::isGraphics(CC); in lowerFormalArguments()
2240 if (Subtarget->isAmdHsaOS() && AMDGPU::isGraphics(CallConv)) { in LowerFormalArguments()2253 bool IsGraphics = AMDGPU::isGraphics(CallConv); in LowerFormalArguments()
5207 if (isMIMG(MI) || (AMDGPU::isGraphics(MF.getFunction().getCallingConv()) && in legalizeOperands()
208 bool isGraphics() const { return ((mProperties.queueFlags & VK_QUEUE_GRAPHICS_BIT) > 0); } in isGraphics() function
571 bool isGraphics(CallingConv::ID CC);
1046 bool isGraphics(CallingConv::ID cc) { in isGraphics() function1051 return !isGraphics(cc) || cc == CallingConv::AMDGPU_CS; in isCompute()