| /third_party/skia/third_party/externals/tint/src/sem/ |
| H A D | texture_type.cc | 22 Texture::Texture(ast::TextureDimension dim) : dim_(dim) {} in Texture() argument
|
| H A D | depth_multisampled_texture_type.cc | 25 bool IsValidDepthDimension(ast::TextureDimension dim) { in IsValidDepthDimension() argument 31 DepthMultisampledTexture::DepthMultisampledTexture(ast::TextureDimension dim) in DepthMultisampledTexture() argument
|
| H A D | depth_texture_type.cc | 25 bool IsValidDepthDimension(ast::TextureDimension dim) { in IsValidDepthDimension() argument 34 DepthTexture::DepthTexture(ast::TextureDimension dim) : Base(dim) { in DepthTexture() argument [all...] |
| H A D | multisampled_texture_type.cc | 24 MultisampledTexture::MultisampledTexture(ast::TextureDimension dim, in MultisampledTexture() argument
|
| H A D | sampled_texture_type.cc | 24 SampledTexture::SampledTexture(ast::TextureDimension dim, const Type* type) in SampledTexture() argument
|
| H A D | texture_type.h | 35 ast::TextureDimension dim() const { return dim_; } in dim() function in tint::sem::Texture
|
| H A D | storage_texture_type.cc | 24 StorageTexture::StorageTexture(ast::TextureDimension dim, in StorageTexture() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkScalingCodec.h | 20 SkISize dim = this->dimensions(); variable 29 SkISize dim = this->dimensions(); variable
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | texture.cc | 22 std::ostream& operator<<(std::ostream& out, TextureDimension dim) { in operator <<() argument 49 bool IsTextureArray(TextureDimension dim) { in IsTextureArray() argument 64 int NumCoordinateAxes(TextureDimension dim) { in NumCoordinateAxes() argument
|
| H A D | depth_multisampled_texture.cc | 25 bool IsValidDepthDimension(TextureDimension dim) { in IsValidDepthDimension() argument 45 out << "texture_depth_multisampled_" << dim; in FriendlyName() local
|
| H A D | depth_texture.cc | 25 bool IsValidDepthDimension(TextureDimension dim) { in IsValidDepthDimension() argument 43 out << "texture_depth_" << dim; in FriendlyName() local
|
| H A D | texture.h | 77 const TextureDimension dim; member in tint::ast::Texture
|
| /third_party/skia/tools/ |
| H A D | image_diff_metric.cpp | 37 SkISize dim = bm[0].dimensions(); in main() local
|
| /foundation/ai/neural_network_runtime/test/unittest/common/ |
| H A D | base_test.cpp | 27 TransToNNTensor( OH_NN_DataType dataType, const std::vector<int32_t>& dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) TransToNNTensor() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_grid_container.cpp | 62 CalcDimension dim; in Create() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | vorbis_enc_data.h | 425 int dim; member 464 int dim; member
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| H A D | coord.cpp | 42 Coordinate::Coordinate(enum Dim dim, INT_32 n) in Coordinate() argument [all...] |
| H A D | coord.h | 81 enum Dim dim; member in Addr::V2::Coordinate
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | BuiltInFunctionEmulatorGLSL.cpp | 96 << dim << "("; in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds() local [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | SmallPathShapeData.cpp | 14 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) { in SmallPathShapeDataKey() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | SpirvUtils.cpp | 44 wgpu::TextureViewDimension SpirvDimToTextureViewDimension(spv::Dim dim, bool arrayed) { in SpirvDimToTextureViewDimension() argument
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | enum_converter.cc | 103 ast::TextureDimension EnumConverter::ToDim(SpvDim dim, bool arrayed) { in ToDim() argument
|
| /foundation/ai/neural_network_runtime/test/unittest/ops/ |
| H A D | flatten_test.cpp | 50 SaveParamsTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveParamsTensor() argument
|
| H A D | onehot_builder_test.cpp | 50 SaveParamsTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveParamsTensor() argument
|
| H A D | leaky_relu_test.cpp | 49 SaveNegativeSlope(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveNegativeSlope() argument
|