Lines Matching refs:getLevel

1265 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.magFilter, prec, coord, 0, resu…  in isLookupResultValid()
1290 …if (isMipmapLinearSampleResultValid(texture.getLevel(level), texture.getLevel(level+1), sampler, g… in isLookupResultValid()
1305 …if (isLevelSampleResultValid(texture.getLevel(level), sampler, getLevelFilter(sampler.minFilter), … in isLookupResultValid()
1311 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.minFilter, prec, coord, 0, resu… in isLookupResultValid()
1330 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.magFilter, prec, coord, 0, resu… in isLookupResultValid()
1355 …if (isMipmapLinearSampleResultValid(texture.getLevel(level), texture.getLevel(level+1), sampler, g… in isLookupResultValid()
1370 …if (isLevelSampleResultValid(texture.getLevel(level), sampler, getLevelFilter(sampler.minFilter), … in isLookupResultValid()
1376 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.minFilter, prec, coord, 0, resu… in isLookupResultValid()
1716 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.magFilter, prec, coordX, layer,… in isLookupResultValid()
1741 …if (isMipmapLinearSampleResultValid(texture.getLevel(level), texture.getLevel(level+1), sampler, g… in isLookupResultValid()
1756 …if (isLevelSampleResultValid(texture.getLevel(level), sampler, getLevelFilter(sampler.minFilter), … in isLookupResultValid()
1762 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.minFilter, prec, coordX, layer,… in isLookupResultValid()
1786 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.magFilter, prec, coordXY, layer… in isLookupResultValid()
1811 …if (isMipmapLinearSampleResultValid(texture.getLevel(level), texture.getLevel(level+1), sampler, g… in isLookupResultValid()
1826 …if (isLevelSampleResultValid(texture.getLevel(level), sampler, getLevelFilter(sampler.minFilter), … in isLookupResultValid()
1832 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.minFilter, prec, coordXY, layer… in isLookupResultValid()
1880 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.magFilter, prec, coord, result)) in isLookupResultValid()
1905 …if (isMipmapLinearSampleResultValid(texture.getLevel(level), texture.getLevel(level+1), sampler, g… in isLookupResultValid()
1920 …if (isLevelSampleResultValid(texture.getLevel(level), sampler, getLevelFilter(sampler.minFilter), … in isLookupResultValid()
1926 …if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.minFilter, prec, coord, result)) in isLookupResultValid()
1936 const ConstPixelBufferAccess& level = texture.getLevel(levelNdx); in getCubeArrayLevelFaces()
2308 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid()
2319 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid()
2330 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid()
2345 …if (isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), layer, comp… in is2DArrayGatherOffsetsResultValid()