Home
last modified time | relevance | path

Searched refs:IsGraphics (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc428 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()
Dpipeline.h46 bool IsGraphics() const { return pipeline_type_ == PipelineType::kGraphics; } in IsGraphics() function
Dpipeline.cc465 IsGraphics() ? VK_PIPELINE_BIND_POINT_GRAPHICS in BindVkDescriptorSets()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h79 bool IsGraphics; variable
144 IsGraphics(AMDGPU::isGraphics(F.getCallingConv())), in GCNTTIImpl()
224 if (IsGraphics) in getFlatAddressSpace()
DAMDGPUCallLowering.cpp788 const bool IsGraphics = AMDGPU::isGraphics(CC); in lowerFormalArguments() local
829 if (!IsGraphics && InReg) in lowerFormalArguments()
940 TLI.allocateSystemSGPRs(CCInfo, MF, *Info, CC, IsGraphics); in lowerFormalArguments()
DSIISelLowering.cpp2253 bool IsGraphics = AMDGPU::isGraphics(CallConv); in LowerFormalArguments() local
2257 if (IsGraphics) { in LowerFormalArguments()
2450 allocateSystemSGPRs(CCInfo, MF, *Info, CallConv, IsGraphics); in LowerFormalArguments()
/external/deqp-deps/amber/src/amberscript/
Dparser.cc2376 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()
/external/deqp-deps/amber/src/
Dpipeline.h230 bool IsGraphics() const { return pipeline_type_ == PipelineType::kGraphics; } in IsGraphics() function