OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniform_pitch
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_resource.h
33
uint32_t
uniform_pitch
;
member in struct:nv30_miptree
nv30_miptree.c
314
mt->
uniform_pitch
= util_format_get_nblocksx(pt->format, w) * blocksz;
315
mt->
uniform_pitch
= align(mt->
uniform_pitch
, 64);
318
if (!mt->
uniform_pitch
)
328
lvl->pitch = mt->
uniform_pitch
;
342
if (!mt->
uniform_pitch
)
387
mt->
uniform_pitch
= stride;
388
mt->level[0].pitch = mt->
uniform_pitch
;
nv30_texture.c
271
so->npot_size1 = (pt->depth0 << 20) | mt->
uniform_pitch
;
277
so->swz |= mt->
uniform_pitch
<< NV30_3D_TEX_SWIZZLE_RECT_PITCH__SHIFT;
/external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.h
33
uint32_t
uniform_pitch
;
member in struct:nv30_miptree
nv30_miptree.c
314
mt->
uniform_pitch
= util_format_get_nblocksx(pt->format, w) * blocksz;
315
mt->
uniform_pitch
= align(mt->
uniform_pitch
, 64);
318
if (!mt->
uniform_pitch
)
328
lvl->pitch = mt->
uniform_pitch
;
342
if (!mt->
uniform_pitch
)
387
mt->
uniform_pitch
= stride;
388
mt->level[0].pitch = mt->
uniform_pitch
;
nv30_texture.c
271
so->npot_size1 = (pt->depth0 << 20) | mt->
uniform_pitch
;
277
so->swz |= mt->
uniform_pitch
<< NV30_3D_TEX_SWIZZLE_RECT_PITCH__SHIFT;
Completed in 2106 milliseconds