HomeSort by: relevance | last modified time | path
    Searched refs:identity (Results 1 - 25 of 46) sorted by relevancy

1 2

  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
color_transform.c 72 VGfloat xform[8], identity[8] = { local
85 memcpy(xform, identity, sizeof(identity));
94 memcpy(xform, identity, sizeof(identity));
103 memcpy(xform, identity, sizeof(identity));
112 memcpy(xform, identity, sizeof(identity));
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
ps2comm.h 90 #define SYN_ID_MODEL(synhw) (((synhw)->identity >> 4) & 0x0f)
91 #define SYN_ID_MAJOR(synhw) ((synhw)->identity & 0x0f)
92 #define SYN_ID_MINOR(synhw) (((synhw)->identity >> 16) & 0xff)
93 #define SYN_ID_IS_SYNAPTICS(synhw) ((((synhw)->identity >> 8) & 0xff) == 0x47)
101 unsigned int identity; /* Identification */ member in struct:PS2SynapticsHwInfo
psmcomm.c 127 synhw->identity = ((psm_ident->infoMajor) |
ps2comm.c 284 synhw->identity = 0;
288 synhw->identity = (id[0] << 16) | (id[1] << 8) | id[2];
289 PS2DBG("ident %06X\n", synhw->identity);
330 synhw->identity);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_swtnl_state.c 202 elements[i].format = translate_vertex_format(vdecl[i].identity.type);
243 vdecl[0].identity.method = SVGA3D_DECLMETHOD_DEFAULT;
244 vdecl[0].identity.type = SVGA3D_DECLTYPE_FLOAT4;
245 vdecl[0].identity.usage = SVGA3D_DECLUSAGE_POSITIONT;
246 vdecl[0].identity.usageIndex = 0;
257 vdecl[nr_decls].identity.usageIndex = sem_index;
262 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_COLOR;
263 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4;
269 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD;
270 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4
    [all...]
svga_state_vdecl.c 102 decls[i].identity.type = svga->curr.velems->decl_type[i];
103 decls[i].identity.method = SVGA3D_DECLMETHOD_DEFAULT;
104 decls[i].identity.usage = usage;
105 decls[i].identity.usageIndex = index;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_swtnl_state.c 203 elements[i].format = translate_vertex_format(vdecl[i].identity.type);
249 vdecl[0].identity.method = SVGA3D_DECLMETHOD_DEFAULT;
250 vdecl[0].identity.type = SVGA3D_DECLTYPE_FLOAT4;
251 vdecl[0].identity.usage = SVGA3D_DECLUSAGE_POSITIONT;
252 vdecl[0].identity.usageIndex = 0;
263 vdecl[nr_decls].identity.usageIndex = sem_index;
268 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_COLOR;
269 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4;
275 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD;
276 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4
    [all...]
svga_state_vdecl.c 102 decls[i].identity.type = svga->curr.velems->decl_type[i];
103 decls[i].identity.method = SVGA3D_DECLMETHOD_DEFAULT;
104 decls[i].identity.usage = usage;
105 decls[i].identity.usageIndex = index;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_csc.c 140 static const vl_csc_matrix identity = variable
199 memcpy(matrix, identity, sizeof(vl_csc_matrix));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_csc.c 140 static const vl_csc_matrix identity = variable
199 memcpy(matrix, identity, sizeof(vl_csc_matrix));
  /xsrc/external/mit/fontconfig/dist/doc/
fcmatrix.fncs 32 to the identity matrix.
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
fsraytrace.c 253 identity(float* mat3) function
341 identity(rot);
vsraytrace.c 244 identity(float* mat3) function
331 identity(rot);
gsraytrace.cpp 582 identity(float* mat3) function
822 identity(rot);
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_lower_to_hw_instr.cpp 201 unsigned bank_mask, bool bound_ctrl, Operand* identity = NULL)
213 if (identity)
214 bld.vop1(aco_opcode::v_mov_b32, vtmp_def[0], identity[0]);
249 if (identity) {
250 bld.vop1(aco_opcode::v_mov_b32, vtmp_def[0], identity[0]);
251 bld.vop1(aco_opcode::v_mov_b32, vtmp_def[1], identity[1]);
273 if (identity)
274 bld.vop1(aco_opcode::v_mov_b32, vtmp_def[0], identity[1]);
278 if (identity)
279 bld.vop1(aco_opcode::v_mov_b32, vtmp_def[0], identity[0])
482 Operand identity[2]; local
    [all...]
  /xsrc/external/mit/libXrandr/dist/src/
XrrCrtc.c 359 static const xRenderTransform identity = { variable
389 /* For pre-1.3 servers, just report identity matrices everywhere */
390 rep.pendingTransform = identity;
393 rep.currentTransform = identity;
409 rep.pendingTransform = identity;
412 rep.currentTransform = identity;
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vertex.c 540 vtx->identity[0] = 0.0;
541 vtx->identity[1] = 0.0;
542 vtx->identity[2] = 0.0;
543 vtx->identity[3] = 1.0;
t_vertex_sse.c 63 struct x86_reg identity; member in struct:x86_program
70 return p->identity;
101 /* Initialize from identity, then pull in low two words:
111 /* Pull in low word, then swizzle in identity */
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
658 p.identity = x86_make_reg(file_XMM, 6);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vertex.c 539 vtx->identity[0] = 0.0;
540 vtx->identity[1] = 0.0;
541 vtx->identity[2] = 0.0;
542 vtx->identity[3] = 1.0;
t_vertex_sse.c 63 struct x86_reg identity; member in struct:x86_program
70 return p->identity;
101 /* Initialize from identity, then pull in low two words:
111 /* Pull in low word, then swizzle in identity */
395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
658 p.identity = x86_make_reg(file_XMM, 6);
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
es2gears.c 349 * Creates an identity 4x4 matrix.
351 * @param m the matrix make an identity matrix
354 identity(GLfloat *m) function
394 identity(t);
422 identity(tmp);
520 identity(transform);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
range.hpp 381 adaptor_range<identity, R>
383 return { identity(), std::forward<R>(r) };
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
range.hpp 381 adaptor_range<identity, R>
383 return { identity(), std::forward<R>(r) };
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_llvm_build.c 3321 * which is the identity mapping. Each nibble says which physical sample
3889 * \param identity The value to use the first lane.
3892 * \return src, shifted 1 lane up, and identity shifted into lane 0.
3895 LLVMValueRef identity, unsigned maxprefix)
3902 tmp1 = ac_build_dpp(ctx, identity, src, dpp_row_sr(1), 0xf, 0xf, false);
3928 return ac_build_dpp(ctx, identity, src, dpp_wf_sr1, 0xf, 0xf, false);
3954 return LLVMBuildSelect(ctx->builder, active, identity, tmp1, "");
3962 LLVMValueRef identity, unsigned maxprefix, bool inclusive)
3967 src = ac_wavefront_shift_right_1(ctx, src, identity, maxprefix);
3978 tmp = LLVMBuildSelect(ctx->builder, active, tmp, identity, "");
4087 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); local
4109 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); local
4124 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); local
4214 const LLVMValueRef identity = get_reduction_identity(ctx, ws->op, ac_get_type_size(type)); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_llvm_build.c 3343 * which is the identity mapping. Each nibble says which physical sample
3732 ac_build_scan(struct ac_llvm_context *ctx, nir_op op, LLVMValueRef src, LLVMValueRef identity,
3739 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(1), 0xf, 0xf, false);
3743 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(2), 0xf, 0xf, false);
3747 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(3), 0xf, 0xf, false);
3751 tmp = ac_build_dpp(ctx, identity, result, dpp_row_sr(4), 0xf, 0xe, false);
3755 tmp = ac_build_dpp(ctx, identity, result, dpp_row_sr(8), 0xf, 0xc, false);
3759 tmp = ac_build_dpp(ctx, identity, result, dpp_row_bcast15, 0xa, 0xf, false);
3763 tmp = ac_build_dpp(ctx, identity, result, dpp_row_bcast31, 0xc, 0xf, false);
3784 LLVMValueRef identity local
3808 LLVMValueRef identity = local
3824 LLVMValueRef identity = get_reduction_identity(ctx, op, local
3905 const LLVMValueRef identity = local
    [all...]

Completed in 33 milliseconds

1 2