/external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
D | QuantTypes.cpp | 32 Location loc, unsigned flags, Type storageType, Type expressedType, in verifyConstructionInvariants() 132 Type storageType = in castToStorageType() local 203 AnyQuantizedType AnyQuantizedType::get(unsigned flags, Type storageType, in get() 211 AnyQuantizedType AnyQuantizedType::getChecked(unsigned flags, Type storageType, in getChecked() 221 Location loc, unsigned flags, Type storageType, Type expressedType, in verifyConstructionInvariants() 238 UniformQuantizedType UniformQuantizedType::get(unsigned flags, Type storageType, in get() 248 UniformQuantizedType::getChecked(unsigned flags, Type storageType, in getChecked() 257 Location loc, unsigned flags, Type storageType, Type expressedType, in verifyConstructionInvariants() 291 unsigned flags, Type storageType, Type expressedType, in get() 301 unsigned flags, Type storageType, Type expressedType, in getChecked() [all …]
|
D | TypeParser.cpp | 64 IntegerType storageType, bool isSigned, in parseStorageRange() 121 IntegerType storageType; in parseAnyType() local 195 IntegerType storageType; in parseUniformType() local
|
D | TypeDetail.h | 33 Type storageType; member 52 Type storageType; member 106 Type storageType; member 174 Type storageType; member
|
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
D | FakeQuantSupport.cpp | 17 Type &storageType, int64_t &qmin, in getDefaultStorageParams() 113 Type storageType; in fakeQuantAttrsToType() local 151 Type storageType; in fakeQuantAttrsToType() local
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 92 STORAGE_TYPE storageType) in TextureCubeMapArrayGenerateMipMapFilterable() 486 STORAGE_TYPE storageType) in TextureCubeMapArrayGenerateMipMapNonFilterable()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | compute_task.cc | 102 NSString* storageType; in CompileProgram() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLibraryCase.hpp | 82 StorageType storageType; member
|
/external/llvm-project/mlir/unittests/Dialect/Quant/ |
D | QuantizationUtilsTest.cpp | 70 UniformQuantizedType getTestQuantizedType(Type storageType, MLIRContext *ctx) { in getTestQuantizedType()
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpDocGen.cpp | 107 StringRef storageType = it.attr.getStorageType(); in emitOpDoc() local
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 3424 const char* const storageType = (isUniform) ? ("uniform") : ("buffer"); in genResourceDeclarations() local 9004 const char* const storageType = (isUniform) ? ("textureBuffer ") : ("readonly imageBuffer "); in genResourceDeclarations() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 5144 …const glu::Storage storageType = (inputCase) ? (ioBlockTypes[ndx].inputStorage) : (ioBlockT… in generateProgramInputOutputShaderCaseBlocks() local
|