Lines Matching refs:samplerVars
64 u32 samplerVars; member
92 u32 samplerVars; member
117 u32 samplerVars; member
135 u32 samplerVars; member
495 pVSout32->samplerVars = (u32) pVSin64->samplerVars; in GFDRepackVertexShaderFor32Bit()
530 pPSout32->samplerVars = (u32) pPSin64->samplerVars; in GFDRepackPixelShaderFor32Bit()
559 pGSout32->samplerVars = (u32) pGSin64->samplerVars; in GFDRepackGeometryShaderFor32Bit()
592 pCSout32->samplerVars = (u32) pCSin64->samplerVars; in GFDRepackComputeShaderFor32Bit()
745 size = GFDRepackSamplerVarArrayFor32Bit(vsCopy.samplerVars, pSV, vsCopy.numSamplers); in GFDCreateBlockRelocateHeaderVSH()
748 …pAddr[nE] = (vsCopy.numSamplers == 0) ? 0 : pOffset[oMain] + (u32)&vsCopy32.samplerVars - (u32)&… in GFDCreateBlockRelocateHeaderVSH()
790 pOffset[nE] = offStringTable + GFDAddStringTable(pStrTable, vsCopy.samplerVars[i].name ); in GFDCreateBlockRelocateHeaderVSH()
791 …Samplers] + i * sizeof(GFDSamplerVar) + (u32)&vsCopy.samplerVars[i].name - (u32)&vsCopy.samplerVar… in GFDCreateBlockRelocateHeaderVSH()
937 size = GFDRepackSamplerVarArrayFor32Bit(psCopy.samplerVars, pSV, psCopy.numSamplers); in GFDCreateBlockRelocateHeaderPSH()
940 …pAddr[nE] = (psCopy.numSamplers == 0) ? 0 : pOffset[oMain] + (u32)&psCopy32.samplerVars - (u32)&… in GFDCreateBlockRelocateHeaderPSH()
968 pOffset[nE] = offStringTable + GFDAddStringTable(pStrTable, psCopy.samplerVars[i].name ); in GFDCreateBlockRelocateHeaderPSH()
969 …Samplers] + i * sizeof(GFDSamplerVar) + (u32)&psCopy.samplerVars[i].name - (u32)&psCopy.samplerVar… in GFDCreateBlockRelocateHeaderPSH()
1107 size = GFDRepackSamplerVarArrayFor32Bit(gsCopy.samplerVars, pSV, gsCopy.numSamplers); in GFDCreateBlockRelocateHeaderGSH()
1110 …pAddr[nE] = (gsCopy.numSamplers == 0) ? 0 : pOffset[oMain] + (u32)&gsCopy32.samplerVars - (u32)&… in GFDCreateBlockRelocateHeaderGSH()
1139 pOffset[nE] = offStringTable + GFDAddStringTable(pStrTable, gsCopy.samplerVars[i].name ); in GFDCreateBlockRelocateHeaderGSH()
1140 …Samplers] + i * sizeof(GFDSamplerVar) + (u32)&gsCopy.samplerVars[i].name - (u32)&gsCopy.samplerVar… in GFDCreateBlockRelocateHeaderGSH()
1305 size = GFDRepackSamplerVarArrayFor32Bit(csCopy.samplerVars, pSV, csCopy.numSamplers); in GFDCreateBlockRelocateHeaderCSH()
1308 …pAddr[nE] = (csCopy.numSamplers == 0) ? 0 : pOffset[oMain] + (u32)&csCopy32.samplerVars - (u32)&… in GFDCreateBlockRelocateHeaderCSH()
1337 pOffset[nE] = offStringTable + GFDAddStringTable(pStrTable, csCopy.samplerVars[i].name ); in GFDCreateBlockRelocateHeaderCSH()
1338 …Samplers] + i * sizeof(GFDSamplerVar) + (u32)&csCopy.samplerVars[i].name - (u32)&csCopy.samplerVar… in GFDCreateBlockRelocateHeaderCSH()
2147 pShaders->pVertexShader->samplerVars); in GFDWriteFileShaderAsCodeWithSource()
2271 pShaders->pPixelShader->samplerVars); in GFDWriteFileShaderAsCodeWithSource()
2386 pShaders->pGeometryShader->samplerVars); in GFDWriteFileShaderAsCodeWithSource()
2492 pShaders->pComputeShader->samplerVars); in GFDWriteFileShaderAsCodeWithSource()