Home
last modified time | relevance | path

Searched defs:lconstf (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexshader9.h60 struct nine_lconstf lconstf; member
Dnine_shader.h79 struct nine_lconstf lconstf; /* out, NOTE: members to be free'd by user */ member
Dnine_state.c368 const struct nine_lconstf *lconstf = &(context->vs->lconstf); in prepare_vs_constants_userbuf_swvp() local
508 const struct nine_lconstf *lconstf = &(context->vs->lconstf); in prepare_vs_constants_userbuf() local
3337 const struct nine_lconstf *lconstf = &device->state.vs->lconstf; in update_vs_constants_sw() local
Dnine_shader.c506 struct sm1_local_const *lconstf; member