Lines Matching refs:lod_info
6433 tex->lod_info.lod = var_ref(lod); in _textureSize()
6435 tex->lod_info.lod = imm(0u); in _textureSize()
6507 tex->lod_info.lod = var_ref(lod); in _texture()
6514 tex->lod_info.grad.dPdx = var_ref(dPdx); in _texture()
6515 tex->lod_info.grad.dPdy = var_ref(dPdy); in _texture()
6540 tex->lod_info.component = var_ref(component); in _texture()
6543 tex->lod_info.component = imm(0); in _texture()
6553 tex->lod_info.bias = var_ref(bias); in _texture()
6580 tex->lod_info.bias = var_ref(bias); in _textureCubeArrayShadow()
6586 tex->lod_info.lod = var_ref(lod); in _textureCubeArrayShadow()
6613 tex->lod_info.sample_index = var_ref(sample); in _texelFetch()
6618 tex->lod_info.lod = var_ref(lod); in _texelFetch()
6620 tex->lod_info.lod = imm(0u); in _texelFetch()