OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_format
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c
274
int
new_format
;
local
286
new_format
= PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
288
new_format
= PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
295
tex->format =
new_format
;
/external/mesa3d/src/gallium/drivers/r600/
r600_blit.c
576
int
new_format
;
local
588
new_format
= PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
590
new_format
= PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
597
tex->format =
new_format
;
/external/icu/icu4c/source/i18n/
msgfmt.cpp
740
Format*
new_format
= newFormat.clone();
local
741
if (
new_format
) {
743
setCustomArgStartFormat(partIndex,
new_format
, status);
790
Format*
new_format
= newFormat.clone();
local
791
if (
new_format
== NULL) {
795
setCustomArgStartFormat(partIndex,
new_format
, status);
[
all
...]
Completed in 271 milliseconds