/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 3975 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, r4, r4, r12), "add r4, ip\n"); in TEST() [all …]
|
D | test-assembler-aarch32.cc | 5985 CHECK_SIZE_MATCH(Add(DontCare, r1, r2, r7), Add(DontCare, r1, r7, r2)); in TEST_T32() 5987 CHECK_SIZE_MATCH(Add(DontCare, lt, r1, r2, r7), in TEST_T32() 5988 Add(DontCare, lt, r1, r7, r2)); in TEST_T32()
|
/external/rust/crates/vulkano/src/render_pass/ |
D | framebuffer.rs | 621 store: DontCare, in simple_create() 666 store: DontCare, in attachment_format_mismatch() 701 store: DontCare, in attachment_dims_larger_than_specified_valid() 735 store: DontCare, in attachment_dims_smaller_than_specified() 774 store: DontCare, in multi_attachments_dims_not_identical() 780 store: DontCare, in multi_attachments_dims_not_identical() 823 store: DontCare, in multi_attachments_auto_smaller() 829 store: DontCare, in multi_attachments_auto_smaller() 874 store: DontCare, in not_enough_attachments() 880 store: DontCare, in not_enough_attachments() [all …]
|
D | render_pass.rs | 868 a1: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 869 a2: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 870 a3: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 871 a4: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 872 a5: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 873 a6: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 874 a7: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 875 a8: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 876 a9: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, }, in too_many_color_atch() 877 a10: { load: Clear, store: DontCare, format: Format::R8G8B8A8Unorm, samples: 1, } in too_many_color_atch() [all …]
|
D | macros.rs | 218 store: DontCare, in single_pass_resolve() 223 load: DontCare, in single_pass_resolve()
|
D | desc.rs | 315 DontCare = ash::vk::AttachmentStoreOp::DONT_CARE.as_raw(), enumerator 351 DontCare = ash::vk::AttachmentLoadOp::DONT_CARE.as_raw(), enumerator
|
/external/angle/src/libANGLE/ |
D | GLES1State.cpp | 86 mLineSmoothHint(HintSetting::DontCare), 87 mPointSmoothHint(HintSetting::DontCare), 88 mPerspectiveCorrectionHint(HintSetting::DontCare), 89 mFogHint(HintSetting::DontCare) 175 mLineSmoothHint = HintSetting::DontCare; in initialize() 176 mPointSmoothHint = HintSetting::DontCare; in initialize() 177 mPerspectiveCorrectionHint = HintSetting::DontCare; in initialize() 178 mFogHint = HintSetting::DontCare; in initialize()
|
/external/crosvm/disk/src/ |
D | android_sparse.rs | 94 DontCare, enumerator 150 CHUNK_TYPE_DONT_CARE => Chunk::DontCare, in parse_chunk() 282 Chunk::DontCare => { in read_at_volatile() 397 Chunk::DontCare => { in read_to_mem() 497 chunk: Chunk::DontCare, in parse_dont_care() 552 chunk: Chunk::DontCare, in read_dontcare() 598 chunk: Chunk::DontCare, in read_fill_offset_edges() 699 chunk: Chunk::DontCare, in async_read_dontcare() 714 chunk: Chunk::DontCare, in async_read_dontcare_with_offsets() 817 chunk: Chunk::DontCare, in async_read_fill_offset_edges() [all …]
|
/external/skia/src/gpu/ganesh/mtl/ |
D | GrMtlCommandBuffer.mm | 98 // * the first's store actions are either Store or DontCare 99 // * the second's load actions are either Load or DontCare 115 // we could reset the active RenderCommandEncoder's store action to DontCare 123 // TODO: if the first store action is DontCare we could reset the active
|
/external/llvm/lib/CodeGen/ |
D | SpillPlacement.h | 82 DontCare, ///< Block doesn't care / variable not live. enumerator
|
D | SpillPlacement.cpp | 262 if (I->Entry != DontCare) { in addConstraints() 269 if (I->Exit != DontCare) { in addConstraints()
|
D | RegAllocGreedy.cpp | 947 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 948 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SpillPlacement.h | 81 DontCare, ///< Block doesn't care / variable not live. enumerator
|
D | SpillPlacement.cpp | 270 if (I->Entry != DontCare) { in addConstraints() 277 if (I->Exit != DontCare) { in addConstraints()
|
D | RegAllocGreedy.cpp | 1199 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 1203 : SpillPlacement::DontCare; in addSplitConstraints()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.cpp | 2852 ? vk::RenderPassStoreOp::DontCare in startNewRenderPass() 2866 : vk::RenderPassLoadOp::DontCare; in startNewRenderPass() 2872 renderPassAttachmentOps.setStencilOps(colorIndexVk, vk::RenderPassLoadOp::DontCare, in startNewRenderPass() 2873 vk::RenderPassStoreOp::DontCare); in startNewRenderPass() 2924 depthLoadOp = vk::RenderPassLoadOp::DontCare; in startNewRenderPass() 2929 stencilLoadOp = vk::RenderPassLoadOp::DontCare; in startNewRenderPass() 2936 depthStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass() 2937 stencilStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass() 2974 stencilLoadOp = vk::RenderPassLoadOp::DontCare; in startNewRenderPass() 2975 stencilStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass() [all …]
|
D | vk_cache_utils.h | 108 DontCare = VK_ATTACHMENT_LOAD_OP_DONT_CARE, enumerator 114 DontCare = VK_ATTACHMENT_STORE_OP_DONT_CARE, enumerator
|
D | vk_helpers.cpp | 1273 const bool notLoaded = *loadOp == RenderPassLoadOp::DontCare && !hasUnresolveAttachment; in finalizeLoadStore() 1276 *storeOp = RenderPassStoreOp::DontCare; in finalizeLoadStore() 1303 if (*storeOp != RenderPassStoreOp::DontCare) in finalizeLoadStore() 1323 case RenderPassLoadOp::DontCare: in finalizeLoadStore() 1337 if (*storeOp == RenderPassStoreOp::DontCare) in finalizeLoadStore() 1350 *loadOp = RenderPassLoadOp::DontCare; in finalizeLoadStore()
|
D | vk_cache_utils.cpp | 42 static_assert(static_cast<uint32_t>(RenderPassLoadOp::DontCare) == VK_ATTACHMENT_LOAD_OP_DONT_CARE, 49 static_assert(static_cast<uint32_t>(RenderPassStoreOp::DontCare) ==
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 771 return HintSetting::DontCare; in FromGLenum() 785 case HintSetting::DontCare: in ToGLenum() 801 case HintSetting::DontCare: in operator <<()
|
D | PackedGLEnums_autogen.h | 218 DontCare = 0, enumerator
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 47 enum FlagsUpdate { LeaveFlags = 0, SetFlags = 1, DontCare = 2 }; enumerator 1021 case DontCare: in Adc() 1105 case DontCare: in Add() 1195 case DontCare: in And() 1264 case DontCare: in Asr() 1389 case DontCare: in Bic() 1733 case DontCare: in Eor() 2286 case DontCare: in Lsl() 2353 case DontCare: in Lsr() 2415 case DontCare: in Mla() [all …]
|