Home
last modified time | relevance | path

Searched refs:D3DFOG_LINEAR (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/include/D3D9/
Dd3d9types.h587 D3DFOG_LINEAR = 3 enumerator
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c991 if (key->fog_mode == D3DFOG_LINEAR) { in nine_ff_build_vs()
1547 if (key->fog_mode == D3DFOG_LINEAR) { in nine_ff_build_ps()
Dnine_state.c592 if (context->rs[D3DRS_FOGTABLEMODE] == D3DFOG_LINEAR) { in prepare_ps_constants_userbuf()
Dnine_shader.c3758 if (tx->info->fog_mode == D3DFOG_LINEAR) { in shader_add_ps_fog_stage()