Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c234 case D3DLIGHT_SPOT: return "SPOT"; in nine_D3DLIGHTTYPE_to_str()
Dnine_ff.c860 ureg_SEQ(ureg, tmp_x, cLKind, ureg_imm1f(ureg, D3DLIGHT_SPOT)); in nine_ff_build_vs()
Dnine_state.c3636 if (pLight->Type == D3DLIGHT_SPOT && pLight->Theta >= pLight->Phi) { in nine_state_set_light()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h674 D3DLIGHT_SPOT = 2, enumerator