Searched refs:tf (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/libxcb/dist/tests/
H A Dcheck_suites.h4 void suite_add_test(Suite *s, TFun tf, const char *name);
H A Dcheck_all.c5 void suite_add_test(Suite *s, TFun tf, const char *name) argument
13 tcase_add_test(tc, tf);
/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dtrackball.c255 float tf[4]; local in function:add_quats
269 vadd(t1,t2,tf);
270 vadd(t3,tf,tf);
271 tf[3] = q1[3] * q2[3] - vdot(q1,q2);
274 printf("tf = %f %f %f %f\n", tf[0], tf[1], tf[2], tf[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.h55 struct fd6_streamout_state tf; member in struct:fd6_program_state
H A Dfd6_program.c190 struct fd6_streamout_state *tf = &state->tf; local in function:setup_stream_out
192 memset(tf, 0, sizeof(*tf));
194 tf->prog_count = align(l->max_loc, 2) / 2;
196 debug_assert(tf->prog_count < ARRAY_SIZE(tf->prog));
203 tf->ncomp[out->output_buffer] += out->num_components;
220 tf->prog[loc/2] |= A6XX_VPC_SO_PROG_B_EN |
224 tf
[all...]
H A Dfd6_emit.c750 const struct fd6_streamout_state *tf = &prog->tf; local in function:fd6_emit_streamout
752 OUT_PKT7(ring, CP_CONTEXT_REG_BUNCH, 12 + (2 * tf->prog_count));
754 OUT_RING(ring, tf->vpc_so_buf_cntl);
756 OUT_RING(ring, tf->ncomp[0]);
758 OUT_RING(ring, tf->ncomp[1]);
760 OUT_RING(ring, tf->ncomp[2]);
762 OUT_RING(ring, tf->ncomp[3]);
765 for (unsigned i = 0; i < tf->prog_count; i++) {
767 OUT_RING(ring, tf
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp381 auto tf = nir_intrinsic_instr_create(b->shader, nir_intrinsic_load_local_shared_r600); local in function:r600_lower_tess_io_impl
382 tf->num_components = ncomps;
383 tf->src[0] = nir_src_for_ssa(addr_outer);
384 nir_ssa_dest_init(&tf->instr, &tf->dest,
385 tf->num_components, 32, NULL);
386 nir_builder_instr_insert(b, &tf->instr);
388 nir_ssa_def_rewrite_uses(&op->dest.ssa, &tf->dest.ssa);
534 for (auto tf: tf_out) local in function:r600_append_tcs_TF_emission
535 r600_emit_tf(b, tf);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c796 struct svga_winsys_stats_timeframe *tf)
807 tf->counterTime = vmw_mksstat_get_pstat_time(vws->mksstat_tls[slot].stat_pages, getpagesize()) + index;
811 tf->startTime = rdtsc();
812 tf->enclosing = mksstat_tls_global;
813 tf->sws = sws;
814 tf->slot = slot;
816 mksstat_tls_global = tf;
822 struct svga_winsys_stats_timeframe *const tf = mksstat_tls_global; local in function:vmw_svga_winsys_stats_time_pop
824 const int slot = tf->slot;
827 mksstat_tls_global = tf
794 vmw_svga_winsys_stats_time_push(struct svga_winsys_screen * sws,enum svga_stats_time index,struct svga_winsys_stats_timeframe * tf) argument
864 vmw_svga_winsys_stats_time_push_noop(struct svga_winsys_screen * sws,enum svga_stats_time index,struct svga_winsys_stats_timeframe * tf) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
H A Dtest-opcodes.sh250 tf=$(echo $str | cut -f2 -d' ')
261 if [ $cf != $tf ]; then
263 echo " control=$cf result=$tf"
/xsrc/external/mit/pixman/dist/test/
H A Dmatrix-test.c135 pixman_transform_f128_t tf; local in function:test_matrix
191 tf.m[j][k] = pixman_fixed_to_float128 (ti.matrix[j][k]);
195 if (pixman_transform_point_f128 (&tf, &vf, &result_f))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c280 * unused variables (for instance tf,sf,ti,si in case of GL_NEAREST).
290 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
291 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
292 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\
302 sample[RCOMP] = ilerp_2d(sf, tf, tex00[3], tex01[3], tex10[3], tex11[3]);\
303 sample[GCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
304 sample[BCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
305 sample[ACOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0])
385 const GLfixed tf = span->intTex[1] & FIXED_FRAC_MASK; \
616 * unused variables (for instance tf,s
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c280 * unused variables (for instance tf,sf,ti,si in case of GL_NEAREST).
290 sample[RCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
291 sample[GCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
292 sample[BCOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0]);\
302 sample[RCOMP] = ilerp_2d(sf, tf, tex00[3], tex01[3], tex10[3], tex11[3]);\
303 sample[GCOMP] = ilerp_2d(sf, tf, tex00[2], tex01[2], tex10[2], tex11[2]);\
304 sample[BCOMP] = ilerp_2d(sf, tf, tex00[1], tex01[1], tex10[1], tex11[1]);\
305 sample[ACOMP] = ilerp_2d(sf, tf, tex00[0], tex01[0], tex10[0], tex11[0])
385 const GLfixed tf = span->intTex[1] & FIXED_FRAC_MASK; \
616 * unused variables (for instance tf,s
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_tex.c316 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) {
317 R200_STATECHANGE( rmesa, tf );
318 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor;
H A Dr200_state_init.c256 CHECK( tf, (ctx->Texture._MaxEnabledTexImageUnit != -1 && !_mesa_ati_fragment_shader_enabled(ctx)), 0 );
664 ALLOC_STATE( tf, tf, TF_STATE_SIZE, "TF/tfactor", 0 );
773 rmesa->hw.tf.cmd[TF_CMD_0] = cmdpkt(rmesa, R200_EMIT_TFACTOR_0);
1119 rmesa->hw.tf.cmd[TF_TFACTOR_0] = 0;
1120 rmesa->hw.tf.cmd[TF_TFACTOR_1] = 0;
1121 rmesa->hw.tf.cmd[TF_TFACTOR_2] = 0;
1122 rmesa->hw.tf.cmd[TF_TFACTOR_3] = 0;
1123 rmesa->hw.tf.cmd[TF_TFACTOR_4] = 0;
1124 rmesa->hw.tf
[all...]
H A Dr200_context.h492 struct radeon_state_atom tf; member in struct:r200_hw_state
H A Dr200_cmdbuf.c81 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.tf );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_tex.c317 if ( rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] != envColor ) {
318 R200_STATECHANGE( rmesa, tf );
319 rmesa->hw.tf.cmd[TF_TFACTOR_0 + unit] = envColor;
H A Dr200_state_init.c256 CHECK( tf, (ctx->Texture._MaxEnabledTexImageUnit != -1 && !_mesa_ati_fragment_shader_enabled(ctx)), 0 );
664 ALLOC_STATE( tf, tf, TF_STATE_SIZE, "TF/tfactor", 0 );
773 rmesa->hw.tf.cmd[TF_CMD_0] = cmdpkt(rmesa, R200_EMIT_TFACTOR_0);
1119 rmesa->hw.tf.cmd[TF_TFACTOR_0] = 0;
1120 rmesa->hw.tf.cmd[TF_TFACTOR_1] = 0;
1121 rmesa->hw.tf.cmd[TF_TFACTOR_2] = 0;
1122 rmesa->hw.tf.cmd[TF_TFACTOR_3] = 0;
1123 rmesa->hw.tf.cmd[TF_TFACTOR_4] = 0;
1124 rmesa->hw.tf
[all...]
H A Dr200_context.h492 struct radeon_state_atom tf; member in struct:r200_hw_state
H A Dr200_cmdbuf.c81 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.tf );
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c1536 FTFontPtr tf; local in function:FreeTypeFreeXFont
1539 if((tf = (FTFontPtr)pFont->fontPrivate)) {
1540 FreeTypeFreeFont(tf);
3644 FTFontPtr tf; local in function:FreeTypeGetMetrics
3650 tf = (FTFontPtr)pFont->fontPrivate;
3651 ttcap = &tf->instance->ttcap;
3680 if(FreeTypeFontGetGlyphMetrics(code, flags, &m, tf) == Successful && m!=NULL) {
3699 FTFontPtr tf; local in function:FreeTypeGetGlyphs
3704 tf = (FTFontPtr)pFont->fontPrivate;
3705 ttcap = &tf
[all...]
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c1538 FTFontPtr tf; local in function:FreeTypeFreeXFont
1541 if((tf = (FTFontPtr)pFont->fontPrivate)) {
1542 FreeTypeFreeFont(tf);
3648 FTFontPtr tf; local in function:FreeTypeGetMetrics
3654 tf = (FTFontPtr)pFont->fontPrivate;
3655 ttcap = &tf->instance->ttcap;
3684 if(FreeTypeFontGetGlyphMetrics(code, flags, &m, tf) == Successful && m!=NULL) {
3703 FTFontPtr tf; local in function:FreeTypeGetGlyphs
3708 tf = (FTFontPtr)pFont->fontPrivate;
3709 ttcap = &tf
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_swap_frame_usage.spec42 tf
45 call to enable the statistic) to when the next buffer swap completes, tf
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_swap_frame_usage.spec42 tf
45 call to enable the statistic) to when the next buffer swap completes, tf
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c471 struct svga_winsys_stats_timeframe *tf)
470 vmw_svga_winsys_stats_time_push(enum svga_stats_time index,struct svga_winsys_stats_timeframe * tf) argument

Completed in 35 milliseconds

12