Home
last modified time | relevance | path

Searched defs:isUniform (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Analysis/
DDivergenceAnalysis.h42 bool isUniform(const Value *V) const { return !isDivergent(V); } in isUniform() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDivergenceAnalysis.h50 bool isUniform(const Value *V) const { return !isDivergent(V); } in isUniform() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp162 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform() function in SIAnnotateControlFlow
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp272 LValue::isUniform() const in isUniform() function in nv50_ir::LValue
311 Symbol::isUniform() const in isUniform() function in nv50_ir::Symbol
Dnv50_ir.h654 virtual bool isUniform() const { return true; } in isUniform() function
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp169 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform() function in SIAnnotateControlFlow
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp462 bool LoopVectorizationLegality::isUniform(Value *V) { in isUniform() function in llvm::LoopVectorizationLegality
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp2617 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addCompute8bitStorage8bitStructMixedTypesGroup() local
4526 const bool isUniform = (VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype); in addGraphics8BitStorageUniformStruct8To32Group() local
4796 const bool isUniform = (VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype); in addGraphics8BitStorageUniformStruct32To8Group() local
5002 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addGraphics8bitStorage8bitStructMixedTypesGroup() local
DvktSpvAsm16bitStorageTests.cpp3199 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addCompute16bitStructMixedTypesGroup() local
6612 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addGraphics16bitStructMixedTypesGroup() local
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1753 bool LoopAccessInfo::isUniform(Value *V) const { in isUniform() function in LoopAccessInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2024 bool LoopAccessInfo::isUniform(Value *V) const { in isUniform() function in LoopAccessInfo
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3423 const bool isUniform = isUniformDescriptorType(m_descriptorType); in genResourceDeclarations() local
8965 const bool isUniform = isUniformDescriptorType(m_descriptorType); in genResourceDeclarations() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2112 bool LoopVectorizationLegality::isUniform(Value *V) { in isUniform() function in LoopVectorizationLegality