Searched refs:_mesa_validate_pbo_access (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | pbo.c | 66 _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 D | drawpix.c | 157 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 D | pbo.h | 37 _mesa_validate_pbo_access(GLuint dimensions,
|
H A D | pixel.c | 155 ok = _mesa_validate_pbo_access(1, &ctx->DefaultPacking, mapsize, 1, 1, in validate_pbo_access()
|
H A D | readpix.c | 1175 if (!_mesa_validate_pbo_access(2, &ctx->Pack, width, height, 1, in read_pixels()
|
H A D | texgetimage.c | 1103 if (!_mesa_validate_pbo_access(dimensions, &ctx->Pack, width, height, depth, in pbo_error_check()
|
H A D | dlist.c | 1154 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 D | commit.csv | 43700 …[email protected],mesa: Set the correct image size in _mesa_validate_pbo_access()
|