HomeSort by relevance Sort by last modified time
    Searched refs:texture_compressed_row_align (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 396 uint32_t texture_compressed_row_align; member in struct:radeon_context
radeon_common_context.c 188 radeon->texture_compressed_row_align = 32;
radeon_mipmap_tree.c 102 return get_aligned_compressed_row_stride(format, width, rmesa->texture_compressed_row_align);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 396 uint32_t texture_compressed_row_align; member in struct:radeon_context
radeon_common_context.c 188 radeon->texture_compressed_row_align = 32;
radeon_mipmap_tree.c 102 return get_aligned_compressed_row_stride(format, width, rmesa->texture_compressed_row_align);

Completed in 614 milliseconds