Searched refs:pixelShaderConstantI (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstateblock.c691 targetStateBlock->pixelShaderConstantI[idx * 4 + 0],
692 targetStateBlock->pixelShaderConstantI[idx * 4 + 1],
693 targetStateBlock->pixelShaderConstantI[idx * 4 + 2],
694 targetStateBlock->pixelShaderConstantI[idx * 4 + 3]);
696 This->pixelShaderConstantI[idx * 4 + 0] = targetStateBlock->pixelShaderConstantI[idx * 4 + 0];
697 This->pixelShaderConstantI[idx * 4 + 1] = targetStateBlock->pixelShaderConstantI[idx * 4 + 1];
698 This->pixelShaderConstantI[idx * 4 + 2] = targetStateBlock->pixelShaderConstantI[id
[all...]
H A Darb_program_shader.c538 val[0] = stateBlock->pixelShaderConstantI[4 * i];
539 val[1] = stateBlock->pixelShaderConstantI[4 * i + 1];
540 val[2] = stateBlock->pixelShaderConstantI[4 * i + 2];
4285 args->loop_ctrl[i][0] = stateblock->pixelShaderConstantI[i * 4];
4286 args->loop_ctrl[i][1] = stateblock->pixelShaderConstantI[i * 4 + 1];
4287 args->loop_ctrl[i][2] = stateblock->pixelShaderConstantI[i * 4 + 2];
H A Ddevice.c3573 memcpy(&This->updateStateBlock->pixelShaderConstantI[start * 4], srcData, cnt * sizeof(int) * 4);
3605 memcpy(dstData, &This->stateBlock->pixelShaderConstantI[start * 4], cnt * sizeof(int) * 4);
H A Dwined3d_private.h2730 INT pixelShaderConstantI[MAX_CONST_I * 4]; member in struct:IWineD3DStateBlockImpl
H A Dglsl_shader.c881 shader_glsl_load_constantsI(pshader, gl_info, prog->puniformI_locations, stateBlock->pixelShaderConstantI,
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderapi.c589 memcpy(&This->updateStateBlock->pixelShaderConstantI[start * 4], srcData, cnt * sizeof(int32_t) * 4);
H A Dwined3d_private.h2765 INT pixelShaderConstantI[MAX_CONST_I * 4]; member in struct:IWineD3DStateBlockImpl
H A Dglsl_shader.c898 shader_glsl_load_constantsI(pshader, gl_info, prog->puniformI_locations, stateBlock->pixelShaderConstantI,

Completed in 307 milliseconds