Home
last modified time | relevance | path

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

123456789

/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
/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
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.h85 unsigned dim = context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & 0x7; in nine_ff_get_projected_key() local
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_eval.c49 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval1() argument
59 static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval2() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_image.c100 enum glsl_sampler_dim dim = nir_intrinsic_image_dim(instr); in ir3_get_image_coords() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_legalize_image_load_store.cpp64 enum glsl_sampler_dim dim = nir_intrinsic_image_dim(ir); in r600_legalize_image_load_store_impl() local
/third_party/mesa3d/src/mesa/math/
H A Dm_eval.c74 _math_horner_bezier_curve(const GLfloat * cp, GLfloat * out, GLfloat t, GLuint dim, GLuint order) _math_horner_bezier_curve() argument
118 _math_horner_bezier_surf(GLfloat * cn, GLfloat * out, GLfloat u, GLfloat v, GLuint dim, GLuint uorder, GLuint vorder) _math_horner_bezier_surf() argument
195 _math_de_casteljau_surf(GLfloat * cn, GLfloat * out, GLfloat * du, GLfloat * dv, GLfloat u, GLfloat v, GLuint dim, GLuint uorder, GLuint vorder) _math_de_casteljau_surf() argument
[all...]

Completed in 7 milliseconds

123456789