Searched refs:IsGraphics (Results 1 – 8 of 8) sorted by relevance
428 if (!info.vk_pipeline->IsGraphics()) in DoClearColor()437 if (!info.vk_pipeline->IsGraphics()) in DoClearStencil()445 if (!info.vk_pipeline->IsGraphics()) in DoClearDepth()453 if (!info.vk_pipeline->IsGraphics()) in DoClear()461 if (!info.vk_pipeline->IsGraphics()) in DoDrawRect()526 if (!info.vk_pipeline->IsGraphics()) in DoDrawGrid()622 if (info.vk_pipeline->IsGraphics()) in DoCompute()646 if (!info.vk_pipeline->IsGraphics()) in DoPatchParameterVertices()
46 bool IsGraphics() const { return pipeline_type_ == PipelineType::kGraphics; } in IsGraphics() function
465 IsGraphics() ? VK_PIPELINE_BIND_POINT_GRAPHICS in BindVkDescriptorSets()
79 bool IsGraphics; variable144 IsGraphics(AMDGPU::isGraphics(F.getCallingConv())), in GCNTTIImpl()224 if (IsGraphics) in getFlatAddressSpace()
788 const bool IsGraphics = AMDGPU::isGraphics(CC); in lowerFormalArguments() local829 if (!IsGraphics && InReg) in lowerFormalArguments()940 TLI.allocateSystemSGPRs(CCInfo, MF, *Info, CC, IsGraphics); in lowerFormalArguments()
2253 bool IsGraphics = AMDGPU::isGraphics(CallConv); in LowerFormalArguments() local2257 if (IsGraphics) { in LowerFormalArguments()2450 allocateSystemSGPRs(CCInfo, MF, *Info, CallConv, IsGraphics); in LowerFormalArguments()
2376 if (!pipeline->IsGraphics()) in ParseRun()2446 if (!pipeline->IsGraphics()) in ParseRun()2533 if (!pipeline->IsGraphics()) in ParseRun()2882 if (!pipeline->IsGraphics()) in ParseClear()3279 if (!pipeline->IsGraphics()) { in ParseClearColor()3342 if (!pipeline->IsGraphics()) { in ParseClearDepth()3374 if (!pipeline->IsGraphics()) { in ParseClearStencil()
230 bool IsGraphics() const { return pipeline_type_ == PipelineType::kGraphics; } in IsGraphics() function