Searched refs:tmask (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
D | cpuset_syscall_test.c | 123 cpu_set_t tmask; in test_setaffinity() local 125 CPU_ZERO(&tmask); in test_setaffinity() 128 CPU_SET(i, &tmask); in test_setaffinity() 130 ret = sched_setaffinity(0, sizeof(tmask), &tmask); in test_setaffinity() 135 cpu_set_t tmask; in test_getaffinity() local 137 CPU_ZERO(&tmask); in test_getaffinity() 138 ret = sched_getaffinity(0, sizeof(tmask), &tmask); in test_getaffinity() 140 if (CPU_ISSET(i, &tmask)) in test_getaffinity()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 139 const GLint tmask = texImg->Height - 1; \ 152 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 197 const GLint tmask = texImg->Height - 1; \ 213 GLint t = FixedToInt(span.intTex[1]) & tmask; \ 243 GLint smask, tmask; member 366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ in affine_span() 383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \ in affine_span() 391 if (t == info->tmask) { \ in affine_span() 554 info.tmask = texImg->Height - 1; \ 599 GLint smask, tmask; member [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | sext.ll | 120 %tmask = ashr <2 x i16> %sext, <i16 15, i16 15> 121 store <2 x i16> %tmask, <2 x i16>* %dst
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | sext.ll | 214 %tmask = ashr <2 x i16> %sext, <i16 15, i16 15> 215 store <2 x i16> %tmask, <2 x i16>* %dst
|
D | cast.ll | 322 %tmask = trunc i32 %c2 to i8 323 %t2 = or i8 %tmask, %t1
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 497 int tmask = depth_stencil->stencil[1].valuemask & 0xff; in i915_create_depth_stencil_state() local 513 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) | in i915_create_depth_stencil_state()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 9652 s << "\tmask = " << value.mask << '\n';
|