Home | History | Annotate | Download | only in hlsl

Lines Matching refs:workGroupSize

9002             TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize");
9003 workGroupSize->getWritableConstArray()[i].setUConst(intermediate.getLocalSize(i));
9008 TVariable* workGroupSize = getEditableVariable("gl_WorkGroupSize");
9009 workGroupSize->getWritableType().getQualifier().specConstant = true;