Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_helpers.c79 nine_ranges_insert(struct nine_range **head, int16_t bgn, int16_t end, in nine_ranges_insert() function
Dnine_helpers.h197 nine_ranges_insert(struct nine_range **head, int16_t bgn, int16_t end,
Ddevice9.c2493nine_ranges_insert(&dst->changed.vs_const_f, 0, This->may_swvp ? NINE_MAX_CONST_F_SWVP : This->max… in NineDevice9_CreateStateBlock()
2495nine_ranges_insert(&dst->changed.vs_const_i, 0, This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_… in NineDevice9_CreateStateBlock()
2497nine_ranges_insert(&dst->changed.vs_const_b, 0, This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_… in NineDevice9_CreateStateBlock()
2519 nine_ranges_insert(&dst->changed.ps_const_f, 0, This->max_ps_const_f, in NineDevice9_CreateStateBlock()
3511 nine_ranges_insert(&state->changed.vs_const_f, in NineDevice9_SetVertexShaderConstantF()
3592 nine_ranges_insert(&state->changed.vs_const_i, in NineDevice9_SetVertexShaderConstantI()
3668 nine_ranges_insert(&state->changed.vs_const_b, in NineDevice9_SetVertexShaderConstantB()
3944 nine_ranges_insert(&state->changed.ps_const_f, in NineDevice9_SetPixelShaderConstantF()