Home
last modified time | relevance | path

Searched defs:dims (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Dtexstorage.c55 GLuint dims, GLenum target) in _mesa_is_legal_tex_storage_target()
274 GLuint dims, GLenum target, in tex_storage_error_check()
353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, in _mesa_sparse_texture_error_check()
436 texture_storage(struct gl_context *ctx, GLuint dims, in texture_storage()
548 texture_storage_error(struct gl_context *ctx, GLuint dims, in texture_storage_error()
560 texture_storage_no_error(struct gl_context *ctx, GLuint dims, in texture_storage_no_error()
575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, in texstorage_error()
616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, in texstorage_no_error()
632 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_error()
673 texturestorage_no_error(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_no_error()
[all …]
Dtexstore.c986 GLuint dims, slice, numSlices = 1, sliceOffset = 0; in store_texsubimage() local
1112 GLuint dims, in _mesa_store_teximage()
1138 _mesa_store_texsubimage(struct gl_context *ctx, GLuint dims, in _mesa_store_texsubimage()
1227 _mesa_store_compressed_teximage(struct gl_context *ctx, GLuint dims, in _mesa_store_compressed_teximage()
1270 _mesa_compute_compressed_pixelstore(GLuint dims, mesa_format texFormat, in _mesa_compute_compressed_pixelstore()
1329 _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims, in _mesa_store_compressed_texsubimage()
Dteximage.c1119 GLuint dims, in error_check_subtexture_negative_dimensions()
1151 error_check_subtexture_dimensions(struct gl_context *ctx, GLuint dims, in error_check_subtexture_dimensions()
1511 legal_teximage_target(struct gl_context *ctx, GLuint dims, GLenum target) in legal_teximage_target()
1578 legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target, in legal_texsubimage_target()
2969 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, in teximage()
3186 teximage_err(struct gl_context *ctx, GLboolean compressed, GLuint dims, in teximage_err()
3198 teximage_no_error(struct gl_context *ctx, GLboolean compressed, GLuint dims, in teximage_no_error()
3535 texture_sub_image(struct gl_context *ctx, GLuint dims, in texture_sub_image()
3584 texsubimage_err(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, in texsubimage_err()
3629 texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, in texsubimage()
[all …]
Dexternalobjects.c331 texstorage_memory(GLuint dims, GLenum target, GLsizei levels, in texstorage_memory()
375 texstorage_memory_ms(GLuint dims, GLenum target, GLsizei samples, in texstorage_memory_ms()
407 texturestorage_memory(GLuint dims, GLuint texture, GLsizei levels, in texturestorage_memory()
451 texturestorage_memory_ms(GLuint dims, GLuint texture, GLsizei samples, in texturestorage_memory_ms()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_surface_builder.cpp146 unsigned dims, unsigned size, in emit_untyped_read()
163 unsigned dims, unsigned size, in emit_untyped_write()
184 unsigned dims, unsigned rsize, unsigned op, in emit_untyped_atomic()
/third_party/flutter/skia/src/gpu/effects/
DGrBicubicEffect.cpp46 const char* dims = uniformHandler->getUniformCStr(fDimensions); in emitCode() local
151 float dims[4] = {0, 0, 0, 0}; in onSetData() local
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dkernel.cpp267 validate_grid_size(const command_queue &q, cl_uint dims, in validate_grid_size()
278 validate_grid_offset(const command_queue &q, cl_uint dims, in validate_grid_offset()
288 cl_uint dims, const size_t *d_grid_size, in validate_block_size()
316 cl_uint dims, const size_t *d_grid_offset, in clEnqueueNDRangeKernel()
/third_party/skia/bench/
DMSKPBench.cpp38 auto dims = fPlayer->maxDimensions(); in onGetSize() local
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h837 const ast::DepthTexture* depth_texture(ast::TextureDimension dims) const { in depth_texture()
845 ast::TextureDimension dims) const { in depth_texture()
852 ast::TextureDimension dims) const { in depth_multisampled_texture()
861 ast::TextureDimension dims) const { in depth_multisampled_texture()
868 const ast::SampledTexture* sampled_texture(ast::TextureDimension dims, in sampled_texture()
878 ast::TextureDimension dims, in sampled_texture()
887 ast::TextureDimension dims, in multisampled_texture()
898 ast::TextureDimension dims, in multisampled_texture()
907 const ast::StorageTexture* storage_texture(ast::TextureDimension dims, in storage_texture()
921 ast::TextureDimension dims, in storage_texture()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.cc502 ast::TextureDimension dims) { in DepthTexture()
509 ast::TextureDimension dims) { in DepthMultisampledTexture()
516 ast::TextureDimension dims, in MultisampledTexture()
525 ast::TextureDimension dims, in SampledTexture()
534 ast::TextureDimension dims, in StorageTexture()
Dparser_type.h327 ast::TextureDimension const dims; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c450 const unsigned dims = bld->dims; in lp_build_sample_image_nearest() local
569 const unsigned dims = bld->dims; in lp_build_sample_fetch_image_linear() local
751 const unsigned dims = bld->dims; in lp_build_sample_image_linear() local
1125 const unsigned dims = bld->dims; in lp_build_sample_aos() local
/third_party/skia/tests/
DYUVTest.cpp84 auto setExpectations = [](SkISize dims, SkYUVAInfo::Subsampling subsampling) { in DEF_TEST()
DAndroidCodecTest.cpp71 const auto dims = codec->getInfo().dimensions(); in DEF_TEST() local
DProxyTest.cpp127 SkISize dims = {widthHeight, widthHeight}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c195 unsigned dims; in copy_to_staging_dest() local
1587 try_pbo_upload(struct gl_context *ctx, GLuint dims, in try_pbo_upload()
1718 GLuint dims; in try_pbo_download() local
1879 st_TexSubImage(struct gl_context *ctx, GLuint dims, in st_TexSubImage()
2158 st_TexImage(struct gl_context * ctx, GLuint dims, in st_TexImage()
2213 st_CompressedTexSubImage(struct gl_context *ctx, GLuint dims, in st_CompressedTexSubImage()
2352 st_CompressedTexImage(struct gl_context *ctx, GLuint dims, in st_CompressedTexImage()
2655 const GLint dims = 2; in fallback_copy_texsubimage() local
2742 st_CopyTexSubImage(struct gl_context *ctx, GLuint dims, in st_CopyTexSubImage()
/third_party/skia/third_party/externals/tint/src/ast/
Dintrinsic_texture_helper_test.cc35 ast::TextureDimension dims, in TextureOverloadCase()
51 ast::TextureDimension dims, in TextureOverloadCase()
67 ast::TextureDimension dims, in TextureOverloadCase()
/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_dispatch.c117 nir_ssa_def *dims = nir_channel(&b, job_dim, 0); in GENX() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_openvino.c126 dimensions_t dims; in fill_model_input_ov() local
185 dimensions_t dims; in infer_completion_callback() local
440 dimensions_t dims; in get_input_ov() local
Ddnn_backend_tf.c134 int64_t dims[4]; in get_input_tf() local
326 int64_t dims[4]; in add_conv_layer() local
/third_party/skia/src/gpu/
DGrTextureRenderTargetProxy.cpp153 SkISize dims; in callbackDesc() local
DGrTextureProxy.cpp196 SkISize dims; in callbackDesc() local
/third_party/flutter/skia/src/android/
DSkAnimatedImage.cpp42 auto dims = codec->getInfo().dimensions(); in Make() local
/third_party/flutter/skia/tests/
DAndroidCodecTest.cpp71 const auto dims = codec->getInfo().dimensions(); in DEF_TEST() local
/third_party/ffmpeg/libavfilter/
Dvf_convolution_opencl.c46 cl_int dims[4]; member

123