Searched refs:ntype (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_shader_util.c324 void ac_choose_spi_color_formats(unsigned format, unsigned swap, unsigned ntype, argument
352 if (ntype == V_028C70_NUMBER_UINT)
354 else if (ntype == V_028C70_NUMBER_SINT)
360 ntype != V_028C70_NUMBER_SRGB && swap == V_028C70_SWAP_STD) /* R */ {
372 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM) {
374 if (ntype == V_028C70_NUMBER_UNORM)
398 } else if (ntype == V_028C70_NUMBER_UINT)
400 else if (ntype == V_028C70_NUMBER_SINT)
402 else if (ntype
[all...]
H A Dac_shader_util.h101 void ac_choose_spi_color_formats(unsigned format, unsigned swap, unsigned ntype,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_formats.c443 unsigned ntype; local in function:radv_translate_color_numformat
448 ntype = V_028C70_NUMBER_FLOAT;
450 ntype = V_028C70_NUMBER_UNORM;
452 ntype = V_028C70_NUMBER_SRGB;
455 ntype = V_028C70_NUMBER_SINT;
457 ntype = V_028C70_NUMBER_SNORM;
459 ntype = ~0u;
462 ntype = V_028C70_NUMBER_UINT;
464 ntype = V_028C70_NUMBER_UNORM;
466 ntype
[all...]
H A Dradv_device.c4237 unsigned ntype, format, swap, endian; local in function:radv_initialise_color_surface
4331 ntype = radv_translate_color_numformat(iview->vk_format,
4335 if (format == V_028C70_COLOR_INVALID || ntype == ~0u)
4341 if (ntype == V_028C70_NUMBER_UNORM ||
4342 ntype == V_028C70_NUMBER_SNORM ||
4343 ntype == V_028C70_NUMBER_SRGB)
4348 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT ||
4355 if ((ntype == V_028C70_NUMBER_UINT || ntype
[all...]
H A Dradv_pipeline.c380 unsigned format, ntype, swap; local in function:si_choose_spi_color_format
391 ntype = radv_translate_color_numformat(vk_format, desc,
410 if (ntype == V_028C70_NUMBER_UINT)
412 else if (ntype == V_028C70_NUMBER_SINT)
421 if (ntype == V_028C70_NUMBER_UNORM ||
422 ntype == V_028C70_NUMBER_SNORM) {
424 if (ntype == V_028C70_NUMBER_UNORM)
448 } else if (ntype == V_028C70_NUMBER_UINT)
450 else if (ntype == V_028C70_NUMBER_SINT)
452 else if (ntype
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DSbus.c480 int len, ntype = type; local in function:promWalkNode2Pathname
488 ntype = PROM_NODE_SBUS;
490 ntype = PROM_NODE_EBUS;
492 ntype = PROM_NODE_PCI;
501 promWalkNode2Pathname(strchr(path, 0), node, nextnode, searchNode, ntype))
H A DnetbsdSbus.c429 int len, ntype = type; local in function:promWalkNode2Pathname
437 ntype = PROM_NODE_SBUS;
439 ntype = PROM_NODE_EBUS;
441 ntype = PROM_NODE_PCI;
450 promWalkNode2Pathname(strchr(path, 0), node, nextnode, searchNode, ntype))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
H A DSbus.c504 int len, ntype = type; local in function:promWalkNode2Pathname
512 ntype = PROM_NODE_SBUS;
514 ntype = PROM_NODE_EBUS;
516 ntype = PROM_NODE_PCI;
526 ntype))
H A DnetbsdSbus.c429 int len, ntype = type; local in function:promWalkNode2Pathname
437 ntype = PROM_NODE_SBUS;
439 ntype = PROM_NODE_EBUS;
441 ntype = PROM_NODE_PCI;
450 promWalkNode2Pathname(strchr(path, 0), node, nextnode, searchNode, ntype))
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c491 unsigned ntype; local in function:radv_translate_color_numformat
496 ntype = V_028C70_NUMBER_FLOAT;
498 ntype = V_028C70_NUMBER_UNORM;
500 ntype = V_028C70_NUMBER_SRGB;
503 ntype = V_028C70_NUMBER_SINT;
505 ntype = V_028C70_NUMBER_SNORM;
507 ntype = ~0u;
510 ntype = V_028C70_NUMBER_UINT;
512 ntype = V_028C70_NUMBER_UNORM;
514 ntype
[all...]
H A Dradv_device.c6596 unsigned ntype, format, swap, endian; local in function:radv_initialise_color_surface
6708 ntype = radv_translate_color_numformat(iview->vk_format, desc,
6717 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM ||
6718 ntype == V_028C70_NUMBER_SRGB)
6723 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT ||
6730 if ((ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT) &&
6739 S_028C70_ROUND_MODE(ntype !
[all...]
H A Dradv_pipeline.c426 unsigned format, ntype, swap; local in function:radv_choose_spi_color_format
429 ntype = radv_translate_color_numformat(vk_format, desc,
433 ac_choose_spi_color_formats(format, swap, ntype, false, use_rbplus, &formats);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_indirect_dispatch.c179 nir_ssa_def *ntype = nir_imm_intN_t(&b, (MALI_JOB_TYPE_NULL << 1) | 1, 8); local in function:GENX
180 nir_store_global(&b, type_ptr, 1, ntype, 1);
H A Dpan_shader.c48 #define VARYING_FORMAT(ntype, nsz, ptype, psz) \
50 .type = nir_type_ ## ntype ## nsz, \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c2249 unsigned ntype, bool is_depth)
2274 if (ntype == V_028C70_NUMBER_UINT)
2276 else if (ntype == V_028C70_NUMBER_SINT)
2285 if (ntype == V_028C70_NUMBER_UNORM ||
2286 ntype == V_028C70_NUMBER_SNORM) {
2288 if (ntype == V_028C70_NUMBER_UNORM)
2312 } else if (ntype == V_028C70_NUMBER_UINT)
2314 else if (ntype == V_028C70_NUMBER_SINT)
2316 else if (ntype == V_028C70_NUMBER_FLOAT)
2369 unsigned format, swap, ntype, endia local in function:si_initialize_color_surface
2247 si_choose_spi_color_formats(struct si_surface * surf,unsigned format,unsigned swap,unsigned ntype,bool is_depth) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c817 unsigned format, swap, ntype, endian; local in function:r600_init_color_surface
860 ntype = V_0280A0_NUMBER_UNORM;
862 ntype = V_0280A0_NUMBER_SRGB;
865 ntype = V_0280A0_NUMBER_SNORM;
867 ntype = V_0280A0_NUMBER_SINT;
870 ntype = V_0280A0_NUMBER_UNORM;
872 ntype = V_0280A0_NUMBER_UINT;
874 ntype = V_0280A0_NUMBER_FLOAT;
890 if (ntype == V_0280A0_NUMBER_UNORM || ntype
[all...]
H A Devergreen_state.c1035 unsigned ntype; member in struct:r600_tex_color_info
1049 unsigned format, swap, ntype, endian; local in function:evergreen_set_color_surface_buffer
1071 ntype = V_028C70_NUMBER_UNORM;
1073 ntype = V_028C70_NUMBER_SRGB;
1076 ntype = V_028C70_NUMBER_SNORM;
1078 ntype = V_028C70_NUMBER_SINT;
1081 ntype = V_028C70_NUMBER_UNORM;
1083 ntype = V_028C70_NUMBER_UINT;
1085 ntype = V_028C70_NUMBER_FLOAT;
1096 S_028C70_NUMBER_TYPE(ntype) |
1121 unsigned format, swap, ntype, endian; local in function:evergreen_set_color_surface_common
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c820 unsigned format, swap, ntype, endian; local in function:r600_init_color_surface
863 ntype = V_0280A0_NUMBER_UNORM;
865 ntype = V_0280A0_NUMBER_SRGB;
868 ntype = V_0280A0_NUMBER_SNORM;
870 ntype = V_0280A0_NUMBER_SINT;
873 ntype = V_0280A0_NUMBER_UNORM;
875 ntype = V_0280A0_NUMBER_UINT;
877 ntype = V_0280A0_NUMBER_FLOAT;
893 if (ntype == V_0280A0_NUMBER_UNORM || ntype
[all...]
H A Devergreen_state.c1041 unsigned ntype; member in struct:r600_tex_color_info
1055 unsigned format, swap, ntype, endian; local in function:evergreen_set_color_surface_buffer
1077 ntype = V_028C70_NUMBER_UNORM;
1079 ntype = V_028C70_NUMBER_SRGB;
1082 ntype = V_028C70_NUMBER_SNORM;
1084 ntype = V_028C70_NUMBER_SINT;
1087 ntype = V_028C70_NUMBER_UNORM;
1089 ntype = V_028C70_NUMBER_UINT;
1091 ntype = V_028C70_NUMBER_FLOAT;
1102 S_028C70_NUMBER_TYPE(ntype) |
1127 unsigned format, swap, ntype, endian; local in function:evergreen_set_color_surface_common
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c2360 unsigned ntype, bool is_depth)
2364 ac_choose_spi_color_formats(format, swap, ntype, is_depth, true, &formats);
2376 unsigned format, swap, ntype, endian; local in function:si_initialize_color_surface
2388 ntype = V_028C70_NUMBER_FLOAT;
2390 ntype = V_028C70_NUMBER_UNORM;
2392 ntype = V_028C70_NUMBER_SRGB;
2395 ntype = V_028C70_NUMBER_SINT;
2398 ntype = V_028C70_NUMBER_SNORM;
2402 ntype = V_028C70_NUMBER_UINT;
2405 ntype
2359 si_choose_spi_color_formats(struct si_surface * surf,unsigned format,unsigned swap,unsigned ntype,bool is_depth) argument
[all...]
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h828 FcNameRegisterObjectTypes (const FcObjectType *types, int ntype);
832 FcNameUnregisterObjectTypes (const FcObjectType *types, int ntype);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2698 nir_alu_type ntype = nir_get_nir_type_for_glsl_base_type(glsl_type); local in function:emit_image_intrinsic
2699 SpvId cast_type = get_dest_type(ctx, &intr->dest, ntype);
2707 handle_atomic_op(ctx, intr, texel, param, param2, ntype);

Completed in 60 milliseconds