Home
last modified time | relevance | path

Searched refs:vs_const_f (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
H A Ddevice9.c488 if (!This->state.vs_const_f || !This->context.vs_const_f || in NineDevice9_ctor()
623 FREE(This->state.vs_const_f); in NineDevice9_dtor()
624 FREE(This->context.vs_const_f); in NineDevice9_dtor()
3492 float *vs_const_f = state->vs_const_f; in NineDevice9_SetVertexShaderConstantF() local
3505 memcpy(&vs_const_f[StartRegister * 4], in NineDevice9_SetVertexShaderConstantF()
3509 nine_ranges_insert(&state->changed.vs_const_f, in NineDevice9_SetVertexShaderConstantF()
3518 if (!memcmp(&vs_const_f[StartRegister * 4], pConstantData, in NineDevice9_SetVertexShaderConstantF()
3522 memcpy(&vs_const_f[StartRegister * 4], in NineDevice9_SetVertexShaderConstantF()
3524 Vector4fCount * 4 * sizeof(state->vs_const_f[0])); in NineDevice9_SetVertexShaderConstantF()
3547 &state->vs_const_f[StartRegister * 4], in NineDevice9_GetVertexShaderConstantF()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
H A Ddevice9.c488 if (!This->state.vs_const_f || !This->context.vs_const_f || in NineDevice9_ctor()
623 FREE(This->state.vs_const_f); in NineDevice9_dtor()
624 FREE(This->context.vs_const_f); in NineDevice9_dtor()
3492 float *vs_const_f = state->vs_const_f; in NineDevice9_SetVertexShaderConstantF() local
3505 memcpy(&vs_const_f[StartRegister * 4], in NineDevice9_SetVertexShaderConstantF()
3509 nine_ranges_insert(&state->changed.vs_const_f, in NineDevice9_SetVertexShaderConstantF()
3518 if (!memcmp(&vs_const_f[StartRegister * 4], pConstantData, in NineDevice9_SetVertexShaderConstantF()
3522 memcpy(&vs_const_f[StartRegister * 4], in NineDevice9_SetVertexShaderConstantF()
3524 Vector4fCount * 4 * sizeof(state->vs_const_f[0])); in NineDevice9_SetVertexShaderConstantF()
3547 &state->vs_const_f[StartRegister * 4], in NineDevice9_GetVertexShaderConstantF()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
H A Ddevice9.c488 if (!This->state.vs_const_f || !This->context.vs_const_f || in NineDevice9_ctor()
623 FREE(This->state.vs_const_f); in NineDevice9_dtor()
624 FREE(This->context.vs_const_f); in NineDevice9_dtor()
3492 float *vs_const_f = state->vs_const_f; in NineDevice9_SetVertexShaderConstantF() local
3505 memcpy(&vs_const_f[StartRegister * 4], in NineDevice9_SetVertexShaderConstantF()
3509 nine_ranges_insert(&state->changed.vs_const_f, in NineDevice9_SetVertexShaderConstantF()
3518 if (!memcmp(&vs_const_f[StartRegister * 4], pConstantData, in NineDevice9_SetVertexShaderConstantF()
3522 memcpy(&vs_const_f[StartRegister * 4], in NineDevice9_SetVertexShaderConstantF()
3524 Vector4fCount * 4 * sizeof(state->vs_const_f[0])); in NineDevice9_SetVertexShaderConstantF()
3547 &state->vs_const_f[StartRegister * 4], in NineDevice9_GetVertexShaderConstantF()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h172 struct nine_range *vs_const_f; member
193 float *vs_const_f; member
226 BOOL vs_const_f; member
260 float *vs_const_f; member
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dstateblock9.c49 This->state.vs_const_f = MALLOC(VS_CONST_F_SIZE(This->base.device)); in NineStateBlock9_ctor()
53 if (!This->state.vs_const_f || !This->state.ps_const_f || in NineStateBlock9_ctor()
81 FREE(state->vs_const_f); in NineStateBlock9_dtor()
94 if (This->state.changed.vs_const_f) { in NineStateBlock9_dtor()
95 for (r = This->state.changed.vs_const_f; r->next; r = r->next); in NineStateBlock9_dtor()
96 nine_range_pool_put_chain(pool, This->state.changed.vs_const_f, r); in NineStateBlock9_dtor()
182 for (r = mask->changed.vs_const_f; r; r = r->next) { in nine_state_copy_common()
183 memcpy(&dst->vs_const_f[r->bgn * 4], in nine_state_copy_common()
184 &src->vs_const_f[r->bgn * 4], in nine_state_copy_common()
417 memcpy(&dst->vs_const_f[0], in nine_state_copy_common_all()
[all …]
H A Dnine_state.h174 struct nine_range *vs_const_f; member
195 float *vs_const_f; member
228 BOOL vs_const_f; member
262 float *vs_const_f; member

12