Searched refs:prescale (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_framebuffer.c | 403 struct svga_prescale *prescale) in get_viewport_prescale() 424 memset(prescale, 0, sizeof(*prescale)); in get_viewport_prescale() 438 prescale->scale[0] = 1.0; in get_viewport_prescale() 439 prescale->scale[1] = 1.0; in get_viewport_prescale() 440 prescale->scale[2] = 1.0; in get_viewport_prescale() 441 prescale->scale[3] = 1.0; in get_viewport_prescale() 442 prescale->translate[0] = 0; in get_viewport_prescale() 443 prescale->translate[1] = 0; in get_viewport_prescale() 444 prescale in get_viewport_prescale() 400 get_viewport_prescale(struct svga_context *svga, struct pipe_viewport_state *viewport, SVGA3dViewport *vp, struct svga_prescale *prescale) get_viewport_prescale() argument 700 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS]; emit_viewport() local [all...] |
H A D | svga_state_constants.c | 177 * Emit extra constants needed for prescale computation into the 183 const struct svga_prescale *prescale) in svga_get_prescale_constants() 185 memcpy(*dest, prescale->scale, 4 * sizeof(float)); in svga_get_prescale_constants() 188 memcpy(*dest, prescale->translate, 4 * sizeof(float)); in svga_get_prescale_constants() 255 &svga->state.hw_clear.prescale[0]); in svga_get_extra_vs_constants() 306 * They need to be added before the prescale constants. in svga_get_extra_gs_constants() 315 /* If prescale is needed and the geometry shader writes to viewport in svga_get_extra_gs_constants() 316 * index, then prescale for all viewports will be added to the in svga_get_extra_gs_constants() 325 &svga->state.hw_clear.prescale[i]); in svga_get_extra_gs_constants() 376 &svga->state.hw_clear.prescale[ in svga_get_extra_tes_constants() 182 svga_get_prescale_constants(const struct svga_context *svga, float **dest, const struct svga_prescale *prescale) svga_get_prescale_constants() argument [all...] |
H A D | svga_state_gs.c | 89 key->gs.need_prescale = svga->state.hw_clear.prescale[0].enabled; in make_gs_key()
|
H A D | svga_state_vs.c | 121 key->vs.need_prescale = svga->state.hw_clear.prescale[0].enabled && in make_vs_key()
|
H A D | svga_state_ts.c | 170 key->tes.need_prescale = svga->state.hw_clear.prescale[0].enabled && in make_tes_key()
|
H A D | svga_context.h | 402 struct svga_prescale prescale[SVGA3D_DX_MAX_VIEWPORTS]; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | faanidct.c | 39 static const FLOAT prescale[64]={ variable 134 temp[i] = block[i] * prescale[i]; in ff_faanidct() 148 temp[i] = block[i] * prescale[i]; in ff_faanidct_add() 162 temp[i] = block[i] * prescale[i]; in ff_faanidct_put()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_lut3d.asm | 302 ; prescale indices
|
Completed in 8 milliseconds