/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseables.cpp | 81 const bool isMS = IsTextureMS(*argOrder); in IsIllegalSample() local 132 if (isMS && dim0 != 2) in IsIllegalSample() 154 bool HasMipInCoord(const glslang::TString& name, bool isMS, bool isBuffer, bool isImage) in HasMipInCoord() argument 156 return name == "Load" && !isMS && !isBuffer && !isImage; in HasMipInCoord() 219 const bool isMS = IsMS(argOrder[0]); in AppendTypeName() local 268 if (isSubpass && isMS) in AppendTypeName() 284 case 2: s += (isMS ? "2DMS" : "2D"); break; in AppendTypeName() 893 const bool isMS = IsTextureMS(*argOrder); in initialize() local 896 const bool mipInCoord = HasMipInCoord(intrinsic.name, isMS, isBuffer, isImage); in initialize()
|
D | hlslParseHelper.cpp | 4373 const bool isMS = sampler.isMultiSample(); in decomposeSampleMethods() local 4379 if (isMS || isBuffer || isImage) { in decomposeSampleMethods() 4384 int swizzleSize = argCoord->getType().getVectorSize() - (isMS ? 0 : 1); in decomposeSampleMethods() 4399 const bool hasOffset = ((!isMS && numArgs == 3) || (isMS && numArgs == 4)); in decomposeSampleMethods() 4411 if (isMS) { in decomposeSampleMethods() 4426 const int offsetPos = (isMS ? 3 : 2); in decomposeSampleMethods()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseables.cpp | 81 const bool isMS = IsTextureMS(*argOrder); in IsIllegalSample() local 132 if (isMS && dim0 != 2) in IsIllegalSample() 154 bool HasMipInCoord(const glslang::TString& name, bool isMS, bool isBuffer, bool isImage) in HasMipInCoord() argument 156 return name == "Load" && !isMS && !isBuffer && !isImage; in HasMipInCoord() 219 const bool isMS = IsMS(argOrder[0]); in AppendTypeName() local 268 if (isSubpass && isMS) in AppendTypeName() 284 case 2: s += (isMS ? "2DMS" : "2D"); break; in AppendTypeName() 893 const bool isMS = IsTextureMS(*argOrder); in initialize() local 896 const bool mipInCoord = HasMipInCoord(intrinsic.name, isMS, isBuffer, isImage); in initialize()
|
D | hlslParseHelper.cpp | 4373 const bool isMS = sampler.isMultiSample(); in decomposeSampleMethods() local 4379 if (isMS || isBuffer || isImage) { in decomposeSampleMethods() 4384 int swizzleSize = argCoord->getType().getVectorSize() - (isMS ? 0 : 1); in decomposeSampleMethods() 4399 const bool hasOffset = ((!isMS && numArgs == 3) || (isMS && numArgs == 4)); in decomposeSampleMethods() 4411 if (isMS) { in decomposeSampleMethods() 4426 const int offsetPos = (isMS ? 3 : 2); in decomposeSampleMethods()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.h | 994 int isMS() const { in isMS() function 997 if (isMS()) { in clearMS()
|
D | nv50_ir_lowering_gm107.cpp | 317 if (suq->tex.target.isMS()) { in handleSUQ()
|
D | nv50_ir_from_nir.cpp | 2250 if (opInfo.num_srcs >= 3 && target.isMS()) in visit() 2911 if (target.isMS()) in getNIRArgCount() 2980 if (target.isMS()) in visit() 3030 if (target.isMS() || (op == OP_TEX && prog->getType() != Program::TYPE_FRAGMENT)) in visit()
|
D | nv50_ir_lowering_nvc0.cpp | 934 const int lyr = arg - (i->tex.target.isMS() ? 2 : 1); in handleTEX() 1114 !i->tex.useOffsets || !i->tex.target.isMS()); in handleTEX() 1929 if (suq->tex.target.isMS()) { in handleSUQ()
|
D | nv50_ir_ra.cpp | 2394 s = tex->tex.target.getArgCount() - tex->tex.target.isMS(); in texConstraintGM107() 2470 s = tex->tex.target.getArgCount() - tex->tex.target.isMS(); in texConstraintNVC0()
|
D | nv50_ir_emit_gv100.cpp | 1215 emitField(78, 1, insn->tex.target.isMS()); in emitTLD()
|
D | nv50_ir_lowering_nv50.cpp | 747 if (i->tex.target.isMS()) { in handleTEX()
|
D | nv50_ir_from_tgsi.cpp | 2401 ms = texi->tex.target.isMS() ? 1 : 0; in handleTXF() 2607 if (t.isMS()) in getImageCoords()
|
D | nv50_ir_emit_gm107.cpp | 2975 emitField(0x32, 1, insn->tex.target.isMS()); in emitTLD()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 1979 …const bool isMS = arg0->getBasicType() == EbtSampler && arg0->getType().getSampler().isMultiSample… in memorySemanticsCheck() local 2014 …storageClassSemantics = (*argp)[isMS ? 5 : 4]->getAsConstantUnion()->getConstArray()[0].getIConst(… in memorySemanticsCheck() 2015 semantics = (*argp)[isMS ? 6 : 5]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 2018 …storageClassSemantics = (*argp)[isMS ? 4 : 3]->getAsConstantUnion()->getConstArray()[0].getIConst(… in memorySemanticsCheck() 2019 semantics = (*argp)[isMS ? 5 : 4]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 2022 …storageClassSemantics = (*argp)[isMS ? 6 : 5]->getAsConstantUnion()->getConstArray()[0].getIConst(… in memorySemanticsCheck() 2023 semantics = (*argp)[isMS ? 7 : 6]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 2024 …storageClassSemantics2 = (*argp)[isMS ? 8 : 7]->getAsConstantUnion()->getConstArray()[0].getIConst… in memorySemanticsCheck() 2025 semantics2 = (*argp)[isMS ? 9 : 8]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 1978 …const bool isMS = arg0->getBasicType() == EbtSampler && arg0->getType().getSampler().isMultiSample… in memorySemanticsCheck() local 2013 …storageClassSemantics = (*argp)[isMS ? 5 : 4]->getAsConstantUnion()->getConstArray()[0].getIConst(… in memorySemanticsCheck() 2014 semantics = (*argp)[isMS ? 6 : 5]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 2017 …storageClassSemantics = (*argp)[isMS ? 4 : 3]->getAsConstantUnion()->getConstArray()[0].getIConst(… in memorySemanticsCheck() 2018 semantics = (*argp)[isMS ? 5 : 4]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 2021 …storageClassSemantics = (*argp)[isMS ? 6 : 5]->getAsConstantUnion()->getConstArray()[0].getIConst(… in memorySemanticsCheck() 2022 semantics = (*argp)[isMS ? 7 : 6]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck() 2023 …storageClassSemantics2 = (*argp)[isMS ? 8 : 7]->getAsConstantUnion()->getConstArray()[0].getIConst… in memorySemanticsCheck() 2024 semantics2 = (*argp)[isMS ? 9 : 8]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
|