Searched refs:VBOXWDDMDISP_SAMPLER_IDX (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.h44 #define VBOXWDDMDISP_SAMPLER_IDX(_i) (((_i) < VBOXWDDMDISP_MAX_TEX_SAMPLERS) ? (int)(_i) : VBOXWDDMDISP_SAMPLER_IDX_SPECIAL(_i)) macro
H A DVBoxDispD3D.cpp2389 int idx = VBOXWDDMDISP_SAMPLER_IDX(Stage);
2415 int idx = VBOXWDDMDISP_SAMPLER_IDX(Stage);

Completed in 4510 milliseconds