OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_pair
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_resource.h
61
struct
offset_pair
{
struct
82
struct
offset_pair
*image_offset[I915_MAX_TEXTURE_2D_LEVELS];
i915_resource_texture.c
141
tex->image_offset[level] = MALLOC(nr_images * sizeof(struct
offset_pair
));
/external/bsdiff/
extents_file_unittest.cc
92
for (const auto&
offset_pair
: tests) {
95
EXPECT_CALL(*mock_file_, Seek(
offset_pair
.second)).WillOnce(Return(true));
98
EXPECT_TRUE(file.Seek(
offset_pair
.first));
Completed in 535 milliseconds