Home
last modified time | relevance | path

Searched defs:dims (Results 51 - 61 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc886 std::vector<const char*> dims; in EmitTextureCall() local
/third_party/skia/dm/
H A DDMSrcSink.cpp494 auto dims = androidCodec->getSampledDimensions(androidOptions.fSampleSize); in draw() local
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c3761 check_textarget(struct gl_context *ctx, int dims, GLenum target, in check_textarget() argument
4045 framebuffer_texture_with_dims(int dims, GLenu argument
[all...]
H A Dteximage.c1151 error_check_subtexture_dimensions(struct gl_context *ctx, GLuint dims, in error_check_subtexture_dimensions() argument
1511 legal_teximage_target(struct gl_context *ctx, GLuint dims, GLenum target) in legal_teximage_target() argument
1118 error_check_subtexture_negative_dimensions(struct gl_context *ctx, GLuint dims, GLsizei subWidth, GLsizei subHeight, GLsizei subDepth, const char *func) error_check_subtexture_negative_dimensions() argument
1578 legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target, bool dsa) legal_texsubimage_target() argument
2969 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels, bool no_error) teximage() argument
3186 teximage_err(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) teximage_err() argument
3198 teximage_no_error(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) teximage_no_error() argument
3535 texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) texture_sub_image() argument
3584 texsubimage_err(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName) texsubimage_err() argument
3629 texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) texsubimage() argument
3651 texturesubimage(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool no_error, bool ext_dsa) texturesubimage() argument
3766 texturesubimage_error(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool ext_dsa) texturesubimage_error() argument
3780 texturesubimage_no_error(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool ext_dsa) texturesubimage_no_error() argument
4085 copytexsubimage_by_slice(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint dims, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) copytexsubimage_by_slice() argument
4167 copy_texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) copy_texture_sub_image() argument
4214 copy_texture_sub_image_err(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, const char *caller) copy_texture_sub_image_err() argument
4245 copy_texture_sub_image_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) copy_texture_sub_image_no_error() argument
4267 copyteximage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool no_error) copyteximage() argument
4441 copyteximage_err(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) copyteximage_err() argument
4452 copyteximage_no_error(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) copyteximage_no_error() argument
5247 compressed_subtexture_target_check(struct gl_context *ctx, GLenum target, GLint dims, GLenum intFormat, bool dsa, const char *caller) compressed_subtexture_target_check() argument
5381 compressed_subtexture_error_check(struct gl_context *ctx, GLint dims, const struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data, const char *callerName) compressed_subtexture_error_check() argument
5663 compressed_texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) compressed_texture_sub_image() argument
6716 check_multisample_target(GLuint dims, GLenum target, bool dsa) check_multisample_target() argument
6734 texture_image_multisample(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations, GLboolean immutable, GLuint64 offset, const char *func) texture_image_multisample() argument
6949 valid_texstorage_ms_parameters(GLsizei width, GLsizei height, GLsizei depth, unsigned dims) valid_texstorage_ms_parameters() argument
7090 _mesa_texture_storage_ms_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint64 offset, const char* func) _mesa_texture_storage_ms_memory() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c352 const unsigned dims = bld->dims; in lp_build_rho() local
1362 const unsigned dims = bld->dims; lp_build_mipmap_level_sizes() local
1490 const unsigned dims = bld->dims; lp_build_extract_image_sizes() local
1559 const unsigned dims = bld->dims; lp_build_unnormalized_coords() local
[all...]
H A Dlp_bld_tgsi_soa.c2474 unsigned dims, i; in emit_fetch_texels() local
3376 target_to_dims_layer(enum tgsi_texture_type target, unsigned *dims, unsigned *layer_coord) target_to_dims_layer() argument
3420 unsigned dims; img_load_emit() local
3569 unsigned dims; img_store_emit() local
3718 unsigned dims; img_atomic_emit() local
[all...]
H A Dlp_bld_sample_soa.c92 const unsigned dims = bld->dims; in lp_build_sample_texel_soa() local
874 const unsigned dims = bld->dims; in lp_build_sample_image_nearest() local
1025 const unsigned dims = bld->dims; in lp_build_sample_image_linear() local
3106 unsigned dims = bld->dims, chan; lp_build_fetch_texel() local
3314 const unsigned dims = texture_dims(target); lp_build_sample_soa_code() local
3934 unsigned dims = texture_dims(target); get_target_info() local
4407 const unsigned dims = texture_dims(target); lp_build_size_query_soa() local
4676 const unsigned dims = texture_dims(target); lp_build_img_op_soa() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c3297 sp_get_dims(const struct sp_sampler_view *sp_sview, int level, int dims[4]) sp_get_dims() argument
3657 sp_tgsi_get_dims(struct tgsi_sampler *tgsi_sampler, const unsigned sview_index, int level, int dims[4]) sp_tgsi_get_dims() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1054 SkISize dims = dstRect.size(); in uploadTexData() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp1974 static const char *dims[QueryDimCount] = { "Texture1D", "Texture1DArray", "Texture2D", "Texture2DArray", in emit_texture_size_variants() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc5540 auto dims = texture_type->dims; in EmitImageQuery() local

Completed in 55 milliseconds

123