Home
last modified time | relevance | path

Searched refs:format0 (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp168 UnicodeString format0; in test4099975() local
169 format0 = df->format(d, format0); in test4099975()
176 if (format0 != format1) { in test4099975()
177 errln(UnicodeString("Formats are different. format0: ") + format0 in test4099975()
201 UnicodeString format0; in test4099975() local
202 format0 = df->format(d, format0); in test4099975()
209 if (format0 != format1) { in test4099975()
210 errln(UnicodeString("Formats are different. format0: ") + format0 in test4099975()
231 UnicodeString format0; in test4099975() local
232 format0 = df->format(d, format0); in test4099975()
[all …]
/external/vixl/src/vixl/a64/
Dinstructions-a64.h519 const NEONFormatMap* format0, in NEONFormatDecoder() argument
522 SetFormatMaps(format0, format1); in NEONFormatDecoder()
525 const NEONFormatMap* format0, in NEONFormatDecoder() argument
529 SetFormatMaps(format0, format1, format2); in NEONFormatDecoder()
533 void SetFormatMaps(const NEONFormatMap* format0,
536 VIXL_ASSERT(format0 != NULL);
537 formats_[0] = format0;
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh425 case 0: return u.format0 .get_glyph(codepoint, glyph); in get_glyph()
441 case 0: return_trace (u.format0 .sanitize (c)); in sanitize()
455 CmapSubtableFormat0 format0; member
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c823 out->format0 = 0; in r300_texture_setup_format_state()
829 out->format0 = in r300_texture_setup_format_state()
838 out->format0 |= R300_TX_PITCH_EN; in r300_texture_setup_format_state()
Dr300_context.h196 uint32_t format0; /* R300_TX_FORMAT0: 0x4480 */ member
Dr300_state_derived.c885 texstate->format.format0 |= R300_TX_NUM_LEVELS(level_count); in r300_merge_textures_and_samplers()
Dr300_emit.c809 OUT_CS_REG(R300_TX_FORMAT0_0 + (i * 4), texstate->format.format0); in r300_emit_textures_state()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp352 inline bool formatsAreCompatible (const VkFormat format0, const VkFormat format1) in formatsAreCompatible() argument
354 …return format0 == format1 || mapVkFormat(format0).getPixelSize() == mapVkFormat(format1).getPixelS… in formatsAreCompatible()