Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionValueFormat.cpp51 Format new_format; in SetValueFromCString() local
52 error = Args::StringToFormat (value_cstr, new_format, NULL); in SetValueFromCString()
56 m_current_value = new_format; in SetValueFromCString()
DProperty.cpp109 Format new_format = eFormatInvalid; in Property() local
111 Args::StringToFormat (definition.default_cstr_value, new_format, NULL); in Property()
113 new_format = (Format)definition.default_uint_value; in Property()
114 m_value_sp.reset (new OptionValueFormat(new_format)); in Property()
/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.cpp739 Format* new_format = newFormat.clone(); in setFormat() local
740 if (new_format) { in setFormat()
742 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
789 Format* new_format = newFormat.clone(); in setFormat() local
790 if (new_format == NULL) { in setFormat()
794 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()