Home
last modified time | relevance | path

Searched refs:range_pool (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dstateblock9.c65 struct nine_range_pool *pool = &This->base.device->range_pool; in NineStateBlock9_dtor()
536 struct nine_range_pool *pool = &device->range_pool; in NineStateBlock9_Apply()
Ddevice9.c2334 &This->range_pool); in NineDevice9_CreateStateBlock()
2336 &This->range_pool); in NineDevice9_CreateStateBlock()
2338 &This->range_pool); in NineDevice9_CreateStateBlock()
2363 &This->range_pool); in NineDevice9_CreateStateBlock()
3265 &This->range_pool); in NineDevice9_SetVertexShaderConstantF()
3345 &This->range_pool); in NineDevice9_SetVertexShaderConstantI()
3420 &This->range_pool); in NineDevice9_SetVertexShaderConstantB()
3679 &This->range_pool); in NineDevice9_SetPixelShaderConstantF()
Ddevice9.h151 struct nine_range_pool range_pool; member