Home
last modified time | relevance | path

Searched refs:new_format (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_blit.c274 int new_format; in r600_compressed_to_blittable() local
286 new_format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */ in r600_compressed_to_blittable()
288 new_format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */ in r600_compressed_to_blittable()
295 tex->format = new_format; in r600_compressed_to_blittable()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c576 int new_format; in r600_compressed_to_blittable() local
588 new_format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */ in r600_compressed_to_blittable()
590 new_format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */ in r600_compressed_to_blittable()
597 tex->format = new_format; in r600_compressed_to_blittable()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp740 Format* new_format = newFormat.clone(); in setFormat() local
741 if (new_format) { in setFormat()
743 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
790 Format* new_format = newFormat.clone(); in setFormat() local
791 if (new_format == NULL) { in setFormat()
795 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp1306 DXGI_FORMAT new_format, in ResizeBuffers()
1323 desc.BufferDesc.Format = new_format; in ResizeBuffers()