Searched refs:nine_ranges_insert (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_helpers.c | 79 nine_ranges_insert(struct nine_range **head, int16_t bgn, int16_t end, in nine_ranges_insert() function
|
H A D | nine_helpers.h | 197 nine_ranges_insert(struct nine_range **head, int16_t bgn, int16_t end,
|
H A D | device9.c | 2493 nine_ranges_insert(&dst->changed.vs_const_f, 0, This->may_swvp ? NINE_MAX_CONST_F_SWVP : This->max_vs_const_f, in NineDevice9_CreateStateBlock() 2495 nine_ranges_insert(&dst->changed.vs_const_i, 0, This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CONST_I, in NineDevice9_CreateStateBlock() 2497 nine_ranges_insert(&dst->changed.vs_const_b, 0, This->may_swvp ? NINE_MAX_CONST_B_SWVP : NINE_MAX_CONST_B, 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()
|
Completed in 7 milliseconds