Searched refs:hf (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dblinking-teapot.c23 static GLfloat wf, hf; variable in typeref:typename:GLfloat
48 hf = (GLfloat) h;
51 gluPerspective (60.0, wf / hf, 0.1, 100.0);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_combine_constants.cpp326 representable_as_hf(float f, uint16_t *hf) argument
333 *hf = h;
394 uint16_t hf; local in function:can_promote_src_as_imm
395 if (representable_as_hf(inst->src[src_idx].f, &hf)) {
396 inst->src[src_idx] = retype(brw_imm_uw(hf), BRW_REGISTER_TYPE_HF);
/xsrc/external/mit/ctwm/dist/
H A Dworkspace_manager.c605 const float hf = (float)(wheight - 2) / (float) vs->h; local in function:ResizeWorkSpaceManager
645 wl->y = (int)(tmp_win->frame_y * hf);
647 wl->height = (unsigned int)((tmp_win->frame_height * hf) + 0.5);
1180 const float hf = (float)(mw->wheight - 1) / (float) vs->h; local in function:WMgrHandleButtonEvent
1313 winY = (int)(YSW / hf);
1797 float hf = (float)(wsw->wheight - 2) / (float) vs->h; local in function:WMapSetupWindow
1810 wl->y = (int)(y * hf);
1818 wl->height = (unsigned int)((h * hf) + 0.5);
2147 const float hf = (float)(vs->wsw->wheight - 2) / (float) vs->h; local in function:WMapAddWindowToWorkspace
2154 wl->y = (int)(win->frame_y * hf);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_emit.c620 v3d->blend_color.hf[2] :
621 v3d->blend_color.hf[0]);
622 color.green_f16 = v3d->blend_color.hf[1];
624 v3d->blend_color.hf[0] :
625 v3d->blend_color.hf[2]);
626 color.alpha_f16 = v3d->blend_color.hf[3];
H A Dv3d_context.h458 uint16_t hf[4]; member in struct:v3d_context::__anonfb9ce1740208
H A Dv3dx_state.c54 v3d->blend_color.hf[i] =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_emit.c656 v3d->blend_color.hf[2] :
657 v3d->blend_color.hf[0]);
658 color.green_f16 = v3d->blend_color.hf[1];
660 v3d->blend_color.hf[0] :
661 v3d->blend_color.hf[2]);
662 color.alpha_f16 = v3d->blend_color.hf[3];
H A Dv3d_context.h547 uint16_t hf[4]; member in struct:v3d_context::__anon6a3aaa270408
H A Dv3dx_state.c54 v3d->blend_color.hf[i] =
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A DMakefile.am198 vp-array-hf \
H A DMakefile.in221 @HAVE_GLUT_TRUE@ vp-array$(EXEEXT) vp-array-hf$(EXEEXT) \
737 vp_array_hf_SOURCES = vp-array-hf.c
738 vp_array_hf_OBJECTS = vp-array-hf.$(OBJEXT)
857 vbo-noninterleaved.c vbo-tri.c vp-array.c vp-array-hf.c \
908 vbo-noninterleaved.c vbo-tri.c vp-array.c vp-array-hf.c \
1840 vp-array-hf$(EXEEXT): $(vp_array_hf_OBJECTS) $(vp_array_hf_DEPENDENCIES) $(EXTRA_vp_array_hf_DEPENDENCIES)
1841 @rm -f vp-array-hf$(EXEEXT)
2060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vp-array-hf.Po@am__quote@

Completed in 63 milliseconds