Home
last modified time | relevance | path

Searched refs:_mesa_validate_pbo_access (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dpbo.c66 _mesa_validate_pbo_access(GLuint dimensions, in _mesa_validate_pbo_access() function
187 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth, in _mesa_validate_pbo_source()
345 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth, in _mesa_map_validate_pbo_dest()
407 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth, in _mesa_validate_pbo_teximage()
H A Ddrawpix.c157 if (!_mesa_validate_pbo_access(2, &ctx->Unpack, width, height, in _mesa_DrawPixels()
357 if (!_mesa_validate_pbo_access(2, &ctx->Unpack, width, height, in _mesa_bitmap()
H A Dpbo.h37 _mesa_validate_pbo_access(GLuint dimensions,
H A Dpixel.c155 ok = _mesa_validate_pbo_access(1, &ctx->DefaultPacking, mapsize, 1, 1, in validate_pbo_access()
H A Dreadpix.c1175 if (!_mesa_validate_pbo_access(2, &ctx->Pack, width, height, 1, in read_pixels()
H A Dtexgetimage.c1103 if (!_mesa_validate_pbo_access(dimensions, &ctx->Pack, width, height, depth, in pbo_error_check()
H A Ddlist.c1154 else if (_mesa_validate_pbo_access(dimensions, unpack, width, height, in unpack_image()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv43700[email protected],mesa: Set the correct image size in _mesa_validate_pbo_access()