Home
last modified time | relevance | path

Searched refs:DontCare (Results 1 - 14 of 14) sorted by relevance

/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc3975 CHECK_T32_16(Adc(DontCare, r7, r7, r6), "adcs r7, r6\n"); in TEST()
3977 CHECK_T32_16_IT_BLOCK(Adc(DontCare, eq, r7, r7, r6), in TEST()
3981 CHECK_T32_16(Add(DontCare, r6, r7, 7), "adds r6, r7, #7\n"); in TEST()
3983 CHECK_T32_16_IT_BLOCK(Add(DontCare, lt, r6, r7, 7), in TEST()
3987 CHECK_T32_16(Add(DontCare, r5, r5, 255), "adds r5, #255\n"); in TEST()
3989 CHECK_T32_16_IT_BLOCK(Add(DontCare, lt, r5, r5, 255), in TEST()
3995 CHECK_T32_16(Add(DontCare, r1, r1, r2), "add r1, r2\n"); in TEST()
3997 CHECK_T32_16(Add(DontCare, r1, r2, r7), "adds r1, r2, r7\n"); in TEST()
3999 CHECK_T32_16_IT_BLOCK(Add(DontCare, lt, r1, r2, r7), in TEST()
4003 CHECK_T32_16(Add(DontCare, r in TEST()
[all...]
H A Dtest-assembler-aarch32.cc5979 // CHECK_SIZE_MATCH(Adc(DontCare, r7, r6, r7),
5980 // Adc(DontCare, r7, r7, r6));
5982 // CHECK_SIZE_MATCH(Adc(DontCare, eq, r7, r6, r7),
5983 // Adc(DontCare, eq, r7, r7, r6));
5985 CHECK_SIZE_MATCH(Add(DontCare, r1, r2, r7), Add(DontCare, r1, r7, r2));
5987 CHECK_SIZE_MATCH(Add(DontCare, lt, r1, r2, r7),
5988 Add(DontCare, lt, r1, r7, r2));
5990 // CHECK_SIZE_MATCH(Add(DontCare, r4, r4, r10),
5991 // Add(DontCare, r
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1State.cpp81 mLineSmoothHint(HintSetting::DontCare),
82 mPointSmoothHint(HintSetting::DontCare),
83 mPerspectiveCorrectionHint(HintSetting::DontCare),
84 mFogHint(HintSetting::DontCare)
170 mLineSmoothHint = HintSetting::DontCare; in initialize()
171 mPointSmoothHint = HintSetting::DontCare; in initialize()
172 mPerspectiveCorrectionHint = HintSetting::DontCare; in initialize()
173 mFogHint = HintSetting::DontCare; in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp2448 ? vk::RenderPassStoreOp::DontCare in startNewRenderPass()
2462 : vk::RenderPassLoadOp::DontCare; in startNewRenderPass()
2464 if (loadOp == vk::RenderPassLoadOp::DontCare && in startNewRenderPass()
2483 renderPassAttachmentOps.setStencilOps(colorIndexVk, vk::RenderPassLoadOp::DontCare, in startNewRenderPass()
2484 vk::RenderPassStoreOp::DontCare); in startNewRenderPass()
2538 depthLoadOp = vk::RenderPassLoadOp::DontCare; in startNewRenderPass()
2543 stencilLoadOp = vk::RenderPassLoadOp::DontCare; in startNewRenderPass()
2552 depthStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass()
2556 stencilStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass()
2594 stencilLoadOp = vk::RenderPassLoadOp::DontCare; in startNewRenderPass()
[all...]
H A Dvk_cache_utils.h108 DontCare = VK_ATTACHMENT_LOAD_OP_DONT_CARE, member in rx::vk::RenderPassLoadOp
114 DontCare = VK_ATTACHMENT_STORE_OP_DONT_CARE, member in rx::vk::RenderPassStoreOp
H A Dvk_helpers.cpp1629 depthLoadOp == RenderPassLoadOp::DontCare && !mRenderPassDesc.hasDepthUnresolveAttachment(); in finalizeDepthStencilLoadStore()
1633 depthStoreOp = RenderPassStoreOp::DontCare; in finalizeDepthStencilLoadStore()
1642 const bool stencilNotLoaded = stencilLoadOp == RenderPassLoadOp::DontCare && in finalizeDepthStencilLoadStore()
1647 stencilStoreOp = RenderPassStoreOp::DontCare; in finalizeDepthStencilLoadStore()
1691 // For read only depth stencil, we can use StoreOpNone if available. DontCare is still in finalizeDepthStencilLoadStoreOps()
1692 // preferred, so do this after handling DontCare. in finalizeDepthStencilLoadStoreOps()
1709 if (*storeOp == RenderPassStoreOp::DontCare) in finalizeDepthStencilLoadStoreOps()
1714 *loadOp = RenderPassLoadOp::DontCare; in finalizeDepthStencilLoadStoreOps()
1825 SetBitField(mAttachmentOps[attachmentIndex].storeOp, RenderPassStoreOp::DontCare); in invalidateRenderPassColorAttachment()
H A Dvk_cache_utils.cpp39 static_assert(static_cast<uint32_t>(RenderPassLoadOp::DontCare) == VK_ATTACHMENT_LOAD_OP_DONT_CARE,
46 static_assert(static_cast<uint32_t>(RenderPassStoreOp::DontCare) ==
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSpillPlacement.h81 DontCare, ///< Block doesn't care / variable not live. enumerator
H A DSpillPlacement.cpp270 if (I->Entry != DontCare) { in addConstraints()
277 if (I->Exit != DontCare) { in addConstraints()
H A DRegAllocGreedy.cpp1199 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
1203 : SpillPlacement::DontCare; in addSplitConstraints()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedGLEnums_autogen.cpp681 return HintSetting::DontCare; in FromGLenum()
695 case HintSetting::DontCare: in ToGLenum()
711 case HintSetting::DontCare: in operator <<()
H A DPackedGLEnums_autogen.h190 DontCare = 0, member in gl::HintSetting
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h47 enum FlagsUpdate { LeaveFlags = 0, SetFlags = 1, DontCare = 2 }; enumerator
1158 case DontCare: in MacroAssembler()
1250 case DontCare: in MacroAssembler()
1348 case DontCare: in MacroAssembler()
1425 case DontCare: in MacroAssembler()
1566 case DontCare: in MacroAssembler()
1990 case DontCare: in MacroAssembler()
2679 case DontCare: in MacroAssembler()
2754 case DontCare: in MacroAssembler()
2824 case DontCare in MacroAssembler()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp141 DontCare, enumerator

Completed in 59 milliseconds