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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atomfirmware.c 127 struct atom_vram_info_header_v2_4 v24; member in union:vram_info
249 if (module_id > vram_info->v24.vram_module_num)
251 vram_module = (union vram_module *)vram_info->v24.vram_module;
429 struct atom_gfx_info_v2_4 v24; member in union:gfx_info
447 adev->gfx.config.max_shader_engines = gfx_info->v24.max_shader_engines;
448 adev->gfx.config.max_cu_per_sh = gfx_info->v24.max_cu_per_sh;
449 adev->gfx.config.max_sh_per_se = gfx_info->v24.max_sh_per_se;
450 adev->gfx.config.max_backends_per_se = gfx_info->v24.max_backends_per_se;
451 adev->gfx.config.max_texture_channel_caches = gfx_info->v24.max_texture_channel_caches;
452 adev->gfx.config.max_gprs = le16_to_cpu(gfx_info->v24.gc_num_gprs)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_ppc_regs.h 89 #define v24 24 macro
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 302 xmmi v20, v21, v22, v23, v24; local in function:poly1305_blocks
376 v24 = H0;
377 v24 = _mm_mul_epu32(v24, T14);
389 T2 = _mm_add_epi64(T2, v24);
484 v24 = M0;
485 v24 = _mm_mul_epu32(v24, T14);
495 T2 = _mm_add_epi64(T2, v24);
538 xmmi v21, v22, v23, v24; local in function:poly1305_blocks
    [all...]

Completed in 14 milliseconds