Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dstateblock9.c65 struct nine_range_pool *pool = &This->base.device->range_pool; in NineStateBlock9_dtor()
563 struct nine_range_pool *pool = &device->range_pool; in NineStateBlock9_Apply()
Ddevice9.c2433 &This->range_pool); in NineDevice9_CreateStateBlock()
2435 &This->range_pool); in NineDevice9_CreateStateBlock()
2437 &This->range_pool); in NineDevice9_CreateStateBlock()
2459 &This->range_pool); in NineDevice9_CreateStateBlock()
3382 &This->range_pool); in NineDevice9_SetVertexShaderConstantF()
3463 &This->range_pool); in NineDevice9_SetVertexShaderConstantI()
3539 &This->range_pool); in NineDevice9_SetVertexShaderConstantB()
3797 &This->range_pool); in NineDevice9_SetPixelShaderConstantF()
Ddevice9.h147 struct nine_range_pool range_pool; member