Searched refs:isDynamicOffset (Results 1 – 2 of 2) sorted by relevance
1240 const bool isDynamicOffset = gatherType == GATHERTYPE_OFFSET_DYNAMIC; in genProgramSources() local1246 …ces() << genVertexShaderSource(requireGpuShader5(gatherType), numDims, isDynamicOffset || isShadow) in genProgramSources()
1639 const bool isDynamicOffset = baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC; in genGatherPrograms() local1643 …ireGpuShader5(baseParams.gatherType, baseParams.offsetSize), numDims, isDynamicOffset || isShadow); in genGatherPrograms()