Home
last modified time | relevance | path

Searched refs:isUniform (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/flutter/packages/flutter/test/painting/
Dborder_test.dart127 test('Border.isUniform', () {
134 ).isUniform,
143 ).isUniform,
152 ).isUniform,
161 ).isUniform,
170 ).isUniform,
179 ).isUniform,
188 ).isUniform,
197 ).isUniform,
201 const Border().isUniform,
Dborder_rtl_test.dart377 test('BorderDirectional.isUniform', () {
384 ).isUniform,
393 ).isUniform,
402 ).isUniform,
411 ).isUniform,
420 ).isUniform,
429 ).isUniform,
438 ).isUniform,
442 const BorderDirectional().isUniform,
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dtable_border_test.dart22 expect(border1.isUniform, isFalse);
42 expect(border2.isUniform, isTrue);
58 expect(border3.isUniform, isFalse);
80 expect(tableA.isUniform, isFalse);
90 expect(tableB.isUniform, isFalse);
100 expect(tableC.isUniform, isFalse);
105 expect(TableBorder.lerp(tableA, tableC, 0.9195).isUniform, isFalse);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeLayoutMemoryBufferTests.cpp168 const bool isUniform = GetParam().mStorageClass == StorageClass::Uniform; in TEST_P() local
215 uint32_t dataAlign = isUniform ? std::max(16u, field.align) : field.align; in TEST_P()
221 uint32_t footerAlign = isUniform ? 16 : 4; in TEST_P()
223 shader = ReplaceAll(shader, "{data_align}", isUniform ? AlignDeco(dataAlign) : ""); in TEST_P()
225 shader = ReplaceAll(shader, "{footer_align}", isUniform ? AlignDeco(footerAlign) : ""); in TEST_P()
239 isUniform ? "uniform" // in TEST_P()
295 (isUniform ? wgpu::BufferUsage::Uniform : wgpu::BufferUsage::Storage)); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp82 bool isUniform(BranchInst *T);
163 bool SIAnnotateControlFlow::isUniform(BranchInst *T) { in isUniform() function in SIAnnotateControlFlow
164 return DA->isUniform(T) || in isUniform()
211 if (isUniform(Term)) in openIf()
221 if (isUniform(Term)) { in insertElse()
259 if (isUniform(Term)) in handleLoop()
DAMDGPUAnnotateUniformValues.cpp119 if (DA->isUniform(&I)) in visitBranchInst()
125 if (!DA->isUniform(Ptr)) in visitLoadInst()
DAMDGPUCodeGenPrepare.cpp282 return I.isSimple() && TySize < 32 && Align >= 4 && DA->isUniform(&I); in canWidenScalarExtLoad()
472 if (DA->isUniform(&I)) in replaceMulWithMul24()
888 DA->isUniform(&I) && promoteUniformOpToI32(I)) in visitBinaryOperator()
983 DA->isUniform(&I)) in visitICmpInst()
993 DA->isUniform(&I)) in visitSelectInst()
1012 DA->isUniform(&I)) in visitBitreverseIntrinsicInst()
DAMDGPUUnifyDivergentExitNodes.cpp109 if (!DA.isUniform(Top->getTerminator())) in isUniformlyReached()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp2620 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addCompute8bitStorage8bitStructMixedTypesGroup() local
2621 …vector<deInt8> inData = isUniform ? data8bit(SHADERTEMPLATE_STRIDEMIX_STD140, rnd) : data8bit(S… in addCompute8bitStorage8bitStructMixedTypesGroup()
2632 specs["inStorage"] = isUniform ? "Uniform" : "StorageBuffer"; in addCompute8bitStorage8bitStructMixedTypesGroup()
2634 specs["uniformPtr"] = isUniform ? in addCompute8bitStorage8bitStructMixedTypesGroup()
2644 specs["inPtr"] = isUniform ? "inPtr" : "outPtr"; in addCompute8bitStorage8bitStructMixedTypesGroup()
2646 …specs["InOffsets"] = StringTemplate(isUniform ? getStructShaderComponet(SHADERTEMPLATE_STRIDEMIX_… in addCompute8bitStorage8bitStructMixedTypesGroup()
2649 if(isUniform) in addCompute8bitStorage8bitStructMixedTypesGroup()
2656 …spec.verifyIO = isUniform ? checkStruct<deInt8, deInt8, SHADERTEMPLATE_STRIDEMIX_STD140, SHADE… in addCompute8bitStorage8bitStructMixedTypesGroup()
4558 const bool isUniform = (VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype); in addGraphics8BitStorageUniformStruct8To32Group() local
4559 …vector<deInt8> i8Data = isUniform ? data8bit(SHADERTEMPLATE_STRIDE8BIT_STD140, rnd) : data8bit(… in addGraphics8BitStorageUniformStruct8To32Group()
[all …]
DvktSpvAsm16bitStorageTests.cpp3211 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addCompute16bitStructMixedTypesGroup() local
3212 vector<deInt16> inData = isUniform ? dataMixStd140(rnd) : dataMixStd430(rnd); in addCompute16bitStructMixedTypesGroup()
3223 specs["capability"] = isUniform ? "OpCapability " + string(CAPABILITIES[capIdx].cap) : " "; in addCompute16bitStructMixedTypesGroup()
3225 specs["storage"] = isUniform ? "Block" : "BufferBlock"; in addCompute16bitStructMixedTypesGroup()
3227 …specs["InOffsets"] = StringTemplate(isUniform ? getStructShaderComponet(SHADERTEMPLATE_STRIDEMIX_… in addCompute16bitStructMixedTypesGroup()
3233 …spec.verifyIO = isUniform ? computeCheckStruct<deInt16, deInt16, SHADERTEMPLATE_STRIDEMIX_STD1… in addCompute16bitStructMixedTypesGroup()
6640 const bool isUniform = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER == CAPABILITIES[capIdx].dtype; in addGraphics16bitStructMixedTypesGroup() local
6641 vector<deInt16> inData = isUniform ? dataMixStd140(rnd) : dataMixStd430(rnd); in addGraphics16bitStructMixedTypesGroup()
6664 specs["storage"] = isUniform ? "Block" : "BufferBlock"; in addGraphics16bitStructMixedTypesGroup()
6665 specs["cap"] = isUniform ?"OpCapability " + string( CAPABILITIES[capIdx].cap) : ""; in addGraphics16bitStructMixedTypesGroup()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DRewritePipelines.cpp300 pipeline.getStructInstanceName(pipelineStruct.isUniform() in CreatePipelineMainLocalVar()
320 if (pipelineStruct.isUniform()) in CreatePipelineMainLocalVar()
329 else if (!pipelineStruct.isUniform()) in CreatePipelineMainLocalVar()
453 if (isMain && !mPipelineMainLocalVar.isUniform()) in getUpdatedFunction()
491 addressSpace = mPipelineMainLocalVar.isUniform() in getUpdatedFunction()
607 !mPipelineMainLocalVar.isUniform())) in getInternalPipelineVariable()
820 else if (!mPipelineMainLocalVar.isUniform()) in visitMain()
828 if (!mPipelineMainLocalVar.isUniform()) in visitMain()
841 else if (!mPipelineMainLocalVar.isUniform()) in visitMain()
DPipeline.h40 bool isUniform() const { return external == internal; } in isUniform() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLegacyDivergenceAnalysis.h46 bool isUniform(const Value *V) const { return !isDivergent(V); } in isUniform() function
DDivergenceAnalysis.h202 bool isUniform(const Value &V) const { return !isDivergent(V); } in isUniform() function
DLoopAccessAnalysis.h546 bool isUniform(Value *V) const;
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dbox_border.dart68 /// [isUniform] is true, then this is the same style as all the other sides.
81 bool get isUniform;
379 bool get isUniform {
466 /// [BoxShape.circle], there is the requirement that the border [isUniform].
470 /// the requirement that the border [isUniform].
488 if (isUniform) {
534 if (isUniform)
642 bool get isUniform {
758 /// [BoxShape.circle], there is the requirement that the border [isUniform].
762 /// the requirement that the border [isUniform].
[all …]
Dshape_decoration.dart98 assert(source.border.isUniform);
106 assert(source.border == null || source.border.isUniform);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp106 bool isUniform = type.getQualifier() == EvqUniform && !type.isInterfaceBlock() && in visitDeclaration() local
111 if (isUniform) in visitDeclaration()
119 mInDefaultUniform = isUniform; in visitDeclaration()
123 if (isUniform) in visitDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.cpp144 bool isUniform = type.getQualifier() == EvqUniform && !type.isInterfaceBlock() && in visitDeclaration() local
149 if (isUniform) in visitDeclaration()
157 mInDefaultUniform = isUniform; in visitDeclaration()
161 if (isUniform) in visitDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h288 bool isUniform(Value *V);
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h733 virtual bool isUniform() const { return true; } in isUniform() function
774 virtual bool isUniform() const;
798 virtual bool isUniform() const;
Dnv50_ir.cpp271 LValue::isUniform() const in isUniform() function in nv50_ir::LValue
279 return !insn->srcExists(1) && insn->getSrc(0)->isUniform(); in isUniform()
312 Symbol::isUniform() const in isUniform() function in nv50_ir::Symbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp419 bool LoopVectorizationLegality::isUniform(Value *V) { in isUniform() function in llvm::LoopVectorizationLegality
420 return LAI->isUniform(V); in isUniform()
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dtable_border.dart84 bool get isUniform {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp954 if (!DA.isUniform(Br)) in hasOnlyUniformBranches()

12