Home
last modified time | relevance | path

Searched refs:D3DLIGHT_DIRECTIONAL (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.h130 #define NINED3DLIGHT_INVALID (D3DLIGHT_DIRECTIONAL + 1)
Dnine_dump.c234 case D3DLIGHT_DIRECTIONAL: return "DIRECTIONAL"; in nine_D3DLIGHTTYPE_to_str()
Dnine_ff.c827 ureg_SNE(ureg, tmp_x, cLKind, ureg_imm1f(ureg, D3DLIGHT_DIRECTIONAL)); in nine_ff_build_vs()
1931 dst[36 + l * 8].w = light->Type == D3DLIGHT_DIRECTIONAL ? 1e9f : light->Range; in nine_ff_load_lights()
Ddevice9.c2219 if (pLight->Type != D3DLIGHT_DIRECTIONAL && in NineDevice9_SetLight()
2266 light.Type = D3DLIGHT_DIRECTIONAL; in NineDevice9_LightEnable()
/external/mesa3d/include/D3D9/
Dd3d9types.h675 D3DLIGHT_DIRECTIONAL = 3 enumerator