Home
last modified time | relevance | path

Searched refs:ntype (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_shader_util.c531 void ac_choose_spi_color_formats(unsigned format, unsigned swap, unsigned ntype, in ac_choose_spi_color_formats() argument
559 if (ntype == V_028C70_NUMBER_UINT) in ac_choose_spi_color_formats()
561 else if (ntype == V_028C70_NUMBER_SINT) in ac_choose_spi_color_formats()
567 ntype != V_028C70_NUMBER_SRGB && swap == V_028C70_SWAP_STD) /* R */ { in ac_choose_spi_color_formats()
579 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM) { in ac_choose_spi_color_formats()
581 if (ntype == V_028C70_NUMBER_UNORM) in ac_choose_spi_color_formats()
605 } else if (ntype == V_028C70_NUMBER_UINT) in ac_choose_spi_color_formats()
607 else if (ntype == V_028C70_NUMBER_SINT) in ac_choose_spi_color_formats()
609 else if (ntype == V_028C70_NUMBER_FLOAT) in ac_choose_spi_color_formats()
Dac_shader_util.h114 void ac_choose_spi_color_formats(unsigned format, unsigned swap, unsigned ntype,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTZDBTimeZoneNames.java300 NameType ntype = match.type; in handlePrefixMatch() local
314 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT) in handlePrefixMatch()
317 ntype = NameType.SHORT_GENERIC; in handlePrefixMatch()
319 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java298 NameType ntype = match.type; in handlePrefixMatch() local
312 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT) in handlePrefixMatch()
315 ntype = NameType.SHORT_GENERIC; in handlePrefixMatch()
317 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength); in handlePrefixMatch()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c489 unsigned ntype; in radv_translate_color_numformat() local
494 ntype = V_028C70_NUMBER_FLOAT; in radv_translate_color_numformat()
496 ntype = V_028C70_NUMBER_UNORM; in radv_translate_color_numformat()
498 ntype = V_028C70_NUMBER_SRGB; in radv_translate_color_numformat()
501 ntype = V_028C70_NUMBER_SINT; in radv_translate_color_numformat()
503 ntype = V_028C70_NUMBER_SNORM; in radv_translate_color_numformat()
505 ntype = ~0u; in radv_translate_color_numformat()
508 ntype = V_028C70_NUMBER_UINT; in radv_translate_color_numformat()
510 ntype = V_028C70_NUMBER_UNORM; in radv_translate_color_numformat()
512 ntype = ~0u; in radv_translate_color_numformat()
[all …]
Dradv_device.c6243 unsigned ntype, format, swap, endian; in radv_initialise_color_surface() local
6367 ntype = radv_translate_color_numformat(iview->vk.format, desc, in radv_initialise_color_surface()
6376 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM || in radv_initialise_color_surface()
6377 ntype == V_028C70_NUMBER_SRGB) in radv_initialise_color_surface()
6382 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in radv_initialise_color_surface()
6389 if ((ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT) && in radv_initialise_color_surface()
6398 S_028C70_ROUND_MODE(ntype != V_028C70_NUMBER_UNORM && ntype != V_028C70_NUMBER_SNORM && in radv_initialise_color_surface()
6399 ntype != V_028C70_NUMBER_SRGB && format != V_028C70_COLOR_8_24 && in radv_initialise_color_surface()
6401 S_028C70_NUMBER_TYPE(ntype); in radv_initialise_color_surface()
Dradv_pipeline.c479 unsigned format, ntype, swap; in radv_choose_spi_color_format() local
482 ntype = radv_translate_color_numformat(vk_format, desc, in radv_choose_spi_color_format()
486 ac_choose_spi_color_formats(format, swap, ntype, false, use_rbplus, &formats); in radv_choose_spi_color_format()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c820 unsigned format, swap, ntype, endian; in r600_init_color_surface() local
863 ntype = V_0280A0_NUMBER_UNORM; in r600_init_color_surface()
865 ntype = V_0280A0_NUMBER_SRGB; in r600_init_color_surface()
868 ntype = V_0280A0_NUMBER_SNORM; in r600_init_color_surface()
870 ntype = V_0280A0_NUMBER_SINT; in r600_init_color_surface()
873 ntype = V_0280A0_NUMBER_UNORM; in r600_init_color_surface()
875 ntype = V_0280A0_NUMBER_UINT; in r600_init_color_surface()
877 ntype = V_0280A0_NUMBER_FLOAT; in r600_init_color_surface()
893 if (ntype == V_0280A0_NUMBER_UNORM || ntype == V_0280A0_NUMBER_SNORM || in r600_init_color_surface()
894 ntype == V_0280A0_NUMBER_SRGB) in r600_init_color_surface()
[all …]
Devergreen_state.c1041 unsigned ntype; member
1055 unsigned format, swap, ntype, endian; in evergreen_set_color_surface_buffer() local
1077 ntype = V_028C70_NUMBER_UNORM; in evergreen_set_color_surface_buffer()
1079 ntype = V_028C70_NUMBER_SRGB; in evergreen_set_color_surface_buffer()
1082 ntype = V_028C70_NUMBER_SNORM; in evergreen_set_color_surface_buffer()
1084 ntype = V_028C70_NUMBER_SINT; in evergreen_set_color_surface_buffer()
1087 ntype = V_028C70_NUMBER_UNORM; in evergreen_set_color_surface_buffer()
1089 ntype = V_028C70_NUMBER_UINT; in evergreen_set_color_surface_buffer()
1091 ntype = V_028C70_NUMBER_FLOAT; in evergreen_set_color_surface_buffer()
1102 S_028C70_NUMBER_TYPE(ntype) | in evergreen_set_color_surface_buffer()
[all …]
/third_party/f2fs-tools/fsck/
Dfsck.c391 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid() argument
421 if (ntype == TYPE_INODE && in sanity_check_nid()
433 if (ntype != TYPE_INODE && in sanity_check_nid()
448 if (ntype == TYPE_XATTR) { in sanity_check_nid()
458 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) || in sanity_check_nid()
459 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) { in sanity_check_nid()
472 if (ntype == TYPE_INODE && in sanity_check_nid()
519 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_sanity_check_nid() argument
522 return sanity_check_nid(sbi, nid, node_blk, ftype, ntype, ni); in fsck_sanity_check_nid()
554 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk() argument
[all …]
Ddump.c294 static void dump_node_blk(struct f2fs_sb_info *sbi, int ntype, in dump_node_blk() argument
302 switch (ntype) { in dump_node_blk()
329 switch (ntype) { in dump_node_blk()
/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_dispatch.c106 nir_ssa_def *ntype = nir_imm_intN_t(&b, (MALI_JOB_TYPE_NULL << 1) | 1, 8); in GENX() local
107 nir_store_global(&b, type_ptr, 1, ntype, 1); in GENX()
Dpan_shader.c49 #define VARYING_FORMAT(ntype, nsz, ptype, psz) \ in varying_format() argument
51 .type = nir_type_ ## ntype ## nsz, \ in varying_format()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2500 unsigned ntype, bool is_depth) in si_choose_spi_color_formats() argument
2504 ac_choose_spi_color_formats(format, swap, ntype, is_depth, true, &formats); in si_choose_spi_color_formats()
2516 unsigned format, swap, ntype, endian; in si_initialize_color_surface() local
2528 ntype = V_028C70_NUMBER_FLOAT; in si_initialize_color_surface()
2530 ntype = V_028C70_NUMBER_UNORM; in si_initialize_color_surface()
2532 ntype = V_028C70_NUMBER_SRGB; in si_initialize_color_surface()
2535 ntype = V_028C70_NUMBER_SINT; in si_initialize_color_surface()
2538 ntype = V_028C70_NUMBER_SNORM; in si_initialize_color_surface()
2542 ntype = V_028C70_NUMBER_UINT; in si_initialize_color_surface()
2545 ntype = V_028C70_NUMBER_UNORM; in si_initialize_color_surface()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp1970 UTimeZoneNameType ntype = match->type; in handleMatch() local
1984 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch()
1987 ntype = UTZNM_SHORT_GENERIC; in handleMatch()
1999 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status); in handleMatch()
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.cpp1986 UTimeZoneNameType ntype = match->type; in handleMatch() local
2000 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch()
2003 ntype = UTZNM_SHORT_GENERIC; in handleMatch()
2015 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status); in handleMatch()
/third_party/node/deps/icu-small/source/i18n/
Dtznames_impl.cpp1971 UTimeZoneNameType ntype = match->type; in handleMatch() local
1985 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT) in handleMatch()
1988 ntype = UTZNM_SHORT_GENERIC; in handleMatch()
2000 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status); in handleMatch()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.data195 …t_example_multi.crt":"type \: 2\ndNSName \: example.com\ntype \: 2\ndNSName \: example.net\ntype \…
199ntype \: 0\notherName \: hardware module name \: hardware type \: 1.3.6.1.4.1.17.3, hardware seria…
211 …/test_cert_rfc822name.crt.der":"type \: 1\nrfc822Name \: my@other.address\ntype \: 1\nrfc822Name \…
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2897 nir_alu_type ntype = nir_get_nir_type_for_glsl_base_type(glsl_type); in emit_image_intrinsic() local
2898 SpvId cast_type = get_dest_type(ctx, &intr->dest, ntype); in emit_image_intrinsic()
2906 handle_atomic_op(ctx, intr, texel, param, param2, ntype); in emit_image_intrinsic()
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.js.map1ntype Platform =\n | 'aix'\n | 'android'\n | 'darwin'\n | 'freebsd'\n | 'haiku'\n | 'linux'\…
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.js.map1ntype Platform =\n | 'aix'\n | 'android'\n | 'darwin'\n | 'freebsd'\n | 'haiku'\n | 'linux'\…