Home
last modified time | relevance | path

Searched refs:isCustom (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h67 unsigned isCustom : 1; variable
86 Ret.isCustom = false; in getReg()
98 Ret.isCustom = true; in getCustomReg()
109 Ret.isCustom = false; in getMem()
121 Ret.isCustom = true; in getCustomMem()
148 bool needsCustom() const { return isCustom; } in needsCustom()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp83 bool isCustom (void) const in isCustom() function
163 if (m_params.isCustom()) in checkSupport()
467 if (params.isCustom()) in comparePixelToColorClearValue()
521 if (params.isCustom()) in comparePixelToColorClearValue()
567 if (params.isCustom()) in comparePixelToColorClearValue()
615 if (params.isCustom()) in comparePixelToColorClearValue()
702 const auto custom = m_params.isCustom(); in iterate()
1419 if (params.isCustom()) in createSamplerBorderSwizzleTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp848 bool isCustom = false; in LegalizeLoadOps() local
853 isCustom = true; in LegalizeLoadOps()
859 if (isCustom) { in LegalizeLoadOps()