Home
last modified time | relevance | path

Searched defs:storageType (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantTypes.cpp32 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 …]
DTypeParser.cpp64 IntegerType storageType, bool isSigned, in parseStorageRange()
121 IntegerType storageType; in parseAnyType() local
195 IntegerType storageType; in parseUniformType() local
DTypeDetail.h33 Type storageType; member
52 Type storageType; member
106 Type storageType; member
174 Type storageType; member
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DFakeQuantSupport.cpp17 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/
DesextcTextureCubeMapArrayGenerateMipMap.cpp92 STORAGE_TYPE storageType) in TextureCubeMapArrayGenerateMipMapFilterable()
486 STORAGE_TYPE storageType) in TextureCubeMapArrayGenerateMipMapNonFilterable()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dcompute_task.cc102 NSString* storageType; in CompileProgram() local
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.hpp82 StorageType storageType; member
/external/llvm-project/mlir/unittests/Dialect/Quant/
DQuantizationUtilsTest.cpp70 UniformQuantizedType getTestQuantizedType(Type storageType, MLIRContext *ctx) { in getTestQuantizedType()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDocGen.cpp107 StringRef storageType = it.attr.getStorageType(); in emitOpDoc() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3424 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/
Des31fProgramInterfaceQueryTests.cpp5144 …const glu::Storage storageType = (inputCase) ? (ioBlockTypes[ndx].inputStorage) : (ioBlockT… in generateProgramInputOutputShaderCaseBlocks() local