| /xsrc/external/mit/xsm/dist/ |
| printhex.c | 69 unsigned char *ucp = (unsigned char *) cp; 71 for (; len > 0; len--, ucp++) 73 register const char *s = hex_table[*ucp]; 68 unsigned char *ucp = (unsigned char *) cp; local
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_from_common.cpp | 90 Value *ucp = mkLoadv(TYPE_F32, sym, NULL); local 92 res[i] = mkOp2v(OP_MUL, TYPE_F32, getScratch(), clipVtx[c], ucp); 94 mkOp3(OP_MAD, TYPE_F32, res[i], clipVtx[c], ucp, res[i]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_from_common.cpp | 88 Value *ucp = mkLoadv(TYPE_F32, sym, NULL); local 90 res[i] = mkOp2v(OP_MUL, TYPE_F32, getScratch(), clipVtx[c], ucp); 92 mkOp3(OP_MAD, TYPE_F32, res[i], clipVtx[c], ucp, res[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| m_eval.c | 131 GLfloat *ucp = &cn[j * dim]; local 139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k]; 141 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder; 142 i++, poweru *= u, ucp += uinc) { 148 s * cp[j * dim + k] + bincoeff * poweru * ucp[k];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| m_eval.c | 131 GLfloat *ucp = &cn[j * dim]; local 139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k]; 141 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder; 142 i++, poweru *= u, ucp += uinc) { 148 s * cp[j * dim + k] + bincoeff * poweru * ucp[k];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_clip.c | 33 * from UCP[n] + CLIPVERTEX or POSITION. Additionally, an optional pass 258 nir_ssa_def *ucp = get_ucp(b, plane, clipplane_state_tokens); local 260 /* calculate clipdist[plane] - dot(ucp, cv): */ 261 clipdist[plane] = nir_fdot(b, ucp, cv); 295 /* ucp_enables is bitmask of enabled ucps. Actual ucp values are
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_clip.c | 33 * from UCP[n] + CLIPVERTEX or POSITION. Additionally, an optional pass 153 /* ucp_enables is bitmask of enabled ucps. Actual ucp values are 237 nir_ssa_def *ucp = nir_load_user_clip_plane(&b, plane); local 239 /* calculate clipdist[plane] - dot(ucp, cv): */ 240 clipdist[plane] = nir_fdot4(&b, ucp, cv);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/ |
| ir3_const.h | 454 struct pipe_clip_state *ucp = &ctx->ucp; variable in typeref:struct:pipe_clip_state 458 vertex_params[pos] = fui(ucp->ucp[i][j]); 464 /* Only emit as many params as needed, i.e. up to the highest enabled UCP
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/ |
| ir3_gallium.c | 550 struct pipe_clip_state *ucp = &ctx->ucp; local 554 vertex_params[pos] = fui(ucp->ucp[i][j]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_program.c | 353 unsigned ucp = nir_intrinsic_ucp_id(intrin); local 355 if (ucp_idx[ucp] == -1) { 356 ucp_idx[ucp] = num_system_values; 361 system_values[ucp_idx[ucp] + i] = 362 BRW_PARAM_BUILTIN_CLIP_PLANE(ucp, i); 366 offset = nir_imm_int(&b, ucp_idx[ucp] * sizeof(uint32_t));
|
| /xsrc/external/mit/iceauth/dist/ |
| process.c | 754 const unsigned char *ucp = (const unsigned char *) cp; local 756 for (; len > 0; len--, ucp++) { 757 register const char *s = hex_table[*ucp];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_program.c | 510 unsigned ucp = nir_intrinsic_ucp_id(intrin); local 512 if (ucp_idx[ucp] == -1) { 513 ucp_idx[ucp] = num_system_values; 518 system_values[ucp_idx[ucp] + i] = 519 BRW_PARAM_BUILTIN_CLIP_PLANE(ucp, i); 523 offset = nir_imm_int(&b, ucp_idx[ucp] * sizeof(uint32_t));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_program.c | 542 unsigned ucp = nir_intrinsic_ucp_id(intrin); local 544 if (ucp_idx[ucp] == -1) { 545 ucp_idx[ucp] = num_system_values; 550 system_values[ucp_idx[ucp] + i] = 551 BRW_PARAM_BUILTIN_CLIP_PLANE(ucp, i); 556 ucp_idx[ucp] * sizeof(uint32_t));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| nine_state.h | 180 uint8_t ucp; member in struct:nine_state::__anon2168 234 BOOL ucp; member in struct:nine_context::__anon2169
|
| nine_ff.c | 61 uint32_t ucp : 1; member in struct:nine_ff_vs_key::__anon2151::__anon2152 342 boolean need_aVtx = key->lighting || key->fog_mode || key->pointscale || key->ucp; 1048 /* ucp for ff applies on world coordinates. 1050 if (key->ucp) { 1649 key.ucp = !!context->rs[D3DRS_CLIPPLANEENABLE];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_context.h | 300 struct pipe_clip_state ucp; member in struct:fd_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| nine_state.h | 178 uint8_t ucp; member in struct:nine_state::__anon4549 232 BOOL ucp; member in struct:nine_context::__anon4550
|
| nine_ff.c | 61 uint32_t ucp : 1; member in struct:nine_ff_vs_key::__anon4533::__anon4534 342 boolean need_aVtx = key->lighting || key->fog_mode || key->pointscale || key->ucp; 1046 /* ucp for ff applies on world coordinates. 1048 if (key->ucp) { 1644 key.ucp = !!context->rs[D3DRS_CLIPPLANEENABLE];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| p_state.h | 244 float ucp[PIPE_MAX_CLIP_PLANES][4]; member in struct:pipe_clip_state
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_context.h | 263 /* UCP 321 struct radeon_state_atom ucp[6]; member in struct:r100_hw_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| p_state.h | 230 float ucp[PIPE_MAX_CLIP_PLANES][4]; member in struct:pipe_clip_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_context.h | 263 /* UCP 321 struct radeon_state_atom ucp[6]; member in struct:r100_hw_state
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| r200_context.h | 404 /* UCP 499 struct radeon_state_atom ucp[6]; member in struct:r200_hw_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| r200_context.h | 404 /* UCP 499 struct radeon_state_atom ucp[6]; member in struct:r200_hw_state
|