Home
last modified time | relevance | path

Searched refs:_mesa_texstore_needs_transfer_ops (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexstore.h91 _mesa_texstore_needs_transfer_ops(struct gl_context *ctx,
Dtexstore.c765 _mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) { in texstore_rgba()
828 _mesa_texstore_needs_transfer_ops(struct gl_context *ctx, in _mesa_texstore_needs_transfer_ops() function
863 if (_mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) { in _mesa_texstore_can_use_memcpy()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2771 if (_mesa_texstore_needs_transfer_ops(ctx, texImage->_BaseFormat, in st_CopyTexSubImage()