Home
last modified time | relevance | path

Searched defs:dim (Results 1 - 25 of 310) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/tint/src/sem/
H A Dtexture_type.cc22 Texture::Texture(ast::TextureDimension dim) : dim_(dim) {} in Texture() argument
H A Ddepth_multisampled_texture_type.cc25 bool IsValidDepthDimension(ast::TextureDimension dim) { in IsValidDepthDimension() argument
31 DepthMultisampledTexture::DepthMultisampledTexture(ast::TextureDimension dim) in DepthMultisampledTexture() argument
H A Ddepth_texture_type.cc25 bool IsValidDepthDimension(ast::TextureDimension dim) { in IsValidDepthDimension() argument
34 DepthTexture::DepthTexture(ast::TextureDimension dim) : Base(dim) { in DepthTexture() argument
[all...]
H A Dmultisampled_texture_type.cc24 MultisampledTexture::MultisampledTexture(ast::TextureDimension dim, in MultisampledTexture() argument
H A Dsampled_texture_type.cc24 SampledTexture::SampledTexture(ast::TextureDimension dim, const Type* type) in SampledTexture() argument
H A Dtexture_type.h35 ast::TextureDimension dim() const { return dim_; } in dim() function in tint::sem::Texture
H A Dstorage_texture_type.cc24 StorageTexture::StorageTexture(ast::TextureDimension dim, in StorageTexture() argument
/third_party/skia/src/codec/
H A DSkScalingCodec.h20 SkISize dim = this->dimensions(); variable
29 SkISize dim = this->dimensions(); variable
/third_party/skia/third_party/externals/tint/src/ast/
H A Dtexture.cc22 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 Ddepth_multisampled_texture.cc25 bool IsValidDepthDimension(TextureDimension dim) { in IsValidDepthDimension() argument
45 out << "texture_depth_multisampled_" << dim; in FriendlyName() local
H A Ddepth_texture.cc25 bool IsValidDepthDimension(TextureDimension dim) { in IsValidDepthDimension() argument
43 out << "texture_depth_" << dim; in FriendlyName() local
H A Dtexture.h77 const TextureDimension dim; member in tint::ast::Texture
/third_party/skia/tools/
H A Dimage_diff_metric.cpp37 SkISize dim = bm[0].dimensions(); in main() local
/foundation/ai/neural_network_runtime/test/unittest/common/
H A Dbase_test.cpp27 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 Djs_grid_container.cpp62 CalcDimension dim; in Create() local
/third_party/ffmpeg/libavcodec/
H A Dvorbis_enc_data.h425 int dim; member
464 int dim; member
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Dcoord.cpp42 Coordinate::Coordinate(enum Dim dim, INT_32 n) in Coordinate() argument
[all...]
H A Dcoord.h81 enum Dim dim; member in Addr::V2::Coordinate
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuiltInFunctionEmulatorGLSL.cpp96 << dim << "("; in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds() local
[all...]
/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp14 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) { in SmallPathShapeDataKey() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSpirvUtils.cpp44 wgpu::TextureViewDimension SpirvDimToTextureViewDimension(spv::Dim dim, bool arrayed) { in SpirvDimToTextureViewDimension() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Denum_converter.cc103 ast::TextureDimension EnumConverter::ToDim(SpvDim dim, bool arrayed) { in ToDim() argument
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dflatten_test.cpp50 SaveParamsTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveParamsTensor() argument
H A Donehot_builder_test.cpp50 SaveParamsTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveParamsTensor() argument
H A Dleaky_relu_test.cpp49 SaveNegativeSlope(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveNegativeSlope() argument

Completed in 8 milliseconds

12345678910>>...13