HomeSort by relevance Sort by last modified time
    Searched refs:disp_scale (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl 36 float disp_scale;
149 float3 d = 1.0 + disp(s) * disp_scale;
151 result.objpos /= (1.0 + disp_scale);
155 float3 dd = ddisp(s) * disp_scale;
d3d11spikysphere.cpp 44 float disp_scale; member in struct:cb_frame_t
190 cb_frame_data->disp_scale = 0.9f;
191 //cb_frame_data->disp_scale = (sin(time) + 1.0) / 2.0;

Completed in 2630 milliseconds