Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dvertexshader9.h41 struct nine_lconstf lconstf; member
H A Dnine_shader.h78 struct nine_lconstf lconstf; /* out, NOTE: members to be free'd by user */ member
H A Dnine_state.c397 const struct nine_lconstf *lconstf = &(context->vs->lconstf); in prepare_vs_constants_userbuf_swvp() local
500 const struct nine_lconstf *lconstf = &(context->vs->lconstf); in prepare_vs_constants_userbuf() local
3277 const struct nine_lconstf *lconstf = &device->state.vs->lconstf; in update_vs_constants_sw() local
H A Dnine_shader.c492 struct sm1_local_const *lconstf; member