Home
last modified time | relevance | path

Searched refs:TextureBufferOffsetAlignment (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1072 consts->TextureBufferOffsetAlignment = in st_init_extensions()
1075 if (consts->TextureBufferOffsetAlignment) in st_init_extensions()
Dst_pbo.c68 … unsigned ofs = (buf_offset * addr->bytes_per_pixel) % st->ctx->Const.TextureBufferOffsetAlignment; in st_pbo_addresses_setup()
/external/mesa3d/src/mesa/main/
Dcontext.c563 consts->TextureBufferOffsetAlignment = 1; in _mesa_init_constants()
Dmtypes.h3419 GLuint TextureBufferOffsetAlignment; /**< GL_ARB_texture_buffer_range */ member
Dteximage.c5159 if (offset % ctx->Const.TextureBufferOffsetAlignment) { in check_texture_buffer_range()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c771 ctx->Const.TextureBufferOffsetAlignment = 16; in brw_initialize_context_constants()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h391 …{ GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT, CONTEXT_INT(Const.TextureBufferOffsetAlignment), extra_ARB_t…