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.c2296 &This->range_pool); in NineDevice9_CreateStateBlock()
2298 &This->range_pool); in NineDevice9_CreateStateBlock()
2300 &This->range_pool); in NineDevice9_CreateStateBlock()
2325 &This->range_pool); in NineDevice9_CreateStateBlock()
3229 &This->range_pool); in NineDevice9_SetVertexShaderConstantF()
3309 &This->range_pool); in NineDevice9_SetVertexShaderConstantI()
3384 &This->range_pool); in NineDevice9_SetVertexShaderConstantB()
3643 &This->range_pool); in NineDevice9_SetPixelShaderConstantF()
Ddevice9.h143 struct nine_range_pool range_pool; member