Searched defs:aliased (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp91 //! Utility to lay out memory allocations for a sparse buffer, including holes and aliased regions.
881 const bool aliased = (flags & TEST_FLAG_ALIASED) != 0; local
884 const std::string valueExpr = (aliased ? "ivec4(3*(ndx % nonAliasedSize) ^ 127, 0, 0, 0)" : "ivec4(3*ndx ^ 127, 0, 0, 0)");
904 if (aliased)
1031 // If aliased chunk is used, the staging buffer is smaller than the sparse buffer and we don't overwrite the last chunk
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp519 bool aliased = true; local
522 aliased = AA->alias(Loc1, Loc2);
525 result = aliased;
526 return aliased;
3078 // We increment the counter only if the locations are aliased
3103 // dependencies from i0 to i3,i4,.. (even if they are not aliased).

Completed in 59 milliseconds