Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dstateblock.c227 states->pixelShaderConstantsB = 0xffff; in stateblock_savedstates_set_all()
257 states->pixelShaderConstantsB = 0xffff; in stateblock_savedstates_set_pixel()
366 if (stateblock->changed.pixelShaderConstantsB & (1u << i)) in stateblock_init_contained_states()
H A Dwined3d_private.h3454 WORD pixelShaderConstantsB; /* WINED3D_MAX_CONSTS_B, 16 */ member
H A Ddevice.c2604 device->recording->changed.pixelShaderConstantsB |= (1u << i); in wined3d_device_set_ps_consts_b()