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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstateblock.c707 targetStateBlock->pixelShaderConstantB[idx] ? "TRUE" : "FALSE");
709 This->pixelShaderConstantB[idx] = targetStateBlock->pixelShaderConstantB[idx];
942 This->pixelShaderConstantB + This->contained_ps_consts_b[i], 1);
H A Ddevice.c3520 memcpy(&This->updateStateBlock->pixelShaderConstantB[start], srcData, cnt * sizeof(BOOL));
3551 memcpy(dstData, &This->stateBlock->pixelShaderConstantB[start], cnt * sizeof(BOOL));
H A Dwined3d_private.h2729 BOOL pixelShaderConstantB[MAX_CONST_B]; member in struct:IWineD3DStateBlockImpl
H A Dglsl_shader.c885 shader_glsl_load_constantsB(pshader, gl_info, programId, stateBlock->pixelShaderConstantB,
H A Darb_program_shader.c4250 if(stateblock->pixelShaderConstantB[i]) args->bools |= ( 1 << i);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderapi.c559 memcpy(&This->updateStateBlock->pixelShaderConstantB[start], srcData, cnt * sizeof(BOOL));
H A Dwined3d_private.h2764 BOOL pixelShaderConstantB[MAX_CONST_B]; member in struct:IWineD3DStateBlockImpl
H A Dglsl_shader.c902 shader_glsl_load_constantsB(pshader, gl_info, programId, stateBlock->pixelShaderConstantB,

Completed in 133 milliseconds