Searched refs:format_internal (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | volume9.c | 115 This->format_internal = d3d9_to_pipe_format_checked(This->info.screen, in NineVolume9_ctor() 121 if (This->info.format != This->format_internal || in NineVolume9_ctor() 125 This->stride_internal = nine_format_get_stride(This->format_internal, in NineVolume9_ctor() 127 This->layer_stride_internal = util_format_get_2d_size(This->format_internal, in NineVolume9_ctor() 327 format = This->format_internal; in NineVolume9_LockBox() 395 This->format_internal, in NineVolume9_UnlockBox() 409 This->format_internal, in NineVolume9_UnlockBox() 469 (void) util_format_translate_3d(This->format_internal, in NineVolume9_CopyMemToDefault()
|
D | surface9.c | 144 This->format_internal = d3d9_to_pipe_format_checked(This->base.info.screen, in NineSurface9_ctor() 151 if (This->base.info.format != This->format_internal || in NineSurface9_ctor() 158 nine_format_get_level_alloc_size(This->format_internal, in NineSurface9_ctor() 164 This->stride_internal = nine_format_get_stride(This->format_internal, in NineSurface9_ctor() 501 format = This->format_internal; in NineSurface9_LockRect() 577 This->format_internal, in NineSurface9_UnlockRect() 596 This->format_internal, in NineSurface9_UnlockRect() 685 (void) util_format_translate(This->format_internal, in NineSurface9_CopyMemToDefault()
|
D | volume9.h | 48 enum pipe_format format_internal; member
|
D | surface9.h | 52 enum pipe_format format_internal; member
|