Searched defs:registerCount (Results 1 – 5 of 5) sorted by relevance
180 void ResourcesHLSL::reserveUniformRegisters(unsigned int registerCount) in reserveUniformRegisters()185 void ResourcesHLSL::reserveUniformBlockRegisters(unsigned int registerCount) in reserveUniformBlockRegisters()252 unsigned int registerCount = HLSLVariableRegisterCount(*uniform, mOutputType); in assignUniformRegister() local282 unsigned int registerCount = type.isArray() ? type.getArraySizeProduct() : 1u; in assignSamplerInStructUniformRegister() local307 unsigned int registerCount; in outputHLSLSamplerUniformGroup() local365 unsigned int registerCount = 0; in outputHLSLImageUniformIndices() local
342 int registerCount = 0; in samplerRegisterCount() local360 int registerCount = 0; in elementRegisterCount() local386 int registerCount = 0; in blockRegisterCount() local
2372 int registerCount = argumentInfo.typedMemberInfo.type.totalRegisterCount(); in getArgumentInfo() local3147 int registerCount = varying->totalRegisterCount(); in varyingRegister() local3252 int registerCount = fragmentOutput->totalRegisterCount(); in declareFragmentOutput() local3367 int registerCount = attribute->totalRegisterCount(); in attributeRegister() local3615 unsigned int registerCount = variable->blockRegisterCount(samplersOnly); in allocate() local
75 unsigned int registerCount; member
83 int Uniform::registerCount() const in registerCount() function in es2::Uniform