HomeSort by: relevance | last modified time | path
    Searched defs:ntype (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_indirect_dispatch.c 179 nir_ssa_def *ntype = nir_imm_intN_t(&b, (MALI_JOB_TYPE_NULL << 1) | 1, 8); local
180 nir_store_global(&b, type_ptr, 1, ntype, 1);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_formats.c 443 unsigned ntype; local
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 = ~0u
    [all...]
radv_device.c 4237 unsigned ntype, format, swap, endian; local
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 == V_028C70_NUMBER_SINT) &
    [all...]
radv_pipeline.c 380 unsigned format, ntype, swap; local
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 == V_028C70_NUMBER_FLOAT
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
Sbus.c 504 int len, ntype = type; local
512 ntype = PROM_NODE_SBUS;
514 ntype = PROM_NODE_EBUS;
516 ntype = PROM_NODE_PCI;
526 ntype))
netbsdSbus.c 429 int len, ntype = type; local
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.old/dist/hw/xfree86/os-support/bus/
Sbus.c 480 int len, ntype = type; local
488 ntype = PROM_NODE_SBUS;
490 ntype = PROM_NODE_EBUS;
492 ntype = PROM_NODE_PCI;
501 promWalkNode2Pathname(strchr(path, 0), node, nextnode, searchNode, ntype))
netbsdSbus.c 429 int len, ntype = type; local
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/
radv_formats.c 491 unsigned ntype; local
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 = ~0u
    [all...]
radv_device.c 6596 unsigned ntype, format, swap, endian; local
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 != V_028C70_NUMBER_UNORM && ntype != V_028C70_NUMBER_SNORM &
    [all...]
radv_pipeline.c 426 unsigned format, ntype, swap; local
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/gallium/drivers/r600/
r600_state.c 820 unsigned format, swap, ntype, endian; local
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 == V_0280A0_NUMBER_SNORM |
    [all...]
evergreen_state.c 1041 unsigned ntype; member in struct:r600_tex_color_info
1055 unsigned format, swap, ntype, endian; local
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
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_state.c 817 unsigned format, swap, ntype, endian; local
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 == V_0280A0_NUMBER_SNORM |
    [all...]
evergreen_state.c 1035 unsigned ntype; member in struct:r600_tex_color_info
1049 unsigned format, swap, ntype, endian; local
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
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_state.c 2249 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, endian local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state.c 2360 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
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 = V_028C70_NUMBER_UNORM
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c 2698 nir_alu_type ntype = nir_get_nir_type_for_glsl_base_type(glsl_type); local
2699 SpvId cast_type = get_dest_type(ctx, &intr->dest, ntype);
2707 handle_atomic_op(ctx, intr, texel, param, param2, ntype);

Completed in 107 milliseconds