Home
last modified time | relevance | path

Searched defs:IsUniform (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h500 bool IsUniform() const { return buffer_type_ == BufferType::kUniform; } in IsUniform() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h921 bool IsUniform; variable
H A DLoopVectorize.cpp6980 bool IsUniform = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8473 bool IsUniform = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication() local
9469 bool IsUniform = vputils::onlyFirstLaneUsed(this); in execute() local
9903 bool IsUniform = vputils::isUniformAfterVectorization(Def); in get() local
H A DVPlan.h1495 bool IsUniform; variable
H A DSLPVectorizer.cpp6254 const bool IsUniform = all_of(VL, [&](Value *V) { in getOperandInfo() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp461 static bool IsUniform(const Variable& var) { in IsUniform() function in SkSL::RP::Generator
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs1503 pub trait IsUniform { interface