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

  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_noise.c 79 static const unsigned char perm[512] = { 151, 160, 137, 91, 90, 15, variable
225 n0 = t0 * t0 * grad1(perm[i0 & 0xff], x0);
229 n1 = t1 * t1 * grad1(perm[i1 & 0xff], x1);
284 /* Wrap the integer indices at 256, to avoid indexing perm[] out of bounds */
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_queue.c 545 struct vn_sync_payload *perm = &fence->permanent; local
549 assert(perm->type == VN_SYNC_TYPE_DEVICE_ONLY);
550 fence->payload = perm;
774 struct vn_sync_payload *perm = &sem->permanent; local
778 sem->payload = perm;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_noise.c 79 static const unsigned char perm[512] = { 151, 160, 137, 91, 90, 15, variable
225 n0 = t0 * t0 * grad1(perm[i0 & 0xff], x0);
229 n1 = t1 * t1 * grad1(perm[i1 & 0xff], x1);
284 /* Wrap the integer indices at 256, to avoid indexing perm[] out of bounds */
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_lower_to_hw_instr.cpp 652 Instruction* perm = local
657 perm->vop3().opsel = 1; /* FI (Fetch Inactive) */
786 Instruction* perm = local
791 perm->vop3().opsel = 1; /* FI (Fetch Inactive) */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
format_utils.h 146 const simd16scalari perm = variable
151 simd16scalar pre0 = _simd16_permute_ps(src0, perm); // r
152 simd16scalar pre1 = _simd16_permute_ps(src1, perm); // g
153 simd16scalar pre2 = _simd16_permute_ps(src2, perm); // b
154 simd16scalar pre3 = _simd16_permute_ps(src3, perm); // a
pa_avx.cpp 2207 const simd16scalari perm = _simd16_set_epi32(0, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1); local
2230 v1[i] = _simd16_permute_ps(temp, perm); // a1 a2 a3 a4 a5 a6 a7 a8 a9 aA aB aC aD aE aF b0

Completed in 26 milliseconds