Searched refs:identity (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Dcolor_transform.c72 VGfloat xform[8], identity[8] = { local in function:draw
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/
H A Dps2comm.h90 #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
H A Dpsmcomm.c127 synhw->identity = ((psm_ident->infoMajor) |
H A Dps2comm.c284 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.old/dist/src/gallium/drivers/svga/
H A Dsvga_swtnl_state.c203 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
[all...]
H A Dsvga_state_vdecl.c102 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/drivers/svga/
H A Dsvga_swtnl_state.c202 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
[all...]
H A Dsvga_state_vdecl.c102 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/mesa-demos/dist/src/glsl/
H A Dfsraytrace.c253 identity(float* mat3) function in typeref:typename:void
341 identity(rot);
H A Dvsraytrace.c244 identity(float* mat3) function in typeref:typename:void
331 identity(rot);
H A DMakefile.am55 identity \ program in directory:bin
H A DMakefile.in125 @HAVE_GLUT_TRUE@ identity$(EXEEXT) linktest$(EXEEXT) \
203 identity_SOURCES = identity.c
204 identity_OBJECTS = identity.$(OBJEXT)
332 identity.c linktest.c mandelbrot.c multinoise.c multitex.c \
342 identity.c linktest.c mandelbrot.c multinoise.c multitex.c \
754 identity$(EXEEXT): $(identity_OBJECTS) $(identity_DEPENDENCIES) $(EXTRA_identity_DEPENDENCIES)
755 @rm -f identity$(EXEEXT)
868 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/identity.Po@am__quote@
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.c140 static const vl_csc_matrix identity = variable in typeref:typename:const vl_csc_matrix
199 memcpy(matrix, identity, sizeof(vl_csc_matrix));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_csc.c140 static const vl_csc_matrix identity = variable in typeref:typename:const vl_csc_matrix
199 memcpy(matrix, identity, sizeof(vl_csc_matrix));
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp201 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[
199 emit_int64_dpp_op(lower_context * ctx,PhysReg dst_reg,PhysReg src0_reg,PhysReg src1_reg,PhysReg vtmp_reg,ReduceOp op,unsigned dpp_ctrl,unsigned row_mask,unsigned bank_mask,bool bound_ctrl,Operand * identity=NULL) argument
386 emit_dpp_op(lower_context * ctx,PhysReg dst_reg,PhysReg src0_reg,PhysReg src1_reg,PhysReg vtmp,ReduceOp op,unsigned size,unsigned dpp_ctrl,unsigned row_mask,unsigned bank_mask,bool bound_ctrl,Operand * identity=NULL) argument
482 Operand identity[2]; local in function:aco::emit_reduction
[all...]
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrCrtc.c359 static const xRenderTransform identity = { variable in typeref:typename:const xRenderTransform
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/mesa-demos/dist/src/egl/opengles2/
H A Des2gears.c349 * Creates an identity 4x4 matrix.
351 * @param m the matrix make an identity matrix
354 identity(GLfloat *m) function in typeref:typename:void
394 identity(t);
422 identity(tmp);
520 identity(transform);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex.c539 vtx->identity[0] = 0.0;
540 vtx->identity[1] = 0.0;
541 vtx->identity[2] = 0.0;
542 vtx->identity[3] = 1.0;
H A Dt_vertex_sse.c63 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/dist/src/mesa/tnl/
H A Dt_vertex.c540 vtx->identity[0] = 0.0;
541 vtx->identity[1] = 0.0;
542 vtx->identity[2] = 0.0;
543 vtx->identity[3] = 1.0;
H A Dt_vertex_sse.c63 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/gallium/state_trackers/clover/util/
H A Drange.hpp381 adaptor_range<identity, R>
383 return { identity(), std::forward<R>(r) };
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Drange.hpp381 adaptor_range<identity, R>
383 return { identity(), std::forward<R>(r) };
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c3321 * 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, "");
3894 ac_wavefront_shift_right_1(struct ac_llvm_context * ctx,LLVMValueRef src,LLVMValueRef identity,unsigned maxprefix) argument
3961 ac_build_scan(struct ac_llvm_context * ctx,nir_op op,LLVMValueRef src,LLVMValueRef identity,unsigned maxprefix,bool inclusive) argument
4087 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); local in function:ac_build_inclusive_scan
4109 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); local in function:ac_build_exclusive_scan
4124 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); local in function:ac_build_reduce
4214 const LLVMValueRef identity = get_reduction_identity(ctx, ws->op, ac_get_type_size(type)); local in function:ac_build_wg_wavescan_bottom
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c3343 * 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, argument
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 in function:ac_build_inclusive_scan
3808 LLVMValueRef identity = local in function:ac_build_exclusive_scan
3824 LLVMValueRef identity = get_reduction_identity(ctx, op, local in function:ac_build_reduce
3905 const LLVMValueRef identity = local in function:ac_build_wg_wavescan_bottom
[all...]

Completed in 35 milliseconds

1234567891011>>